Jump to content

Recommended Posts

Posted (edited)

redstone-solution.png

 

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 by perromercenary00
solved
Posted

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?

Posted

 

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

  • perromercenary00 changed the title to [SOLVED][1.19.2] recipe whit water bottle ??

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.