half-ish moss generator rate

This commit is contained in:
Ellpeck 2020-05-02 03:04:13 +02:00
parent e1f17c06ed
commit fd2c663653

View file

@ -50,7 +50,7 @@ public class TileEntityMossGenerator extends TileEntityImpl implements ITickable
BlockState state = this.world.getBlockState(offset);
BlockState result = NaturesAuraAPI.BOTANIST_PICKAXE_CONVERSIONS.inverse().get(state);
int toAdd = 7500;
int toAdd = 4000;
if (this.canGenerateRightNow(35, toAdd)) {
while (toAdd > 0) {
BlockPos spot = IAuraChunk.getLowestSpot(this.world, this.pos, 35, this.pos);