quaternary
quaternary
This would be nice to add. I'm swapping this to the 'enhancement' label b/c I'm pretty sure the q menu has always worked like that.
Looking at this again. I think the best way to fix this would be officially allowing *empty* seed pouches to stack so you don't need to use a hacky stack-increasing...
Might have fixed it with 228f8b150cf56b69fcc83aff31f991120e44ce27, probably worth a backport.
Thanks for the report. It looks like `NarratorReadoutModule` only registers its keybindings if the module is enabled at startup: https://github.com/VazkiiMods/Quark/blob/9c3db1e64e5e06f4264270c0032bfad6d20f1ff1/src/main/java/vazkii/quark/content/experimental/module/NarratorReadoutModule.java#L50-L55 Whereas other modules always register their keybindings: https://github.com/VazkiiMods/Quark/blob/36810e94e9c7f838d50445a3895f98d98044324c/src/main/java/vazkii/quark/content/tweaks/module/LockRotationModule.java#L84-L86 so `NarratorReadoutModule`...
I imagine this is related to [ContributorRewardHandler](https://github.com/VazkiiMods/Quark/blob/master/src/main/java/vazkii/quark/base/handler/ContributorRewardHandler.java), which contacts Github to obtain the list of patreon users. But this is done off-thread, so ideally it shouldn't get in the way...
This will be added in 1.20 cause some of this module has been rewritten.
Oh wow, sorry, i feel really silly for not checking this in vanilla 🌝
This is an old issue but bumping because I found someone confused by the current `breaks` message: https://old.reddit.com/r/feedthebeast/comments/1cbilre/hows_that_even_possible_java_1201_fabric/ Saying that a version "matches" some condition is a bit developerspeak-y, I...
Here are my hot takes: * If Modtweaker is still gonna be a thing, dump all of the mods under the ModTweaker subcategory alongside the rest of the mods. At...
Oh, also: It might be nice to divide Vanilla and other mod-support pages into one subcategory for Recipes and another subcategory for Behavior or Gameplay. Especially in the Vanilla category,...