Fix copper pickaxe advancement

This commit is contained in:
Sergeant Acoustic 2026-03-29 02:14:44 +01:00
parent 7c5e3cc6dd
commit 18935c9f92
2 changed files with 11 additions and 2 deletions

View file

@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed power enchantment - Removed power enchantment
### Fixed
- Fixed copper pickaxe advancement
## [2.1.0] ## [2.1.0]
### Added ### Added

View file

@ -1,12 +1,17 @@
[ [
{ {
"op": "add", "op": "replace",
"path": "/parent", "path": "/parent",
"value": "mc_rebalance:story/wooden_paxel" "value": "mc_rebalance:story/wooden_paxel"
}, },
{ {
"op": "add", "op": "replace",
"path": "/display/icon/id", "path": "/display/icon/id",
"value": "minecraft:copper_pickaxe" "value": "minecraft:copper_pickaxe"
},
{
"op": "replace",
"path": "/criteria/stone_pickaxe/conditions/items/0/items",
"value": "minecraft:copper_pickaxe"
} }
] ]