Remove sharpness
This commit is contained in:
parent
ab75f9420f
commit
09bdb52ccf
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"minecraft:sharpness"
|
||||
]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "replace",
|
||||
"path": "/enchantment",
|
||||
"value": "minecraft:knockback"
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"op": "replace",
|
||||
"path": "/enchantment",
|
||||
"value": "minecraft:knockback"
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/0/entries/7/functions/0/options/0"
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/1/entries/1/functions"
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"minecraft:sharpness"
|
||||
]
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
[
|
||||
"minecraft:protection"
|
||||
"minecraft:protection",
|
||||
"minecraft:sharpness"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
[
|
||||
"minecraft:sharpness",
|
||||
"minecraft:protection"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
},
|
||||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "enchantment/protection.json"
|
||||
"path": "enchantment/(protection|sharpness).json"
|
||||
},
|
||||
{
|
||||
"namespace": "enderitemod",
|
||||
|
|
|
|||
Loading…
Reference in a new issue