Files
IMoO/behavior_pack/recipes/imoo_grave_2.json
T

26 lines
463 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:grave_2"
},
"tags": [
"crafting_table"
],
"pattern": [
" | ",
"|||",
" | "
],
"key": {
"|": {
"item": "minecraft:cobblestone_wall",
"data": 4
}
},
"result": {
"item": "imoo:grave_2",
"count": 3
}
}
}