Wormbo

Results 206 comments of Wormbo

Apparently the GitHub build did not like the Patchouli mixin, so no advancement for lectern readers for now.

Added an event handler for right-clicks on lectern blocks with the Lexica Botania as the book. On Forge it is registered at "high" instead of default priority, so it won't...

A better implementation is on the way: https://github.com/TheRealWormbo/Botania/commit/2c40fe893b562ee30cb74f5104d401046bd721f9 That one uses an [upcoming feature in Patchouli](https://github.com/VazkiiMods/Patchouli/pull/715) to properly trigger the advancement for whatever way the lexicon ends up being opened....

For reference, the ATM issue can be found here: https://github.com/AllTheMods/ATM-9/issues/894 These are technically two independent bugs, likely with different causes. However, due to the nature of the mod pack (20...

The tiara fails to detect the eye because the method it uses to look for it tries to match NBT data to a pristine copy of the eye item. And...

It is confirmed from the Tinkers side that they use a completely separate attack logic implementation, but "follow all proper forge events". Unfortunately that doesn't quite help Botania, as the...

I assume the reason this was changed from "any horse-like mob" to just horses is that "any horse-like mob" started to include more and more clearly non-horse mobs, such as...

Also, considering #4478, the Forge solution probably shouldn't be to just switch to the Fabric mixin implementation.

The log suggests Botania is by far not the only mod that is having issues with your configuration. As for the book's unlocked chapters: Those depend on hidden advancements. If...

For reference: https://github.com/VazkiiMods/Zeta/issues/15 A fix will likely require at least a change in Zeta, maybe (but unlikely) also some compatibility logic in Botania.