Skip to content

Commit

Permalink
Update NeoForge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 13, 2025
1 parent 3e918ce commit b261231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ org.gradle.debug=false

#read more on this at https://github.com/neoforged/ModDevGradle?tab=readme-ov-file#better-minecraft-parameter-names--javadoc-parchment
# you can also find the latest versions at: https://parchmentmc.org/docs/getting-started
parchment_minecraft_version=1.21
parchment_mappings_version=2024.07.28
parchment_minecraft_version=1.21.3
parchment_mappings_version=2024.12.07
# 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
Expand All @@ -16,7 +16,7 @@ minecraft_version=1.21.3
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.21.2, 1.21.4)
# The Neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.3.4-beta
neo_version=21.3.58
# The Neo version range can use any version of Neo as bounds
neo_version_range=[21.2.0-beta,)
# The loader version range can only use the major version of FML as bounds
Expand Down

0 comments on commit b261231

Please sign in to comment.