Rain Sensor
draconicevolution:rain_sensor

Rain Sensor

Draconic Evolution · by brandon3055
block Pickaxe Mineable

Acquisition

Crafting using Bucket, Any Redstone Dust, Stone Pressure Plate, Any Redstone Dust, Stone Slab, Stone Slab and Stone Slab, arranged in the pattern shown. Produces Rain Sensor.

Crafting
Bucket
Any Redstone Dust
Stone Pressure Plate
Any Redstone Dust
Stone Slab
Stone Slab
Stone Slab
Rain Sensor Rain Sensor guaranteed

Mining & drops

sourcecountchanceconditions
Rain Sensor1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
draconicevolution:rain_sensor
Namespace
draconicevolution
Mod ID
draconicevolution
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " A ",
    "BCB",
    "DDD"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:bucket"
    },
    "B": {
      "tag": "forge:dusts/redstone"
    },
    "C": {
      "item": "minecraft:stone_pressure_plate"
    },
    "D": {
      "item": "minecraft:stone_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}