Compare commits
2 commits
4e6725efad
...
13b46f995d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13b46f995d | ||
|
|
eb41fb5a7d |
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
"path": "advancement/story/(mine_stone|iron_tools|form_obsidian).json"
|
||||
},
|
||||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "enchantment/protection.json"
|
||||
},
|
||||
{
|
||||
"namespace": "enderitemod",
|
||||
"path": "recipe/enderite_spear.json"
|
||||
|
|
|
|||
Loading…
Reference in a new issue