superb-warfare/src/main/resources/data/superbwarfare/recipes/lav_150_crafting.json

37 lines
No EOL
657 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": "minecraft:chest"
},
"g": {
"item": "superbwarfare:large_motor"
},
"h": {
"item": "superbwarfare:wheel"
}
},
"result": {
"item": "superbwarfare:container",
"nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:lav_150"
}
}
}
}