Рецепт пороха
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -8,9 +8,9 @@
|
|||||||
|
|
||||||
"tags": [ "crafting_table" ],
|
"tags": [ "crafting_table" ],
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"# #",
|
"###",
|
||||||
" # ",
|
"###",
|
||||||
"# #"
|
"###"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"#": {
|
"#": {
|
||||||
|
|||||||
Reference in New Issue
Block a user