mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
up the amount that the swamp homi generates a bit
This commit is contained in:
parent
ce50b45a95
commit
df887b60fd
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class TileEntityMossGenerator extends TileEntityImpl implements ITickable
|
||||||
BlockState state = this.world.getBlockState(offset);
|
BlockState state = this.world.getBlockState(offset);
|
||||||
BlockState result = NaturesAuraAPI.BOTANIST_PICKAXE_CONVERSIONS.inverse().get(state);
|
BlockState result = NaturesAuraAPI.BOTANIST_PICKAXE_CONVERSIONS.inverse().get(state);
|
||||||
|
|
||||||
int toAdd = 4000;
|
int toAdd = 7000;
|
||||||
if (this.canGenerateRightNow(35, toAdd)) {
|
if (this.canGenerateRightNow(35, toAdd)) {
|
||||||
while (toAdd > 0) {
|
while (toAdd > 0) {
|
||||||
BlockPos spot = IAuraChunk.getLowestSpot(this.world, this.pos, 35, this.pos);
|
BlockPos spot = IAuraChunk.getLowestSpot(this.world, this.pos, 35, this.pos);
|
||||||
|
|
Loading…
Reference in a new issue