From d7689af4ed5a2eeaf3e92b982e0365499e3eb642 Mon Sep 17 00:00:00 2001 From: 3944Realms Date: Mon, 2 Mar 2026 13:01:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E7=AB=AF=E9=94=99=E8=AF=AF=E7=9A=84=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84=E5=8C=85=EF=BC=9A?= =?UTF-8?q?org.apache.commons.compress.utils.Lists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- .../eroticdungeongame/core/compat/maid/extra/ChatBabbles.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 28392372..e03142b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,7 +44,7 @@ mod_name=Erotic Dungeon Game # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=Apache 2.0, CC BY-NC-SA 4.0 # The mod version. See https://semver.org/ -mod_version=26H8 +mod_version=26H9 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/java/top/r3944realms/eroticdungeongame/core/compat/maid/extra/ChatBabbles.java b/src/main/java/top/r3944realms/eroticdungeongame/core/compat/maid/extra/ChatBabbles.java index 37b467b0..04b62b6e 100644 --- a/src/main/java/top/r3944realms/eroticdungeongame/core/compat/maid/extra/ChatBabbles.java +++ b/src/main/java/top/r3944realms/eroticdungeongame/core/compat/maid/extra/ChatBabbles.java @@ -19,9 +19,9 @@ package top.r3944realms.eroticdungeongame.core.compat.maid.extra; import com.github.tartaricacid.touhoulittlemaid.entity.chatbubble.IChatBubbleData; import com.github.tartaricacid.touhoulittlemaid.entity.chatbubble.implement.TextChatBubbleData; import com.github.tartaricacid.touhoulittlemaid.entity.passive.EntityMaid; +import com.google.common.collect.Lists; import com.google.common.collect.Maps; import net.minecraft.network.chat.Component; -import org.apache.commons.compress.utils.Lists; import org.jetbrains.annotations.NotNull; import java.util.List;