Started by
SuperPelmen228
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making my craft table for a mod, and I can't put more than one recipe in it, and there are only 2 slots for placing items, tell me how to do so that I can get more than 1 procedure on one trigger!!!
why can't you make more crafting recipes on one procedure? also it's not possible to put 2 procedures on a same trigger unless it's global
Why is it not possible with a single procedure? You can use an else if condition to add more recipes.