Advanced Gyroscope
16×16 · BAKED

item· Other

Advanced Gyroscope

Immersive Aircraft · by Luke100000
item Upgrades

Advanced Gyroscope is a item from Immersive Aircraft, crafted from Clock, Note Block, Gyroscope, and Lever.

Acquisition

Crafting using Clock, Clock, Clock, Note Block, Gyroscope and Lever, arranged in the pattern shown. Produces Advanced Gyroscope.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "SGV",
    "   "
  ],
  "ingredients": {
    "C": {
      "anyOf": [
        {
          "item": "minecraft:clock"
        }
      ]
    },
    "G": {
      "anyOf": [
        {
          "item": "immersive_aircraft:gyroscope"
        }
      ]
    },
    "S": {
      "anyOf": [
        {
          "item": "minecraft:note_block"
        }
      ]
    },
    "V": {
      "anyOf": [
        {
          "item": "minecraft:lever"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}