File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
33 id ' maven-publish'
4- id ' net.neoforged.moddev' version ' 2.0.91 '
4+ id ' net.neoforged.moddev' version ' 2.0.92 '
55 id ' idea'
66}
77
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ minecraft_version=1.21.3
1818# as they do not follow standard versioning conventions.
1919minecraft_version_range =[1.21.3]
2020# The Neo version must agree with the Minecraft version to get a valid artifact
21- neo_version =21.3.76
21+ neo_version =21.3.77
2222# The Neo version range can use any version of Neo as bounds
23- neo_version_range =[21.3.76 ,)
23+ neo_version_range =[21.3.77 ,)
2424# The loader version range can only use the major version of FML as bounds
2525loader_version_range =[1,)
2626
You can’t perform that action at this time.
0 commit comments