Gyrodyne
16×16 · BAKED

item· Other

Gyrodyne

Immersive Aircraft · by Luke100000
item Aircraft

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

Crafting using Sail, Hull, Propeller, Hull and Sail, arranged in the pattern shown. Produces Gyrodyne.

Crafting
Sail
Hull
Propeller
Hull
Sail
Gyrodyne Gyrodyne guaranteed
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
}