添加汤姆6的合成配方

This commit is contained in:
Atsuihsio 2025-01-25 15:04:25 +08:00
parent 750bf8236a
commit 3d6f1c6f59

View file

@ -0,0 +1,31 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"aaa",
"aba",
"cdc"
],
"key": {
"a": {
"tag": "minecraft:planks"
},
"b": {
"item": "superbwarfare:cell"
},
"c": {
"item": "superbwarfare:wheel"
},
"d": {
"item": "minecraft:dropper"
}
},
"result": {
"item": "superbwarfare:container",
"nbt": {
"BlockEntityTag": {
"EntityType": "superbwarfare:tom_6"
}
}
}
}