AgriCraft

AgriCraft

30M Downloads

disappearing crop sticks

SwiftSlide opened this issue ยท 6 comments

commented

the crop sticks are glitching out. one time their invisible and then next tiume theur not. and than half of them are invisible.
i have fastcraft, better fps and optifine installed. maybe some rendering issue with those mods?
2016-02-07_23 23 59
2016-02-07_23 24 03
2016-02-07_23 24 18

commented

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.

commented

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...

commented

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.

commented

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.

commented

The only thing what changed in AgriCraft is a different render setting (to switch from ISBRH to TESR), but it is off by default.

commented

So what exactly changed? Was it a change in AC or Optifine? I know this problem didn't exist when I was working with you last year to get my modpack done (all of those config options I asked for, etc.).