Skip to content

Commit

Permalink
rebalance swamp homi, hopper enhancement and imperceptible builder au…
Browse files Browse the repository at this point in the history
…ra amounts

closes #378
  • Loading branch information
Ellpeck committed Dec 5, 2024
1 parent b634c16 commit 616cedd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void tick() {
if (items.isEmpty())
return;

var drainPerItem = 500;
var drainPerItem = 100;
if (!this.canUseRightNow(drainPerItem * items.size()))
return;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void tick() {
var state = this.level.getBlockState(offset);
var result = NaturesAuraAPI.BOTANIST_PICKAXE_CONVERSIONS.inverse().get(state);

var toAdd = 4000;
var toAdd = 5000;
if (this.canGenerateRightNow(toAdd)) {
this.generateAura(toAdd);
PacketHandler.sendToAllAround(this.level, this.worldPosition, 32,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void tick() {
if (frames.isEmpty())
return;

var toDrain = 1000;
var toDrain = 200;
if (!this.canUseRightNow(toDrain))
return;

Expand Down

0 comments on commit 616cedd

Please sign in to comment.