made the swamp homi generate slightly less because of the new moss recipe

Closes #295
This commit is contained in:
Ell 2023-02-05 15:53:31 +01:00
parent 3b16db7389
commit b2a7a48876

View file

@ -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,