-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing Config doesn't seem to do anything. #55
Comments
I agree, by default everything is a bit too expensive. I had the same problem and came to the GitHub to see if there was a way to tweak this. |
Do you see any related errors in the log ( Also, what Minecraft version are you on? This looks like an older config.
Yeah, this is severely lacking in that regard. I plan on writing some documentation at some point, but until then, there's not really much other than this comment on another issue. |
you need to add
|
I've been having this same issue, no matter what values I put or when I changed types for disenchanting to book, the values would not change. I am using version 4.0.0+1.21.1. By adding the lines normal_factor and treasure_factor, everything seems to work now and the cost is much lower. To check everything, I deleted the config on my end just to double check I didn't accidentally delete it, and the mod does not add these lines upon recreating the config file. I did check the logs when loading into my server and it received the server config, however what it received wasn't what it should be. I had previously changed it from count_min_power to count_levels, yet in the log it still said CountMinPower. Prior to receiving the server config in the logs, it did give out this one error: Based on my limited understanding, this does seem to confirm that the normal_factor and treasure_factor lines missing under disenchant_to_book are causing the issue with the config not changing properly and upon adding them manually, everything seems to work as it should. |
I read one of the older issues that says that you need to edit both the client config and the server one but still it doesn't seem to do anything. Even when going singleplayer and changing the config, the number of levels required always stays the same.
I even tried to change the function type. I tested with the same item every time but the amount always stayed at 17 levels.
An easier way to make everything cheaper would be great, or at least some documentation on how to do so.
Here is my current config.
The text was updated successfully, but these errors were encountered: