Bonsai Trees 3

Bonsai Trees 3

51M Downloads

Dirt not showing

aaronbekir opened this issue ยท 3 comments

commented

Bonsai Trees version1.1.1-b138: (latest version on Curse)
Forge versionunknown:
I am not using OptifineCorrect:
Link to Crashlog: Doesn't Crash
Screenshot (if possible): Can't get to work.

Description of the problem including expected versus actual behavior:

When placing any form of Dirt or Grass in the Bonsai Pot (both normal and hopping), no visual shows of the dirt or item.

Steps to reproduce:

Have reinstalled mod fresh from Curse.

commented

Same issue. b138

The sapling will plant and grow but the dirt/grass do not show as being in the pot.
2018-11-24_20 23 47

commented

Pretty sure this is caused by the use of GlStateManager.pushAttrib() and GlStateManager.popAttrib().

The pop attrib doesn't work properly. I just debugged a very unpredictable rendering issue in one of my mods and this was the culprit.

https://github.com/thraaawn/BonsaiTrees/search?q=GlStateManager.pushAttrib%28%29%3B&unscoped_q=GlStateManager.pushAttrib%28%29%3B

Hope this helps.

commented

The JavaDoc for the attrib methods says Do not use (see MinecraftForge issue #1637).

This is the issue referenced by the JavaDoc on the attrib methods:

MinecraftForge/MinecraftForge#1637