Allow neoplasm on water/arkycite/etc

This commit is contained in:
Anuken
2022-08-14 15:39:56 -04:00
parent 1f318306a7
commit f15a620c45
5 changed files with 10 additions and 5 deletions

View File

@@ -38,9 +38,9 @@ public class LightBlock extends Block{
@Override
public void init(){
//double needed for some reason
lightRadius = radius*2f;
lightRadius = radius*3f;
emitLight = true;
super.init();
}