mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made Greenhouse glass a lot faster because it was totally ineffective
This commit is contained in:
parent
fdd4c295a4
commit
74f070e098
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class TileEntityGreenhouseGlass extends TileEntityBase{
|
|||
}
|
||||
}
|
||||
else{
|
||||
int time = 300;
|
||||
int time = 50;
|
||||
this.timeUntilNextFert = time+Util.RANDOM.nextInt(time);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue