Scarlet Biplane
16×16 · BAKED

item· Other

Scarlet Biplane

Man of Many Planes · by Luke100000, Man of Many Snails
item

Scarlet Biplane is an item from Man of Many Planes, crafted from Iron Ingot, Hull, Propeller, and Biplane. A vibrant, red biplane, allowing you to navigate the skies of Minecraft with ease and agility.

Function

A vibrant, red biplane, allowing you to navigate the skies of Minecraft with ease and agility.

Acquisition

Crafting using Iron Ingot, Hull, Iron Ingot, Propeller, Biplane, Hull, Iron Ingot, Hull and Iron Ingot, arranged in the pattern shown. Produces Scarlet Biplane.

Crafting
Iron Ingot
Hull
Iron Ingot
Propeller
Biplane
Hull
Iron Ingot
Hull
Iron Ingot
Scarlet Biplane Scarlet Biplane guaranteed
Developer reference
Registry name
man_of_many_planes:scarlet_biplane
Namespace
man_of_many_planes
Mod ID
man_of_many_planes

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "IHI",
    "PBH",
    "IHI"
  ],
  "ingredients": {
    "B": {
      "anyOf": [
        {
          "item": "immersive_aircraft:biplane"
        }
      ]
    },
    "H": {
      "anyOf": [
        {
          "item": "immersive_aircraft:hull"
        }
      ]
    },
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    },
    "P": {
      "anyOf": [
        {
          "item": "immersive_aircraft:propeller"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}