mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
Make Greenhouse Glass less useless
This commit is contained in:
parent
e900b00d3f
commit
06760638a9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class TileEntityGreenhouseGlass extends TileEntityBase{
|
|||
}
|
||||
}
|
||||
else{
|
||||
int time = 300;
|
||||
int time = 150;
|
||||
this.timeUntilNextFert = time+Util.RANDOM.nextInt(time);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue