Posted May 19, 201510 yr Hey I was trying to make anvil recipies and so i saw the AnvilUpdateEvent so i tired to create one using that. Unfortunately it doesn't seem to be working. @SubscribeEvent public void AnvilRecipies(AnvilUpdateEvent event) { if(event.right == new ItemStack(Items.apple) && event.left == new ItemStack(Items.apple)){ event.cost = 2; event.output = new ItemStack(Items.apple); return; } } BioWarfare Mod: http://goo.gl/BYWQty
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.