Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-07-27 17:43:19 -04:00
2 changed files with 6 additions and 5 deletions

View File

@@ -793,6 +793,11 @@ public class Block extends UnlockableContent{
}
clipSize = Math.max(clipSize, size * tilesize);
//only kept to ensure compatibility with v6 mods.
if(expanded){
clipSize += tilesize * 10f;
}
if(emitLight){
clipSize = Math.max(clipSize, lightRadius * 2f);