Wormbo

Results 206 comments of Wormbo

There seems to be a restriction in EMI's API for retrieving the hovered stack. I can get the `CorporeaInputHandler` to recognize EMI's recipe and BOM screens, but `EmiApi::getHoveredStack` only returns...

In the development snapshot they render in the book again, but they still don't show up in the visualization, neither on Forge nor on Fabric.

I can't reproduce the ghost blocks in a 1.20.1 version of Botania. Can you confirm whether this still happens for you?

The reason is likely that usually the amulet logic applies the first "mid-air jump" right as the player jumps from the ground. But occasionally it will not register that as...

The fake player detection by checking for the Forge-specific `FakePlayer` class was lost in the move to also support Fabric, presumably because it didn't have a similar option in its...

This PR has been tested using the following Botania code changes: https://github.com/TheRealWormbo/Botania/commit/2c40fe893b562ee30cb74f5104d401046bd721f9 The advancement for reading the Lexica Botania was successfully awarded on both Forge and Fabric when reading the...

The 1.20.1 version of this PR is archived at https://github.com/TheRealWormbo/Patchouli/tree/1.20.1-reading-advancement-trigger, in case that version of Patchouli still receives updates. The following update to this PR is for 1.20.4, but lacking...

A valid point has been [made on the forums](https://forum.violetmoon.org/d/222-why-weird-mana-pool-particles): > If you transfer mana via spark, you get cool streaming particles, if you transfer it via spreader, you gear cool...

I can confirm that reporting an empty dummy inventory in `RedStringContainerCapProvider.getCapability` fixes the issue on Forge. For completeness' sake I also checked the Fabric version. It has the exact same...