Импорт новых рецептов из аддона на рецепты

This commit is contained in:
Hell13Cat
2022-01-29 20:47:32 +03:00
parent f9ee9414f7
commit a2308fe97b
4 changed files with 101 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:gunpowder"
},
"tags": [ "crafting_table" ],
"pattern": [
" # ",
"X X",
" # "
],
"key": {
"X": {
"item": "minecraft:coal",
"data": 1
},
"#": {
"item": "minecraft:blaze_powder"
}
},
"result": {
"item": "minecraft:gunpowder",
"count": 2
}
}
}