keep v6 mod compatibility (#5655)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user