From 8742b77c65ddfc0cf22b49d8c767e62f6f159738 Mon Sep 17 00:00:00 2001 From: Etil <81570777+etil2jz@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:28:02 +0100 Subject: [PATCH] [ci skip] fix code link mention --- patches/server/0111-lithium-cache-iterate-outwards.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/server/0111-lithium-cache-iterate-outwards.patch b/patches/server/0111-lithium-cache-iterate-outwards.patch index f47aa4f..7dc550b 100644 --- a/patches/server/0111-lithium-cache-iterate-outwards.patch +++ b/patches/server/0111-lithium-cache-iterate-outwards.patch @@ -3,8 +3,8 @@ From: 2No2Name <2No2Name@web.de> Date: Thu, 13 Jan 2022 15:38:29 -0500 Subject: [PATCH] lithium: cache iterate outwards -Original code by CaffeineMC, licensed under GNU Lesser General Public License v3.0 -You can find the original code on https://github.com/CaffeineMC/lithium-fabric (Yarn mappings) +Original code by the PR below, licensed under GNU Lesser General Public License v3.0 +You can find the original code on https://github.com/CaffeineMC/lithium-fabric/pull/123 (Yarn mappings) diff --git a/src/main/java/me/jellysquid/mods/lithium/common/cached_blockpos_iteration/IterateOutwardsCache.java b/src/main/java/me/jellysquid/mods/lithium/common/cached_blockpos_iteration/IterateOutwardsCache.java new file mode 100644