This commit is contained in:
Anuken
2021-06-13 10:12:50 -04:00
parent 347b38ba26
commit 5601f97266
2 changed files with 4 additions and 1 deletions

View File

@@ -61,6 +61,8 @@ public class ItemLiquidGenerator extends PowerGenerator{
@Override
public void init(){
emitLight = true;
lightRadius = 65f * size;
if(!defaults){
setDefaults();
}