packwiz refresh
This commit is contained in:
parent
3a9ef6a46a
commit
884a7e3881
3 changed files with 38 additions and 0 deletions
Binary file not shown.
25
config/enchantmentdisabler-config.json5
Normal file
25
config/enchantmentdisabler-config.json5
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"disablerEnabled": true,
|
||||
"disabledEnchantments": [
|
||||
"minecraft:mending",
|
||||
],
|
||||
"maxLevelNest": {
|
||||
"modifyMaxLevels": false,
|
||||
"maxLevels": [
|
||||
"minecraft:sharpness/5"
|
||||
]
|
||||
},
|
||||
"tradesNest": {
|
||||
"modifyEnchantedBookTradeUses": false,
|
||||
"maxEnchantedBookTradeUses": 12,
|
||||
"modifyEnchantedItemTradeUses": false,
|
||||
"maxEnchantedItemTradeUses": 3,
|
||||
"enchantedBookTradeRestockEnabled": true,
|
||||
"enchantedItemTradeRestockEnabled": true
|
||||
},
|
||||
"enchantingTableNest": {
|
||||
"enchantingTableEnabled": true,
|
||||
"modifyLapisCost": false,
|
||||
"lapisCostFormula": "id+1"
|
||||
}
|
||||
}
|
||||
13
mods/enchantment-disabler.pw.toml
Normal file
13
mods/enchantment-disabler.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Enchantment Disabler"
|
||||
filename = "enchantmentdisabler-1.0.0+1.19.3.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Kd03i2oU/versions/pJ60xb1I/enchantmentdisabler-1.0.0%2B1.19.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0dea229a3b7c8f554b44238e47312f63851ab17ee8b74a4f96ee2bfae9704145019951f803cf1d384cd5ba55f8bb95500d335f0dbec27fcf73193e71b19b8b6c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Kd03i2oU"
|
||||
version = "pJ60xb1I"
|
||||
Loading…
Add table
Reference in a new issue