Fixed #8465
This commit is contained in:
@@ -1144,6 +1144,10 @@ public class Block extends UnlockableContent implements Senseable{
|
||||
|
||||
clipSize = Math.max(clipSize, size * tilesize);
|
||||
|
||||
if(hasLiquids && drawLiquidLight){
|
||||
clipSize = Math.max(size * 30f * 2f, clipSize);
|
||||
}
|
||||
|
||||
if(emitLight){
|
||||
clipSize = Math.max(clipSize, lightRadius * 2f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user