Started by
bread
on
Topic category: Help with Minecraft modding (Java Edition)
I want to create a bench(gui), which alloes you to combine your sword with a specific potion. The only way I know to make a recipe for that is in the Block procedure update on tick, but how can I make that it has to be a specific potion for a specific sword, instead of any potion working for that specific sword?
get nbt tag of potion
how do you do that