-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathgradle.properties
35 lines (30 loc) · 1013 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false
org.gradle.parallel = true
org.gradle.caching = true
# mod version info
# build_info_mod_version is the version that gets filled into CreateBuildInfo.java
build_info_mod_version = 0.3.0
artifact_minecraft_version = 1.20.1
mod_version = 0.2.0
minecraft_version = 1.20.1
forge_version = 47.2.6
parchment_version = 2023.09.03
use_parchment = true
# dependency versions
create_version = 6.0.1-23
registrate_version = MC1.20-1.3.3
flywheel_version = 1.0.1
vanillin_version = 1.0.0-beta-217
jei_version = 15.19.0.85
curios_version = 5.3.1
ponder_version = 1.0.39
mixin_extras_version = 0.4.1
# mod options
mod_id = robotics
mod_name = Create Robotics
mod_author = workert
mod_description = The Create Robotics mod.
mod_license = All rights reserved (will be changed later)