Begin updating to 1.19 and rename mod
This commit is contained in:
parent
26d6cd4d5e
commit
f3e94c68a7
52 changed files with 196 additions and 414 deletions
|
@ -1,4 +1,7 @@
|
|||
# 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.jvmargs=-Xmx8G
|
||||
org.gradle.daemon=false
|
||||
|
||||
mc_version=1.19
|
||||
jei_version=11.0.0.206
|
Reference in a new issue