superb-warfare/src/main/resources/data/superbwarfare/recipes/wheel_chair_crafting.json
2025-01-07 02:48:25 +08:00

30 lines
No EOL
495 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" ab",
"cdc"
],
"key": {
"a": {
"item": "minecraft:minecart"
},
"b": {
"item": "superbwarfare:cell"
},
"c": {
"item": "minecraft:black_wool"
},
"d": {
"item": "superbwarfare:motor"
}
},
"result": {
"item": "superbwarfare:container",
"nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:wheel_chair"
}
}
}
}