Config keeps on resetting
Alan19 opened this issue ยท 11 comments
The config file seems to be resetting whenever I open Minecraft, making it impossible to modify the potion recipes. It's resetting even if there's no changes.
Looks like I made a bad choice of type to use to store potion map settings. It basically didn't allow any changes to the list of potion ingredient items, only to the effects.
I have changed that now and will be releasing a build in the next days. However if you want to test this out you can also use a dev build from https://bintray.com/p3pp3rf1y/maven/download_file?file_path=Reliquary-1.12.2-1.3.4.725unstable.jar
The crashes were caused by incorrect potion names. Everything works now but I can't see any potion essences when I search for them in JEI. I have it so that it displays all combinations when looking at ingredient uses.
so the ingredients load properly, but what you're hitting here is a setting in JEI that will stop displaying all subtypes of an item if the count of those is greater than a value, by default 500;
Search for I:maxSubtypes in jei config and set that to (much) higher value to see these.