mirror of
https://github.com/NeoForgeMDKs/MDK-1.21-ModDevGradle
synced 2025-02-13 14:34:39 +00:00
Update to 1.21.1 (#146)
This commit is contained in:
parent
7f9224ac91
commit
5981a3c470
1 changed files with 4 additions and 4 deletions
|
@ -12,15 +12,15 @@ parchment_mappings_version=2024.07.28
|
|||
# Environment Properties
|
||||
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
|
||||
# The Minecraft version must agree with the Neo version to get a valid artifact
|
||||
minecraft_version=1.21
|
||||
minecraft_version=1.21.1
|
||||
# The Minecraft version range can use any release version of Minecraft as bounds.
|
||||
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
|
||||
# as they do not follow standard versioning conventions.
|
||||
minecraft_version_range=[1.21,1.21.1)
|
||||
minecraft_version_range=[1.21.1, 1.22)
|
||||
# The Neo version must agree with the Minecraft version to get a valid artifact
|
||||
neo_version=21.0.167
|
||||
neo_version=21.1.28
|
||||
# The Neo version range can use any version of Neo as bounds
|
||||
neo_version_range=[21.0.0-beta,)
|
||||
neo_version_range=[21.1.0,)
|
||||
# The loader version range can only use the major version of FML as bounds
|
||||
loader_version_range=[4,)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue