mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-06-17 20:24:45 +08:00
使用YACL Config API自动将功能开关状态保存到文件内
使用文件系统监听器使配置文件被外部更改时可以自动重载到游戏内 解决直接连接窗口内输入框里的服务器IP没有被移除空格处理的问题 在移除空格之后打印日志 添加英文README 重新给main入口类添加`@Deprecated`标记,这东西确实用不到,后面看要不要直接删了 为AI Agent添加AGENTS.md文件以指示通用提示词
This commit is contained in:
committed by
TheWhiteDog9487
parent
5cb7a45ff4
commit
92d1e282d8
@@ -9,7 +9,7 @@ loader_version=0.18.4
|
||||
loom_version=1.16-SNAPSHOT
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.2.2
|
||||
mod_version=0.2.3
|
||||
maven_group=xyz.thewhitedog9487
|
||||
archives_base_name=ServerAddressSpaceFix
|
||||
|
||||
@@ -17,9 +17,14 @@ archives_base_name=ServerAddressSpaceFix
|
||||
fabric_api_version=0.144.0+26.1
|
||||
|
||||
compatible_with=26.x
|
||||
|
||||
# https://modrinth.com/mod/modmenu/versions
|
||||
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
|
||||
modmenu_version=18.0.0-alpha.7
|
||||
|
||||
# https://modrinth.com/mod/yacl/versions
|
||||
# https://maven.isxander.dev/#/releases/dev/isxander/yet-another-config-lib
|
||||
yacl_version=3.9.0+26.1-fabric
|
||||
yacl_version=3.9.0+26.1-fabric
|
||||
|
||||
# https://mvnrepository.com/artifact/org.projectlombok/lombok
|
||||
lombok_version=1.18.46
|
||||
Reference in New Issue
Block a user