ResourcefulCrops

ResourcefulCrops

173k Downloads

[1.7.10] Lighting glitch

bochen415 opened this issue ยท 4 comments

commented

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?

commented

Makes two of us...

commented

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

commented

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.

commented

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