Crafting using Dispenser, Industrial Gears and Copper Ingot, arranged in the pattern shown. Produces Rotary Cannon.
item· Weapons
Rotary Cannon
Immersive Aircraft · by Luke100000
Rotary Cannon is a item from Immersive Aircraft, crafted from Dispenser, Industrial Gears, and Copper Ingot. Fast-firing cannon running with gunpowder.
Function
Fast-firing cannon running with gunpowder.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:rotary_cannon- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" D ",
" G ",
" C "
],
"ingredients": {
"C": {
"anyOf": [
{
"item": "minecraft:copper_ingot"
}
]
},
"D": {
"anyOf": [
{
"item": "minecraft:dispenser"
}
]
},
"G": {
"anyOf": [
{
"item": "immersive_aircraft:industrial_gears"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
