Updated to 1.16

This commit is contained in:
Andrew 2021-02-07 01:42:43 +07:00
parent 9f5b4ec40e
commit c747840feb
20 changed files with 2586 additions and 139 deletions

4
gradle.properties Normal file
View file

@ -0,0 +1,4 @@
# 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