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