添加dps发电机配方
This commit is contained in:
parent
eee283fac7
commit
8874ab857a
2 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
|
"pattern": [
|
||||||
|
"a",
|
||||||
|
"b",
|
||||||
|
"c"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"a": {
|
||||||
|
"item": "superbwarfare:target_deployer"
|
||||||
|
},
|
||||||
|
"b": {
|
||||||
|
"item": "superbwarfare:large_motor"
|
||||||
|
},
|
||||||
|
"c": {
|
||||||
|
"item": "superbwarfare:charging_station"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"id": "superbwarfare:dps_generator_deployer",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue