Jump to content

[SOLVED][1.19.2] recipe whit water bottle ??


perromercenary00

Recommended Posts

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
Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

  • 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.



×
×
  • Create New...

Important Information

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