mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 08:29:33 -05:00
Switched mappings
This commit is contained in:
parent
4f1e808d99
commit
547e612065
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue