Skip to content

Commit

Permalink
use forge lambda names
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat authored and AlexNijjar committed Jan 12, 2024
1 parent 6e733e9 commit 37f023f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class LevelMixin implements MultipartPartsHolder {
}

@Inject(
method = {"method_31593"},
method = {"method_31593", "lambda$getEntities$1", "m_151518_"},
at = @At("TAIL")
)
private static void adastra$getEntities(Entity entity, Predicate<? super Entity> predicate, List<Entity> list, Entity entity2, CallbackInfo ci) {
Expand All @@ -46,7 +46,7 @@ public class LevelMixin implements MultipartPartsHolder {
}

@Inject(
method = {"method_47576"},
method = {"method_47576", "lambda$getEntities$2", "m_260792_"},
at = @At(value = "RETURN", ordinal = 1),
cancellable = true
)
Expand Down

0 comments on commit 37f023f

Please sign in to comment.