superb-warfare/src/main/resources/data/superbwarfare/recipes/laser_tower_crafting.json
2025-02-11 22:18:16 +08:00

31 lines
No EOL
504 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
" b ",
"dcd"
],
"key": {
"a": {
"item": "minecraft:beacon"
},
"b": {
"item": "superbwarfare:motor"
},
"c": {
"item": "superbwarfare:cell"
},
"d": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "superbwarfare:container",
"nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:laser_tower"
}
}
}
}