Skip to content

Commit

Permalink
Refactor the EMI mixin (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
omergunr100 authored Jan 30, 2025
1 parent f0f682d commit 7648598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class FluidEmiStackMixin {
remap = false,
require = 0)
private void gtceu$addFluidTooltip(CallbackInfoReturnable<List<ClientTooltipComponent>> cir,
@Local List<ClientTooltipComponent> list) {
@Local(ordinal = 0) List<ClientTooltipComponent> list) {
TooltipsHandler.appendFluidTooltips(new FluidStack(this.fluid,
Math.max(GTMath.saturatedCast(((EmiStack) (Object) this).getAmount()), 1),
nbt),
Expand Down

0 comments on commit 7648598

Please sign in to comment.