minecraft-src/data/minecraft/recipe/calibrated_sculk_sensor.json
2025-07-04 01:41:11 +03:00

20 lines
No EOL
320 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:amethyst_shard"
},
"X": {
"item": "minecraft:sculk_sensor"
}
},
"pattern": [
" # ",
"#X#"
],
"result": {
"count": 1,
"id": "minecraft:calibrated_sculk_sensor"
}
}