iChun / iChunUtil

iChunUtil as required by several of my mods.
GNU Lesser General Public License v3.0
40 stars 53 forks source link

Fixed potential not building crash #106

Closed Lomeli12 closed 7 years ago

Lomeli12 commented 8 years ago

Calling draw when the WorldRenderer isn't drawing will lead to a "Not Building!" crash. Any mods messing with WorldRenderer improperly could bring the whole thing crashing down (as I recently experienced messing with Mantle in 1.8.8). Better to be safe than sorry and check beforehand.

iChun commented 8 years ago

I'm actually not very happy with this PR because you didn't check later on when I force the Tessellator to draw again later, I'll poke into this later on for 1.8.9 though.

iChun commented 7 years ago

We sadly don't use WorldRenderer anymore :(