Version 2.1.6 - Bug fixes and recipe improvements

- Fixed paxel recipe: now requires 1 pickaxe + 1 shovel + 1 axe + 2 sticks
- Fixed silk touch on Concentrated Diamond Ore: now drops vanilla diamond_ore
- Fixed Copper High Ore sound: changed from GRAVEL to STONE
- Added Sculk Catalyst recipe: 4 Diamond Shards + 4 Soul Sand + 1 Soul Soil
- Fixed Ore Biome Finder recipe: moved from recipe/ to recipes/ folder

🤖 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:44:37 +01:00
parent 613d679525
commit 0d3805f654
12 changed files with 28 additions and 17 deletions
@@ -2,14 +2,20 @@
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" S ",
"PSA",
" T ",
" T "
],
"key": {
"S": {
"P": {
"item": "custom_ore_gen:sharddiamondpickaxe"
},
"S": {
"item": "custom_ore_gen:sharddiamondshovel"
},
"A": {
"item": "custom_ore_gen:sharddiamondaxe"
},
"T": {
"item": "minecraft:stick"
}