Рецепт пороха

This commit is contained in:
Hell13Cat
2022-01-24 00:11:23 +03:00
parent 5c7e909c35
commit b2fcfc2be3
2 changed files with 36 additions and 3 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:gunpowder"
},
"tags": [ "crafting_table" ],
"pattern": [
" . ",
"#X#",
" "
],
"key": {
".": {
"item": "minecraft:coal",
"data": 0
},
"#": {
"item": "minecraft:sugar"
},
"X": {
"item": "minecraft:dye",
"data": 15
}
},
"result": {
"item": "minecraft:gunpowder",
"count": 3
}
}
}
+3 -3
View File
@@ -8,9 +8,9 @@
"tags": [ "crafting_table" ], "tags": [ "crafting_table" ],
"pattern": [ "pattern": [
"# #", "###",
" # ", "###",
"# #" "###"
], ],
"key": { "key": {
"#": { "#": {