Misc minor bugfixes

This commit is contained in:
Anuken
2023-05-28 09:57:26 -04:00
parent ab95b88c05
commit c4cd9e8f56
3 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,8 @@ public class LightBlock extends Block{
@Override
public void init(){
lightRadius = radius*3f;
lightRadius = radius*2.5f;
clipSize = Math.max(clipSize, lightRadius * 3f);
emitLight = true;
super.init();