diff --git a/src/main/java/de/ellpeck/naturesaura/blocks/tiles/BlockEntityMossGenerator.java b/src/main/java/de/ellpeck/naturesaura/blocks/tiles/BlockEntityMossGenerator.java index b7fe2b58..f4f5819f 100644 --- a/src/main/java/de/ellpeck/naturesaura/blocks/tiles/BlockEntityMossGenerator.java +++ b/src/main/java/de/ellpeck/naturesaura/blocks/tiles/BlockEntityMossGenerator.java @@ -48,7 +48,7 @@ public class BlockEntityMossGenerator extends BlockEntityImpl implements ITickab var state = this.level.getBlockState(offset); var result = NaturesAuraAPI.BOTANIST_PICKAXE_CONVERSIONS.inverse().get(state); - var toAdd = 7000; + var toAdd = 4000; if (this.canGenerateRightNow(toAdd)) { this.generateAura(toAdd); PacketHandler.sendToAllAround(this.level, this.worldPosition, 32,