Remove protection enchantment
This commit is contained in:
parent
eb41fb5a7d
commit
13b46f995d
|
|
@ -0,0 +1,3 @@
|
||||||
|
[
|
||||||
|
"minecraft:protection"
|
||||||
|
]
|
||||||
|
|
@ -0,0 +1,50 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/pools/0/entries/0/value/pools/0/entries/0/functions/1/enchantments",
|
||||||
|
"value": {
|
||||||
|
"minecraft:fire_protection": 4.0,
|
||||||
|
"minecraft:projectile_protection": 4.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/pools/0/entries/0/value/pools/1/entries/0/functions/1/enchantments",
|
||||||
|
"value": {
|
||||||
|
"minecraft:fire_protection": 4.0,
|
||||||
|
"minecraft:projectile_protection": 4.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/pools/0/entries/1/value/pools/0/entries/0/functions/1/enchantments",
|
||||||
|
"value": {
|
||||||
|
"minecraft:fire_protection": 4.0,
|
||||||
|
"minecraft:projectile_protection": 4.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/pools/0/entries/1/value/pools/1/entries/0/functions/1/enchantments",
|
||||||
|
"value": {
|
||||||
|
"minecraft:fire_protection": 4.0,
|
||||||
|
"minecraft:projectile_protection": 4.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/pools/0/entries/2/value/pools/0/entries/0/functions/1/enchantments",
|
||||||
|
"value": {
|
||||||
|
"minecraft:fire_protection": 4.0,
|
||||||
|
"minecraft:projectile_protection": 4.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"op": "replace",
|
||||||
|
"path": "/pools/0/entries/2/value/pools/1/entries/0/functions/1/enchantments",
|
||||||
|
"value": {
|
||||||
|
"minecraft:fire_protection": 4.0,
|
||||||
|
"minecraft:projectile_protection": 4.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
[
|
||||||
|
"minecraft:protection"
|
||||||
|
]
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
[
|
||||||
|
"minecraft:protection"
|
||||||
|
]
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
[
|
||||||
|
"minecraft:protection"
|
||||||
|
]
|
||||||
|
|
@ -84,6 +84,10 @@
|
||||||
"namespace": "minecraft",
|
"namespace": "minecraft",
|
||||||
"path": "advancement/story/(mine_stone|iron_tools|form_obsidian).json"
|
"path": "advancement/story/(mine_stone|iron_tools|form_obsidian).json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"namespace": "minecraft",
|
||||||
|
"path": "enchantment/protection.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"namespace": "enderitemod",
|
"namespace": "enderitemod",
|
||||||
"path": "recipe/enderite_spear.json"
|
"path": "recipe/enderite_spear.json"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue