Posted March 22, 20205 yr Am i missing something here? I am trying to stop the player from dismounting a minecart but this doesnt seem to fire. Is their a different event i should be using? This one doesnt seem to apply to boats or horses either. Quote @EventBusSubscriber(modid = Reference.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) public class Test { @SubscribeEvent public void mountTest(EntityMountEvent event) { System.out.println("test"); } } Edited March 23, 20205 yr by AurenX
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.