than00ber1 Posted June 22, 2021 Posted June 22, 2021 I am trying to listen for vanilla minecarts on every tick. In the past I would use `MinecartUpdateEvent` but in the newer version this seems to have been removed. Instead, I tried to listen for `EntityEvent#CanUpdate()` but this event is never called: https://github.com/MinecraftForge/MinecraftForge/issues/6394 Is there an alternative to listening for vanilla minecart on every tick? Quote
Recommended Posts
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.