Electronic Gyroscope
16×16 · BAKED

item· Other

Electronic Gyroscope

Immersive Aircraft · by Luke100000
item Upgrades

Electronic Gyroscope is a item from Immersive Aircraft, crafted from Gold Nugget, Glass Pane, Gold Ingot, Redstone Lamp, Note Block, Gyroscope, and Lever.

Acquisition

Crafting using Gold Nugget, Glass Pane, Gold Nugget, Gold Ingot, Redstone Lamp, Gold Ingot, Note Block, Gyroscope and Lever, arranged in the pattern shown. Produces Electronic Gyroscope.

Crafting
Electronic Gyroscope Electronic Gyroscope guaranteed
Developer reference
Registry name
immersive_aircraft:gyroscope_hud
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/upgrades

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "NPN",
    "ILI",
    "SGV"
  ],
  "ingredients": {
    "G": {
      "anyOf": [
        {
          "item": "immersive_aircraft:gyroscope"
        }
      ]
    },
    "I": {
      "anyOf": [
        {
          "item": "minecraft:gold_ingot"
        }
      ]
    },
    "L": {
      "anyOf": [
        {
          "item": "minecraft:redstone_lamp"
        }
      ]
    },
    "N": {
      "anyOf": [
        {
          "item": "minecraft:gold_nugget"
        }
      ]
    },
    "P": {
      "anyOf": [
        {
          "item": "minecraft:glass_pane"
        }
      ]
    },
    "S": {
      "anyOf": [
        {
          "item": "minecraft:note_block"
        }
      ]
    },
    "V": {
      "anyOf": [
        {
          "item": "minecraft:lever"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}