添加弹射器配方

This commit is contained in:
17146 2025-05-13 14:40:50 +08:00 committed by Light_Quanta
parent 1be6ccb493
commit cf40fadb83
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"cRc",
"iii"
],
"key": {
"#": {
"item": "minecraft:powered_rail"
},
"c": {
"item": "minecraft:copper_ingot"
},
"R": {
"item": "minecraft:redstone_block"
},
"i": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"id": "superbwarfare:aircraft_catapult",
"count": 8
}
}