RoyalKingZB Posted June 15, 2017 Posted June 15, 2017 Hi! So basically I'm trying to make each rabbit type drop different specific items. How would I accomplish this? Every time I try to extend EntityRabbit, it asks for an argument in the main mod class but I don't know what to put there and if I try to add an argument to the event, it crashes saying I can only have one argument. And I've already tried EntityRabbit.getRabbitType. Please Help Dx Here's the github link: https://github.com/RoyalKingZB/Realistic-Animal-Products-and-Drops-Mod Quote
RoyalKingZB Posted June 15, 2017 Author Posted June 15, 2017 I already know that, i already figured it out though. Quote
IvanSteklow Posted June 15, 2017 Posted June 15, 2017 Use @SubscribeEvent public static livingDropsEvent(LivingDropsEvent event){ } 1 Quote
RoyalKingZB Posted June 15, 2017 Author Posted June 15, 2017 I already did that. That wasn't the problem I was having. I had the whole thing set up but I made an if statement to differ between the different Rabbit types but it wouldn't let me reference the getRabbitType method. But I fixed it 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.