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

46 lines
No EOL
810 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"abc",
"def",
"ghi"
],
"key": {
"a": {
"item": "superbwarfare:m2hb_blueprint"
},
"b": {
"item": "superbwarfare:rare_material_pack"
},
"c": {
"tag": "superbwarfare:ingots/steel"
},
"d": {
"item": "minecraft:comparator"
},
"e": {
"tag": "minecraft:boats"
},
"f": {
"item": "minecraft:chest"
},
"g": {
"item": "superbwarfare:cell"
},
"h": {
"item": "superbwarfare:large_motor"
},
"i": {
"item": "superbwarfare:large_propeller"
}
},
"result": {
"item": "superbwarfare:container",
"nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:speedboat"
}
}
}
}