Nomifactory / DimensionalEdibles

Travel through dimensions with food!
https://www.curseforge.com/minecraft/mc-mods/dimensional-edibles-omnifactory-edition
GNU Lesser General Public License v3.0
3 stars 6 forks source link

Implement workaround for fuel tooltip log spam bug #25

Closed Exaxxion closed 3 years ago

Exaxxion commented 3 years ago

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.