TehNut-Mods / ResourcefulCrops

Simply JSON based resource crops
MIT License
12 stars 7 forks source link

[1.7.10] Lighting glitch #19

Closed bochen415 closed 8 years ago

bochen415 commented 8 years ago

Something weird is happening on the border of chunks. It depends on the plants growing just next to the glitched ones. 2015-11-28_13 47 24

My mods directory: pic Forge 10.13.4.1558-1.7.10

.. also Iron Seeds? not Iron Plant/Crop?

TehNut commented 8 years ago

I have actually noticed this as well, but it's extremely rare and I can't reliably reproduce it.

.. also Iron Seeds? not Iron Plant/Crop?

Go look at Wheat :p I swear it used to say Wheat Seeds...

InfinityRaider commented 8 years ago

I had the same issue with my blocks, a single tessellator.setBrightness(block.getMixedBrightnessForBlock(world, x, y, z)) call in my rendering code fixed it. This prevents leaking of brightness setting form neighbouring blocks.

TehNut commented 8 years ago

Thanks! Here's hoping that fixes it. I know absolutely nothing about rendering...

InfinityRaider commented 8 years ago

Makes two of us...