mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +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{
|
else{
|
||||||
int time = 100;
|
int time = 50;
|
||||||
this.timeUntilNextFert = time+this.world.rand.nextInt(time);
|
this.timeUntilNextFert = time+this.world.rand.nextInt(time);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue