Remove power
This commit is contained in:
parent
052306bd21
commit
9e6bd5ed3c
|
|
@ -1,3 +1,4 @@
|
|||
[
|
||||
"minecraft:sharpness"
|
||||
"minecraft:sharpness",
|
||||
"minecraft:power"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/1/entries/1/functions"
|
||||
}
|
||||
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
"minecraft:protection",
|
||||
"minecraft:sharpness"
|
||||
"minecraft:sharpness",
|
||||
"minecraft:power"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
"minecraft:sharpness",
|
||||
"minecraft:protection"
|
||||
"minecraft:protection",
|
||||
"minecraft:power"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@
|
|||
},
|
||||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "enchantment/(protection|sharpness).json"
|
||||
"path": "enchantment/(protection|sharpness|power).json"
|
||||
},
|
||||
{
|
||||
"namespace": "enderitemod",
|
||||
|
|
|
|||
Loading…
Reference in a new issue