Switched mappings

This commit is contained in:
dragonruler1000 2025-05-08 16:00:27 -05:00
parent 4f1e808d99
commit 547e612065
2 changed files with 3 additions and 4 deletions

View file

@ -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) {