-
Notifications
You must be signed in to change notification settings - Fork 5
General Config 2.0.0
//TODO short description
lower bound for the success chance of the enchantment process
- type: float
- default: 75.0
- min-value: 0.0
- max-value: 100.0
upper bound for the success chance of the enchantment process
- type: float
- default: 100.0
- min-value: 0.0
- max-value: 100.0
what amount of bookshelves are required to reach the max_success_chance
- type: int
- default: 20
- min-value: 0
- max-value: 32
how many books are required to start the enchantment process
- type: int
- default: 4
- min-value: 1
- max-value: 6
what item is required to increase the amount of enchantments that can be added to an item
parsed as an ingredient, the format for this is outlined here
- type: object
what item is required to increase the amount of levels that can be added to an enchantment
parsed as an ingredient, the format for this is outlined here
- type: object
When the config is generated for the first time, it will look like this:
{
"min_success_chance": 75.0,
"max_success_chance": 100.0,
"required_bookshelves": 20,
"required_books": 4,
"bonus_item_more_enchantments": {
"item": "minecraft:nether_star"
},
"bonus_item_more_levels": {
"item": "minecraft:enchanted_golden_apple"
}
}
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