Bump NF and NG

NF 20.6.62-beta -> 20.6.112-beta
NG 7.0.133 -> 7.0.142
This commit is contained in:
Brennan Ward 2024-06-07 19:55:09 -07:00
parent bfc7eb87a5
commit f515fca9af
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.133'
id 'net.neoforged.gradle.userdev' version '7.0.142'
}
version = mod_version

View file

@ -16,7 +16,7 @@ minecraft_version=1.20.6
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.20.6,1.21)
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=20.6.62-beta
neo_version=20.6.112-beta
# The Neo version range can use any version of Neo as bounds
neo_version_range=[20.6,)
# The loader version range can only use the major version of FML as bounds