Add Enchanting System Overhaul
This commit is contained in:
parent
dc68fe6cc2
commit
b11593fa20
|
|
@ -833,6 +833,21 @@
|
||||||
},
|
},
|
||||||
"path": "mods/entityculling-forge-1.8.2-mc1.20.1.jar"
|
"path": "mods/entityculling-forge-1.8.2-mc1.20.1.jar"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"downloads": [
|
||||||
|
"https://cdn.modrinth.com/data/CxaV51ez/versions/228OMT78/eso-forge-1.20.1-1.2.2-all.jar"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"client": "required",
|
||||||
|
"server": "required"
|
||||||
|
},
|
||||||
|
"fileSize": 327407,
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "f3441d0fabc5ff5f169e333ed570b0805537d27a",
|
||||||
|
"sha512": "815154db94cb5dd4001a129dfeec0f689f60c33cb9f8cd5b5723aa4bd4287fac9954c794e8a2e89e656325170a7680a22bc531260f099a25df7494b6e619a025"
|
||||||
|
},
|
||||||
|
"path": "mods/eso-forge-1.20.1-1.2.2-all.jar"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
"https://cdn.modrinth.com/data/Aqlf1Shp/versions/qzoL6HjK/fabric-api-0.92.2%2B1.11.12%2B1.20.1.jar"
|
"https://cdn.modrinth.com/data/Aqlf1Shp/versions/qzoL6HjK/fabric-api-0.92.2%2B1.11.12%2B1.20.1.jar"
|
||||||
|
|
|
||||||
15
overrides/config/eso/config.json
Normal file
15
overrides/config/eso/config.json
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"maxEnchantments": 4,
|
||||||
|
"enableEnchantability": false,
|
||||||
|
"enableDefaultRecipe": true,
|
||||||
|
"disableDiscoverySystem": true,
|
||||||
|
"enableEnchantmentsLeveling": false,
|
||||||
|
"maxEnchantmentsOnLootBooks": 2,
|
||||||
|
"maxEnchantmentsOnLootItems": 3,
|
||||||
|
"enableCursesAmplifier": true,
|
||||||
|
"maxCurses": 1,
|
||||||
|
"enchantmentLimitIncreasePerCurse": 1,
|
||||||
|
"hideEnchantmentsWithoutRecipe": false,
|
||||||
|
"disableAnvilEnchanting": false,
|
||||||
|
"disableBookCombining": false
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue