Made Greenhouse Glass twice as fast

This commit is contained in:
Ellpeck 2016-11-27 12:08:58 +01:00
parent 65e443e13b
commit 35daf62fde

View file

@ -65,7 +65,7 @@ public class TileEntityGreenhouseGlass extends TileEntityBase{
}
}
else{
int time = 100;
int time = 50;
this.timeUntilNextFert = time+this.world.rand.nextInt(time);
}
}