From 547e612065ef876828e35fd832d9dcc20a7fb8c8 Mon Sep 17 00:00:00 2001 From: dragonruler1000 Date: Thu, 8 May 2025 16:00:27 -0500 Subject: [PATCH] Switched mappings --- gradle.properties | 6 +++--- src/main/java/us/minecraftchest2/hdm_mod/Hdm_mod.java | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index b1af6a4..1f46b6c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ minecraft_version=1.16.5 # as they do not follow standard versioning conventions. minecraft_version_range=[1.16.5,1.17) # The Forge version must agree with the Minecraft version to get a valid artifact -forge_version=36.2.42 +forge_version=36.2.29 # The Forge version range can use any version of Forge as bounds or match the loader version range forge_version_range=[36,) # The loader version range can only use the major version of Forge/FML as bounds @@ -26,10 +26,10 @@ loader_version_range=[36,) # # Parchment is an unofficial project maintained by ParchmentMC, separate from Minecraft Forge. # Additional setup is needed to use their mappings, see https://parchmentmc.org/docs/getting-started -mapping_channel=official +mapping_channel=snapshot # The mapping version to query from the mapping channel. # This must match the format required by the mapping channel. -mapping_version=1.16.5 +mapping_version=20210309-1.16.5 # 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=hdm_mod diff --git a/src/main/java/us/minecraftchest2/hdm_mod/Hdm_mod.java b/src/main/java/us/minecraftchest2/hdm_mod/Hdm_mod.java index 7d43ed9..7a03b78 100644 --- a/src/main/java/us/minecraftchest2/hdm_mod/Hdm_mod.java +++ b/src/main/java/us/minecraftchest2/hdm_mod/Hdm_mod.java @@ -56,7 +56,6 @@ public class Hdm_mod { private void doClientStuff(final FMLClientSetupEvent event) { // do something that can only be done on the client - LOGGER.info("Got game settings {}", event.getMinecraftSupplier().get().options); } private void enqueueIMC(final InterModEnqueueEvent event) {