Varied chests recipes - 8 wood to 4 chests setting ignores config
Cre8or opened this issue ยท 3 comments
Hi! I'm having an issue with the "Varied Chests" setting (from the decoration tab) that adds the new recipes (8 wood blocks -> 4 chests).
Essentially, it seems as if these recipes always get registered, irrespective of whether the option is set to true
or false
. It also seems to ignore the enabled status of the "Varied Chests" category, to which this setting belongs. I was so confused about this that I ended up trying all 4 combination of these two options - the recipes registered every time, even when they shouldn't have.
Of course, my next approach was to make a CraftTweaker script to remove the unwanted recipes, but even when I tried to remove all chest recipes (using recipes.remove(<minecraft:chest>);
), the Quark recipes still showed up (what? how!?).
At the time of posting this issue, I am using the latest versions of Quark (Quark-r1.5-146.jar
) and AutoRegLib (AutoRegLib-1.3-26.jar
). My client log can be found here, and I didn't experience any crashes.
I've only tested this in singleplayer so far (as I don't currently have a server to test it on), and it definitely occurs there.