Fix copper pickaxe advancement
This commit is contained in:
parent
7c5e3cc6dd
commit
18935c9f92
|
|
@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Removed power enchantment
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed copper pickaxe advancement
|
||||
|
||||
## [2.1.0]
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,12 +1,17 @@
|
|||
[
|
||||
{
|
||||
"op": "add",
|
||||
"op": "replace",
|
||||
"path": "/parent",
|
||||
"value": "mc_rebalance:story/wooden_paxel"
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"op": "replace",
|
||||
"path": "/display/icon/id",
|
||||
"value": "minecraft:copper_pickaxe"
|
||||
},
|
||||
{
|
||||
"op": "replace",
|
||||
"path": "/criteria/stone_pickaxe/conditions/items/0/items",
|
||||
"value": "minecraft:copper_pickaxe"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue