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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user