mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
31
kubejs/data/pneumaticcraft/recipes/minigun.json
Normal file
31
kubejs/data/pneumaticcraft/recipes/minigun.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "pneumaticcraft:crafting_shaped_pressurizable",
|
||||
"pattern": [
|
||||
"A ",
|
||||
"CIB",
|
||||
"GL "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "pneumaticcraft:air_canister"
|
||||
},
|
||||
"C": {
|
||||
"tag": "forge:chests/wooden"
|
||||
},
|
||||
"I": {
|
||||
"tag": "forge:ingots/compressed_iron"
|
||||
},
|
||||
"B": {
|
||||
"item": "pneumaticcraft:cannon_barrel"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:ingots/gold_bronze"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:lever"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "pneumaticcraft:minigun"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user