superb-warfare/src/main/resources/data/superbwarfare/recipes/ah_6_crafting.json
2025-02-09 16:00:30 +08:00

43 lines
No EOL
759 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"abc",
"def",
"hgh"
],
"key": {
"a": {
"item": "superbwarfare:large_propeller"
},
"b": {
"item": "superbwarfare:large_motor"
},
"c": {
"item": "superbwarfare:propeller"
},
"d": {
"item": "minecraft:compass"
},
"e": {
"tag": "superbwarfare:storage_blocks/steel"
},
"f": {
"item": "minecraft:chest"
},
"g": {
"item": "superbwarfare:cell"
},
"h": {
"item": "superbwarfare:light_armament_module"
}
},
"result": {
"item": "superbwarfare:container",
"nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:ah_6"
}
}
}
}