Posted October 7, 20214 yr I would like to add some vanilla items to isPiglinCurrency code: public interface MakeisPiglinCurrency extends ICapabilitySerializable<CompoundNBT>{ default boolean isPiglinCurrency(ItemStack stack) { return stack.isIn(MakePiglinCurrency.isPiglinCurrency);; } } Help is much appreciated
October 7, 20214 yr 18 minutes ago, slenered said: I would like to add some vanilla items to isPiglinCurrency I don't think this is currently possible without using something like mixins. Might be worth it to add an event for it though.
October 7, 20214 yr Just now, slenered said: and how do you make an event? Forge PR. But if someone's going to do that, make it a freaking tag like all the other isXYZ methods. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
October 8, 20214 yr Yes Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
October 8, 20214 yr 7 hours ago, diesieben07 said: Registry replacement could also be an option. True enough. I think tags would be sufficient, but I also haven't looked at what vanilla did to make it work. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.