Compare commits

...

2 commits

Author SHA1 Message Date
Sergeant Acoustic 13b46f995d Remove protection enchantment 2026-03-04 23:49:08 +00:00
Sergeant Acoustic eb41fb5a7d Add datapack utils mod 2026-03-04 23:47:49 +00:00
7 changed files with 81 additions and 0 deletions

View file

@ -1072,6 +1072,21 @@
"sha512": "f794ab3d2f758cee769daf144fcaeeb6803fbddfb8fcce3df71d6910d70ad0e1742db16598f7c199107af6c20a1b1d676c13f35354794f91520eb2431c120566"
},
"path": "mods/larger-biomes-1.0.jar"
},
{
"downloads": [
"https://cdn.modrinth.com/data/I0ObTTI7/versions/wl6lFT4y/datapack_utils-fabric-0.1.7%2B1.21.1.jar"
],
"env": {
"client": "required",
"server": "required"
},
"fileSize": 58073,
"hashes": {
"sha1": "dc612d59498789236a13cdfcaa9280fdf7fb4bfc",
"sha512": "8f601001f9411cc2fbbf7ade87bb256a80bfbd8191f75b5118c525fe81c142809bc8176cee12e8357016fc745ed8c8e9589fde59580d6823349a64f8ab57c55b"
},
"path": "mods/datapack_utils-fabric-0.1.7+1.21.1.jar"
}
]
}

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"