-
Notifications
You must be signed in to change notification settings - Fork 10
Config tool_leveling_table.json
THIS PAGE ONLY APPLIES TO MODVERSIONS >= 1.4.0
//TODO short description
minimum payment cost for all enchantments
- type: Long
- default: 1000
- minimum-value: 1
- maximum-value: 9.223.372.036.854.775.807
Wether or not it is allowed to level enchantments whose default maximum level is 1.
For example: minecraft:silk_touch
Leveling those enchantments will normaly not have any effect.
- type: boolean
- default: true
- values; true or false
Wether or not it is allowed to level enchantments beyond the point level where the enchantment will break.
For example: minecraft:quick_charge will make the cross-bow unusable after level 5
- type: boolean
- default: true
- values: either true or false
Whether or not players in creative mode can use the tool_leveling_table without paying for the upgrade.
- type: boolean
- default: true
- values: either true or false
If there are enchantments listed in here, all enchantments that are not in the list will be allowed to be upgraded.
To deactivate the whitelist leave this list empty.
- type: list of enchantments
- default: empty list
All enchantments listed in the blacklist are not allowed to be upgraded in the tool_leveling_table.
The blacklist is only active when the enchantment_whitelist is empty.
- type: list of enchantments
- default: see in the default config below
If this option is higher than 0, all enchantments can not be upgraded higher than this value.
- type: Short
- default: 0
- minimum-value: 0
- maximum-value: 32.767
The enchantments listed in here can't be leveled higher, when they reached the value set in here.
- type: Key-Value-Pair of Enchantment-Short
- key: registry name of the enchantment as a string (the name that is displayed when advanced tooltips are activated F3 + H)
- minimum-value: 1
- maximum-value: 32.767
- default: see in the default config below
Adjust the payment cost, for all enchantments, with this modifier.
Will be applied after the payment cost is calculated.
- type: Double
- default: 1.0
- minimum-value: 0.0
- maximum-value: 100.0
Adjust the payment cost, for specific enchantments, with this modifier.
Will be applied after the payment cost is calculated.
- default: Key-Value-Pairs of Enchantmant-Double
- key: registry name of the enchantment as a string (the name that is displayed when advanced tooltips are activated F3 + H)
- minimum-value: 0.0
- maximum-value: ~1.7 * 10^308
- default: see in the default config below
Can be used to set a minimum level, for all enchantments, that is required before an enchantment can be upgraded in the tool_leveling_table.
To deactivate this option, set it to 0.
- type: Short
- default: 0
- minimum-value: 0
- maximum-value: 32.767
Can be used to set minimum levels, for specific enchantments, that are required before an enchantment can be upgraded in the tool_leveling_table.
- type: Key-Value-Pairs of Enchantment-Short
- key: registry name of the enchantment as a string (the name that is displayed when advanced tooltips are activated F3 + H)
- minimum-value: 0
- maximum-value: 32.767
- default: empty json oject
When the config is generated for the first time, it will look like this:
{
"general_options": {
"minimum_upgrade_cost": 1000,
"allow_leveling_of_useless_enchantments": true,
"allow_leveling_of_breaking_enchantments": true,
"free_upgrades_for_creative_players": true
},
"enchantment_options": {
"enchantment_whitelist": [],
"enchantment_blacklist": [
"minecraft:mending",
"minecraft:aqua_affinity",
"minecraft:channeling",
"minecraft:binding_curse",
"minecraft:vanishing_curse",
"minecraft:flame",
"minecraft:infinity",
"minecraft:multishot",
"minecraft:silk_touch"
],
"global_enchantment_cap": 0,
"enchantment_caps": {
"minecraft:fire_protection": 100
},
"global_upgrade_cost_multiplier": 1.0,
"enchantment_upgrade_cost_modifier": {
"minecraft:looting": 1.5
},
"global_minimum_enchantment_level": 0,
"minimum_enchantment_levels": {}
}
}Download the mod here:
Forge: https://www.curseforge.com/minecraft/mc-mods/tool-leveling-plus
Fabric: https://www.curseforge.com/minecraft/mc-mods/tool-leveling-plus-fabric
- Home
- Modversion >1.2.0
- Modversion >1.3.0
- Modversion >1.4.0
- Modversion >2.0.0