修复了集装箱配方

This commit is contained in:
17146 2024-11-28 23:11:03 +08:00
parent be7e4910e5
commit dbd4a7661d
2 changed files with 8 additions and 4 deletions

View file

@ -7,12 +7,14 @@
"item": "superbwarfare:cannon_core" "item": "superbwarfare:cannon_core"
}, },
"addition": { "addition": {
"tag":"forge:storage_blocks/steel" "tag": "forge:storage_blocks/steel"
}, },
"result": { "result": {
"item": "superbwarfare:container", "item": "superbwarfare:container",
"nbt": { "nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:mk_42" "EntityType": "superbwarfare:mk_42"
} }
} }
}
} }

View file

@ -7,12 +7,14 @@
"item": "superbwarfare:cannon_core" "item": "superbwarfare:cannon_core"
}, },
"addition": { "addition": {
"tag":"forge:storage_blocks/steel" "tag": "forge:storage_blocks/steel"
}, },
"result": { "result": {
"item": "superbwarfare:container", "item": "superbwarfare:container",
"nbt": { "nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:mle_1934" "EntityType": "superbwarfare:mle_1934"
} }
} }
}
} }