File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ parchment_mappings_version=2024.07.28
12
12
# Environment Properties
13
13
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
14
14
# The Minecraft version must agree with the Neo version to get a valid artifact
15
- minecraft_version =1.21
15
+ minecraft_version =1.21.1
16
16
# The Minecraft version range can use any release version of Minecraft as bounds.
17
17
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
18
18
# as they do not follow standard versioning conventions.
19
- minecraft_version_range =[1.21,1.21.1 )
19
+ minecraft_version_range =[1.21.1, 1.22 )
20
20
# The Neo version must agree with the Minecraft version to get a valid artifact
21
- neo_version =21.0.167
21
+ neo_version =21.1.28
22
22
# The Neo version range can use any version of Neo as bounds
23
- neo_version_range =[21.0.0-beta ,)
23
+ neo_version_range =[21.1.0 ,)
24
24
# The loader version range can only use the major version of FML as bounds
25
25
loader_version_range =[4,)
26
26
You can’t perform that action at this time.
0 commit comments