ad_astra:oxygen_sensor

Oxygen Sensor

Ad Astra · by Alex Nijjar
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Ostrum Plate, Fan, Ostrum Plate, Ostrum Plate, Block of Redstone, Ostrum Plate, Ostrum Plate, Ostrum Plate and Ostrum Plate, arranged in the pattern shown. Produces Oxygen Sensor.

Crafting
Oxygen Sensor guaranteed

Mining & drops

sourcecountchanceconditions
Oxygen Sensor1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
ad_astra:oxygen_sensor
Namespace
ad_astra
Mod ID
ad_astra
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#F#",
    "#R#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "ad_astra:ostrum_plates"
    },
    "F": {
      "item": "ad_astra:fan"
    },
    "R": {
      "item": "minecraft:redstone_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}