Hi there, our server is using Flat EXP Costs (https://modrinth.com/mod/flat-exp-costs) to fix the frustrating XP costs without touching the vanilla level curve. That mod simply changes the XP cost in anvils and enchanting tables to consume raw points instead of levels.
Interesting. I already support another mod called ‘Tax free levels’, which always calculates the XP cost based on the minimum required level. I don't think it has the other mode where it treats all levels as having the same number of XP points.
We'd love to use your mod as well, but there's currently no way to make its XP costs align with the other system, which is why I'm requesting an extra config option that changes the output of all the "cost_function" calculations to be raw XP points instead of levels. That should definitely be possible.
Should I also check for whether Flat EXP costs is loaded and calculate the level cost accordingly if the `use_minimal_exp_cost` is set (like tax free levels)? Another important question is which Minecraft version you are playing on. I usually always stay on the latest version, but if you're on an older one, I might consider backporting the feature :) Thank you for the suggestion!