Posted June 4, 201510 yr I want to create a reversible recipe (e.g axes). Is there a built-in way to do this or do I just have to create two shaped recipes?
June 4, 201510 yr Do you mean something like 'uncrafting'? Then you need to implement your own custom reversible table. EDIT: Nevermind, you don't need custom table. First, you should make recipe which gives the most important ingredient. Then subscribe to the PlayerEvent#ItemCraftedEvent, and give player the rest of the item there. I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
June 4, 201510 yr Author I mean something like how Axes and Hoes can be crafted inverted to the default recipe (facing left or right).
June 5, 201510 yr I mean something like how Axes and Hoes can be crafted inverted to the default recipe (facing left or right). Ah, then you just need to create a new recipe. Or you can use custom reflexible IRecipe implementation. I. Stellarium for Minecraft: Configurable Universe for Minecraft! (WIP) II. Stellar Sky, Better Star Rendering&Sky Utility mod, had separated from Stellarium.
June 5, 201510 yr What you want is mirrored recipies. This is a built in feature. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
June 5, 201510 yr Hi Like Lex says, all vanilla recipes are mirrored automatically. Normally you have to register your recipe in a special way if you don't want them to be mirrored http://greyminecraftcoder.blogspot.com.au/2015/02/recipes.html -TGG
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.