Skip to content

Commit

Permalink
Add ;
Browse files Browse the repository at this point in the history
  • Loading branch information
CorgiTaco committed Jun 15, 2021
1 parent 7268a55 commit 89ceef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MixinPortalForcer {
@Shadow @Final private ServerLevel level;

@SuppressWarnings("UnresolvedMixinReference")
@Redirect(method = "lambda$findPortalAround$5(Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Lnet/minecraft/BlockUtil$FoundRectangle", at = @At(value = "INVOKE",
@Redirect(method = "lambda$findPortalAround$5(Lnet/minecraft/world/entity/ai/village/poi/PoiRecord;)Lnet/minecraft/BlockUtil$FoundRectangle;", at = @At(value = "INVOKE",
target = "Lnet/minecraft/server/level/ServerChunkCache;addRegionTicket(Lnet/minecraft/server/level/TicketType;Lnet/minecraft/world/level/ChunkPos;ILjava/lang/Object;)V"))
private <T> void addCubeRegionTicket(ServerChunkCache serverChunkCache, TicketType<T> ticketType, ChunkPos chunkPos, int radius, T argument, PoiRecord poiRecord) {
if (!((CubicLevelHeightAccessor) serverChunkCache.getLevel()).isCubic()) {
Expand Down

0 comments on commit 89ceef3

Please sign in to comment.