Dirt not showing
aaronbekir opened this issue ยท 3 comments
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.
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.
Hope this helps.
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: