Posted February 21, 20232 yr good days i trying to make a recipe requiring water bottle for what i understand water bottle is a just a potion withoug any efects but this recipe dont works Spoiler { "type": "minecraft:crafting_shaped", "pattern": [ "RRR", "RBR", "R R" ], "key": { "R": { "item": "minecraft:redstone" }, "B": { "item": "minecraft:potion" } }, "result": { "item": "merctool:solution_redstone", "count": 1 } } portdata wheres the brewing_stand recipes ? Edited February 22, 20232 yr by perromercenary00 solved
February 22, 20232 yr I don't see anything wrong with your recipe, I don't know why it won't work. As for brewing recipes, those are currently hardcoded, so you will need to look up a tutorial on that (this one is good). I'm not good at modding, but at least I can read a crash report (well enough). That's something, right?
February 22, 20232 yr Author i get this one from https://crafting.thedestruc7i0n.ca/ and works { "type" : "minecraft:crafting_shaped", "pattern" : [ "###", "#P#", "# #" ], "key" : { "#" : { "item" : "minecraft:redstone" }, "P" : { "item" : "minecraft:potion" } }, "result" : { "item" : "merctool:solution_redstone", "count" : 1 } } the only diference isee is the placeholder they use for the shape all the others is the same { "type" : "minecraft:crafting_shaped", "pattern" : [ "RRR", "RBR", "R R" ], "key" : { "R" : { "item" : "minecraft:redstone" }, "B" : { "item" : "minecraft:potion" } }, "result" : { "item" : "merctool:solution_redstone", "count" : 1 } } well dont mathers issue solved
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.