fix: 修复在服务器端错误的使用不存在的包:org.apache.commons.compress.utils.Lists
This commit is contained in:
parent
027279a2bb
commit
d7689af4ed
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user