Quadrocopter
16×16 · BAKED

item· Other

Quadrocopter

Immersive Aircraft · by Luke100000
item Aircraft

Quadrocopter is a item from Immersive Aircraft, crafted from Propeller, Bamboo, and Engine. Perfect for building, and that's about it.

Function

Perfect for building, and that's about it.

Acquisition

Crafting using Propeller, Bamboo, Propeller, Bamboo, Engine, Bamboo, Propeller, Bamboo and Propeller, arranged in the pattern shown. Produces Quadrocopter.

Crafting
Propeller
Bamboo
Propeller
Bamboo
Engine
Bamboo
Propeller
Bamboo
Propeller
Quadrocopter Quadrocopter guaranteed
Developer reference
Registry name
immersive_aircraft:quadrocopter
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/aircraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PBP",
    "BEB",
    "PBP"
  ],
  "ingredients": {
    "B": {
      "anyOf": [
        {
          "item": "minecraft:bamboo"
        }
      ]
    },
    "E": {
      "anyOf": [
        {
          "item": "immersive_aircraft:engine"
        }
      ]
    },
    "P": {
      "anyOf": [
        {
          "item": "immersive_aircraft:propeller"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}