添加充电站的配方

This commit is contained in:
Atsuihsio 2024-12-16 03:03:34 +08:00
parent ab67282f62
commit d538906659

View file

@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"ada",
"dcd",
"aba"
],
"key": {
"a": {
"tag": "forge:ingots/copper"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "minecraft:blast_furnace"
},
"d": {
"item": "superbwarfare:cell"
}
},
"result": {
"item": "superbwarfare:charging_station",
"count": 1
}
}