minecraft-mod/old-src/main/resources/data/modchest/recipes/shipblock.json

23 lines
344 B
JSON
Executable File

{
"type": "minecraft:crafting_shaped",
"category": "buliding",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:trapdoors"
},
"M": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"M#M",
"#X#",
"M#M"
],
"result": {
"item": "modchest:shipblock"
}
}