Skip to content

Commit

Permalink
updates emi dependency version.
Browse files Browse the repository at this point in the history
fixes emi mixin.
  • Loading branch information
omergunr100 committed Jan 15, 2025
1 parent 3dfd0cb commit b559df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencyResolutionManagement {
// Common
def jeiVersion = "15.20.0.105"
def reiVersion = "12.1.785"
def emiVersion = "1.1.13"
def emiVersion = "1.1.19"
def ae2Version = "15.0.18"
def kjsVersion = "2001.6.4-build.120"
def architecturyVersion = "9.2.14"
Expand Down
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 b559df1

Please sign in to comment.