添加充电站的配方
This commit is contained in:
parent
ab67282f62
commit
d538906659
1 changed files with 27 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue