From 80822846f58588ab34da0d3e71fb2c9e1f804e0f Mon Sep 17 00:00:00 2001 From: Jenny Date: Fri, 14 Mar 2025 09:36:17 +0100 Subject: [PATCH] 1.21.1 working --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1c32fbe..33ffa48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,17 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false # The Minecraft version must agree with the Forge 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] +minecraft_version_range=[1.21.1] # The Forge version must agree with the Minecraft version to get a valid artifact -forge_version=51.0.32 +forge_version=52.0.57 # The Forge version range can use any version of Forge as bounds or match the loader version range -forge_version_range=[51,) +forge_version_range=[52,) # The loader version range can only use the major version of Forge/FML as bounds -loader_version_range=[51,) +loader_version_range=[52,) # The mapping channel to use for mappings. # The default set of supported mapping channels are ["official", "snapshot", "snapshot_nodoc", "stable", "stable_nodoc"]. # Additional mapping channels can be registered through the "channelProviders" extension in a Gradle plugin. @@ -29,7 +29,7 @@ loader_version_range=[51,) mapping_channel=official # The mapping version to query from the mapping channel. # This must match the format required by the mapping channel. -mapping_version=1.21 +mapping_version=1.21.1 # The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63} # Must match the String constant located in the main mod class annotated with @Mod. mod_id=xp2items