Рецепт турели и названия

This commit is contained in:
Hell13Cat
2022-02-10 23:17:37 +03:00
parent b6920f53b3
commit 3896d3a379
7 changed files with 74 additions and 15 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:turel_del"
},
"tags": [
"crafting_table"
],
"pattern": [
"|#|",
"#|#",
"|#|"
],
"key": {
"#": {
"item": "minecraft:cobblestone"
},
"|": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "imoo:turel_del"
}
}
}