Crafting using Sail, Hull, Propeller, Hull and Sail, arranged in the pattern shown. Produces Gyrodyne.
item· Other
Gyrodyne
Immersive Aircraft · by Luke100000
Gyrodyne is a item from Immersive Aircraft, crafted from Sail, Hull, and Propeller. Muscle-powered copter.
Function
Muscle-powered copter. Give it a good push and off it flies!
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:gyrodyne- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/aircraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"HPH",
" S "
],
"ingredients": {
"H": {
"anyOf": [
{
"item": "immersive_aircraft:hull"
}
]
},
"P": {
"anyOf": [
{
"item": "immersive_aircraft:propeller"
}
]
},
"S": {
"anyOf": [
{
"item": "immersive_aircraft:sail"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}