Space Suit
ad_astra:space_suit

Space Suit

Ad Astra · by Alex Nijjar
item Space Suit Items

Acquisition

Crafting using Steel Plate, Steel Plate, Gas Tank, Oxygen Gear, Gas Tank, Steel Plate, Any Wool and Steel Plate, arranged in the pattern shown. Produces Space Suit.

Crafting
Space Suit Space Suit guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Blacksmith (ad_astra) ad_astra:blacksmith1–1100%
Developer reference
Registry name
ad_astra:space_suit
Namespace
ad_astra
Mod ID
ad_astra
Tags (1)
ad_astra:items/space_suit_items

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "# #",
    "TOT",
    "#W#"
  ],
  "ingredients": {
    "#": {
      "tag": "ad_astra:steel_plates"
    },
    "O": {
      "item": "ad_astra:oxygen_gear"
    },
    "T": {
      "item": "ad_astra:gas_tank"
    },
    "W": {
      "tag": "minecraft:wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}