From cc5382977d75a8d2fd10771701e917e3260fd69e Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Thu, 20 Nov 2025 15:32:41 +0800 Subject: [PATCH] Update Luminol --- gradle.properties | 2 +- .../features/0036-Instant-Block-Updater.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 94f7a73..a8de85b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ mcVersion=1.21.8 release=2 # 0 for skip release, 1 for pre-release, 2 for release -luminolRef=3032dbc331d34b229440b8935287711bf2557306 +luminolRef=d254f11495609ee38746064e47dea5c9f3f7dc2b org.gradle.configuration-cache=true org.gradle.caching=true diff --git a/lophine-server/minecraft-patches/features/0036-Instant-Block-Updater.patch b/lophine-server/minecraft-patches/features/0036-Instant-Block-Updater.patch index a0a5cc7..3c1ab36 100644 --- a/lophine-server/minecraft-patches/features/0036-Instant-Block-Updater.patch +++ b/lophine-server/minecraft-patches/features/0036-Instant-Block-Updater.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Instant Block Updater diff --git a/io/papermc/paper/threadedregions/RegionizedWorldData.java b/io/papermc/paper/threadedregions/RegionizedWorldData.java -index f3d07efc347ff3cd06011484af0e75b5d93e6ec7..52f520667abba68af88834a771b6bcb40d1bd806 100644 +index d0de3b22f6cef6eb213b7ff688a514a67f84fbcf..3b39b8f7ccb278cf910e3cc4e00da29790465a81 100644 --- a/io/papermc/paper/threadedregions/RegionizedWorldData.java +++ b/io/papermc/paper/threadedregions/RegionizedWorldData.java -@@ -519,7 +519,7 @@ public final class RegionizedWorldData { +@@ -524,7 +524,7 @@ public final class RegionizedWorldData { this.world = world; this.blockLevelTicks = new LevelTicks<>(world::isPositionTickingWithEntitiesLoaded, world, true); this.fluidLevelTicks = new LevelTicks<>(world::isPositionTickingWithEntitiesLoaded, world, false);