Addresses the log spam bug #23 with a workaround that updates BlockCustomCake.cakeDimension in the TOP/WAILA rendering methods (similar to what we do in onBlockActivated()) so it has a value set before the superclass implementation of those methods try to access it.
In the longer term, a proper refactoring of custom cakes to avoid the state-swapping stuff is still desirable, so I don't want to link #23 and close it just yet.
Addresses the log spam bug #23 with a workaround that updates
BlockCustomCake.cakeDimension
in the TOP/WAILA rendering methods (similar to what we do inonBlockActivated()
) so it has a value set before the superclass implementation of those methods try to access it.In the longer term, a proper refactoring of custom cakes to avoid the state-swapping stuff is still desirable, so I don't want to link #23 and close it just yet.