Рецепт турели и названия
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "imoo:turel_spawn_egg"
|
||||
},
|
||||
"tags": [
|
||||
"crafting_table"
|
||||
],
|
||||
"pattern": [
|
||||
"#.#",
|
||||
".|.",
|
||||
"#.#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
".": {
|
||||
"item": "mw_item:diamond_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "imoo:turel_spawn_egg"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user