Update to NeoForge 20.2 stable and newer NeoGradle (#21)
* Bump NeoGradle and remove 3G memory settings for Gradle, since the memory for decompilation is no longer inherited from Gradles memory settings since NeoGradle 7.0.56. * Bump NeoForge to stable for 1.20.2
This commit is contained in:
parent
6a48e0669d
commit
d7c9899f09
3 changed files with 6 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# 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.jvmargs=
|
||||
org.gradle.daemon=false
|
||||
org.gradle.debug=false
|
||||
|
||||
|
|
@ -13,7 +12,7 @@ minecraft_version=1.20.2
|
|||
# as they do not follow standard versioning conventions.
|
||||
minecraft_version_range=[1.20.2,1.21)
|
||||
# The Neo version must agree with the Minecraft version to get a valid artifact
|
||||
neo_version=20.2.59-beta
|
||||
neo_version=20.2.86
|
||||
# The Neo version range can use any version of Neo as bounds or match the loader version range
|
||||
neo_version_range=[20.2,)
|
||||
# The loader version range can only use the major version of Neo/FML as bounds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue