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
|
- Removed power enchantment
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed copper pickaxe advancement
|
||||||
|
|
||||||
## [2.1.0]
|
## [2.1.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue