So, I am making a plugin which is like IndustrialCraft. now I am working on making the custom recipes for the items, but I cannot figure a thing out. Say that I have a custom recipe for a machine frame, which consists of 8 iron. Then I want to take this custom item, and use it for an another CUSTOM recipe. How can I achieve that? Thanks in advance.
I recommend this tutorial. PogoStick29Dev has good coding tutorials if you know java, but are learning the Bukkit API.
I know how to make custom recipes, I just want to make custom recipes with CUSTOM items. For example: Machine Frame: === X: Nothing I: Iron III IXI III === Then, I want to make a reinforced machine frame: === M: Machine Frame I: Iron III IMI III ===
You can see how sb. did that: https://github.com/desht/sensibletoolbox (especially https://github.com/desht/sensibleto...letoolbox/listeners/GeneralListener.java#L263)
Look at: https://bukkit.org/threads/how-to-make-custom-crafting-recipes.301328/ - there is no need to use any events.