Posted June 15, 20196 yr Hey Guys, i want to use the LootTableLoadEvent i registred the Handler class in my main mod class like this: MinecraftForge.EVENT_BUS.register(new LootHandler()); and i subscribed the event @Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD) public class LootHandler { @SubscribeEvent public void onLootTablesLoaded(LootTableLoadEvent e){ Ref.LOGGER.info("Load LootTable."); } } but i don't work... Can someone explain what i did wrong? Edited June 15, 20196 yr by Skyriis
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.