
Downloaded patchouli and, after lots of remorse, managed to get the beginnings of a guide.
10 lines
339 B
Properties
10 lines
339 B
Properties
# 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
|
|
|
|
minecraft_version=1.16.3
|
|
|
|
#Mod dependencies
|
|
jei_version=7.6.0.49
|
|
patchouli_version=1.16.2-47-SNAPSHOT |