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.
Rain Sensor
Draconic Evolution · by brandon3055
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Rain Sensor | 1–1 | 100% | 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
}