Skip to content

Commit

Permalink
Fix bug with newly placed ExperienceHolders pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Direwolf20-MC committed Nov 2, 2024
1 parent bd15151 commit d17b3ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public int fill(FluidStack resource, FluidAction action) {
if (fluid.isEmpty()) {
int returnAmt = resource.getAmount() - insertFluid(resource.getAmount());
fluid = new FluidStack(Registration.XP_FLUID_SOURCE.get(), returnAmt);
onContentsChanged();
return returnAmt;
}
int filled = resource.getAmount() - insertFluid(resource.getAmount());
Expand Down

0 comments on commit d17b3ca

Please sign in to comment.