
Config Question 1.21.1 4.0
Closed this issue ยท 2 comments
So I saw that there is a count levels type in other posts but everytime I change it to that the levels simply reset back to the default which is 39 for the tool I am placing enchants on when changing factor or offset nothing changes. I can get the levels to go lower if I change count min power to low numbers like 0.3 im trying to figure out why the other way is not working correctly.
When using the count_levels
type, the normal_factor
and treasure_factor
fields are also required. This can be used to have different costs for treasure enchantments like mending. As a start, you can just set both to 1.0
.
{
"type": "grindenchantments:count_levels",
"normal_factor": 1.0,
"treasure_factor": 1.0
}
Of course, this is just a snippet, you still the need the rest of the config file around that.
I realize all of this isn't documented very well (or at all, really), but I haven't got around to writing documentation yet, unfortunately.