superb-warfare/src/main/resources/data/superbwarfare/recipe/bmp_2_crafting.json
2025-04-26 03:54:11 +08:00

38 lines
No EOL
735 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"dbf",
"eee",
"hgh"
],
"key": {
"b": {
"item": "superbwarfare:light_armament_module"
},
"d": {
"item": "superbwarfare:medium_battery_pack"
},
"e": {
"tag": "superbwarfare:storage_blocks/steel"
},
"f": {
"item": "superbwarfare:medium_armament_module"
},
"g": {
"item": "superbwarfare:large_motor"
},
"h": {
"item": "superbwarfare:track"
}
},
"result": {
"id": "superbwarfare:container",
"components": {
"minecraft:block_entity_data": {
"id": "superbwarfare:container",
"EntityType": "superbwarfare:bmp_2"
}
}
}
}