superb-warfare/src/main/resources/data/superbwarfare/recipes/mk_42_smithing.json
2024-11-28 22:55:39 +08:00

18 lines
No EOL
345 B
JSON

{
"type": "minecraft:smithing_transform",
"template": {
"item": "superbwarfare:mk_42_blueprint"
},
"base": {
"item": "superbwarfare:cannon_core"
},
"addition": {
"tag":"forge:storage_blocks/steel"
},
"result": {
"item": "superbwarfare:container",
"nbt": {
"EntityType": "superbwarfare:mk_42"
}
}
}