Posted October 10, 201510 yr Hi. I want to add a additional drop to a Minecart but I can't access the class (Vanilla minecart). Is there an event that triggers on entity or minecart death?
October 11, 201510 yr Hi. I want to add a additional drop to a Minecart but I can't access the class (Vanilla minecart). Is there an event that triggers on entity or minecart death? I am not sure about minecart since it is an Item not a block, I have not yet messed with it but there is a specific event dedicated to minecarts 'MinecartEvent'. sadly I have no idea how to get the destruction or death of it though
October 11, 201510 yr Currently there is no such hook (note that I might have missed something). Only idea that come to my mind (and would work) is to make your own CustomEntityMinecart (with all sub-classes) and use EntityJoinWorld event to replace vanilla ones. Sadly this way is not very good. Make PR or use ASM. 1.7.10 is no longer supported by forge, you are on your own.
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.