Remove protection enchantment

This commit is contained in:
Sergeant Acoustic 2026-03-04 23:49:08 +00:00
parent eb41fb5a7d
commit 13b46f995d
6 changed files with 66 additions and 0 deletions

View file

@ -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
}
}
]

View file

@ -84,6 +84,10 @@
"namespace": "minecraft",
"path": "advancement/story/(mine_stone|iron_tools|form_obsidian).json"
},
{
"namespace": "minecraft",
"path": "enchantment/protection.json"
},
{
"namespace": "enderitemod",
"path": "recipe/enderite_spear.json"