Crafting using Amethyst Shard, Amethyst Shard, Sculk Sensor and Amethyst Shard, arranged in the pattern shown. Produces Calibrated Sculk Sensor.
Calibrated Sculk Sensor
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Calibrated Sculk Sensor | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Calibrated Sculk Sensor | 1–1 | 100% | Drops itself with Silk Touch |
Developer reference
- Registry name
minecraft:calibrated_sculk_sensor- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/mineable/hoe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"#X#"
],
"ingredients": {
"#": {
"item": "minecraft:amethyst_shard"
},
"X": {
"item": "minecraft:sculk_sensor"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}