添加dps发电机配方

This commit is contained in:
17146 2025-05-10 22:51:50 +08:00 committed by Light_Quanta
parent eee283fac7
commit 8874ab857a
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
2 changed files with 24 additions and 0 deletions

View file

@ -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
}
}