superb-warfare/src/main/resources/data/superbwarfare/recipes/mortar_crafting.json
2024-07-27 02:20:09 +08:00

23 lines
No EOL
390 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a ",
"bc"
],
"key": {
"a": {
"item": "superbwarfare:mortar_barrel"
},
"b": {
"item": "superbwarfare:mortar_bipod"
},
"c": {
"item": "superbwarfare:mortar_base_plate"
}
},
"result": {
"item": "superbwarfare:mortar_deployer",
"count": 1
}
}