From 9b761ef0c095ed3b03bc2ea89e0525a99b46c9d7 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 15 Mar 2024 12:16:08 +0800 Subject: [PATCH] patch --- patches/server/0060-Fix-MC-2025.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/server/0060-Fix-MC-2025.patch b/patches/server/0060-Fix-MC-2025.patch index 523ab3f..a5e4d71 100644 --- a/patches/server/0060-Fix-MC-2025.patch +++ b/patches/server/0060-Fix-MC-2025.patch @@ -31,7 +31,7 @@ index d175f13ada111bcee977957c6fd9580e032183e9..6de8506b39f73aac7c3a3956251bb54f + // Luminol start - Fix MC-2025 + if (nbt.contains("Luminol.BoundingBox", net.minecraft.nbt.Tag.TAG_LIST)) { -+ ListTag boundingBoxList = nbt.getList("Leaf.BoundingBox", net.minecraft.nbt.Tag.TAG_DOUBLE); ++ ListTag boundingBoxList = nbt.getList("Luminol.BoundingBox", net.minecraft.nbt.Tag.TAG_DOUBLE); + setBoundingBox(new AABB(boundingBoxList.getDouble(0), boundingBoxList.getDouble(1), boundingBoxList.getDouble(2), boundingBoxList.getDouble(3), boundingBoxList.getDouble(4), boundingBoxList.getDouble(5))); + } + // Luminol end