superb-warfare/src/main/resources/data/superbwarfare/recipe/speedboat_crafting.json
2025-06-27 19:14:44 +08:00

41 lines
No EOL
745 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" b ",
"def",
"ghi"
],
"key": {
"b": {
"item": "superbwarfare:m_2"
},
"d": {
"item": "minecraft:comparator"
},
"e": {
"tag": "minecraft:boats"
},
"f": {
"item": "minecraft:chest"
},
"g": {
"item": "superbwarfare:small_battery_pack"
},
"h": {
"item": "superbwarfare:large_motor"
},
"i": {
"item": "superbwarfare:large_propeller"
}
},
"result": {
"id": "superbwarfare:container",
"components": {
"minecraft:block_entity_data": {
"id": "superbwarfare:container",
"EntityType": "superbwarfare:speedboat"
}
}
}
}