mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Made Greenhouse Glass twice as fast
This commit is contained in:
parent
65e443e13b
commit
35daf62fde
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class TileEntityGreenhouseGlass extends TileEntityBase{
|
|||
}
|
||||
}
|
||||
else{
|
||||
int time = 100;
|
||||
int time = 50;
|
||||
this.timeUntilNextFert = time+this.world.rand.nextInt(time);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue