Add Sculk Catalyst recipe with Diamond Shards

- Added alternative recipe to craft Sculk Catalyst
- Recipe: 4 Diamond Shards + 4 Soul Sand + 1 Soul Soil
- Provides a way to craft Sculk Catalyst without Sculk Sensor

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
feldenr
2026-01-07 17:28:36 +01:00
parent 140b1f9111
commit 613d679525
11 changed files with 64 additions and 15 deletions
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"DSD",
"SCS",
"DSD"
],
"key": {
"D": {
"item": "custom_ore_gen:diamondshard"
},
"S": {
"item": "minecraft:soul_sand"
},
"C": {
"item": "minecraft:soul_soil"
}
},
"result": {
"item": "minecraft:sculk_catalyst",
"count": 1
}
}