添加弹射器配方
This commit is contained in:
parent
1be6ccb493
commit
cf40fadb83
1 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue