Posted August 7, 201411 yr I want to completely disable wooden tools. I removed their recipes, but they still generate in the bonus chest. I tried : public static void removeFromChests (ItemStack resultItem) { ChestGenHooks.getInfo(ChestGenHooks.BONUS_CHEST).removeItem(new ItemStack(Items.wooden_axe)); ChestGenHooks.getInfo(ChestGenHooks.BONUS_CHEST).removeItem(new ItemStack(Items.wooden_pickaxe)); } But it doesn't do a thing. Can someone shed some light on this?
August 7, 201411 yr Did you activate the void in your Pre-Init? If I helped please press the Thank You button. Check out my mods at http://www.curse.com/users/The_Fireplace/projects
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.