disappearing crop sticks
SwiftSlide opened this issue ยท 6 comments
Some Optifine settings don't like the fact that I'm using my own Tessellator class isntead of the MC tessellator. There's nothing I can do about it.
The obvious solution would be to stop using your own tessellator, as agricraft used to work with optifine just fine. Or better yet, use the MC tessellator when optifine is detected. We can live with the odd shadows when it means we don't have to give up multi-core chunk loading.
Can't wait for 1.9's built in multicore chunk loading...
In 1.7 my tessellator is just the MC tessellator wrapped up, the transformations are handled by me, but the vertices are still drawn with the mc Tessellator.
Also, the MC Tessellator does not handle rotations/scaling, which mine does, so using the mc Tessellator would require a lot of code adaptations which I do not want to do.
The only thing what changed in AgriCraft is a different render setting (to switch from ISBRH to TESR), but it is off by default.