Files
IMoO/behavior_pack/recipes/imoo_turel_add.json
T
2022-02-10 23:17:37 +03:00

30 lines
506 B
JSON

{
"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"
}
}
}