mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-07-12 21:41:09 +00:00
0.1.4
时间:2024 01 15 主要内容: 1. 更新开发环境到1.20.4 2. 更新Fabric Loader和Fabric API的版本 3. 使用YetAnotherConfigLib和ModMenu为模组创建一个配置屏幕 4. 配置选项中增加是否启用模组功能的开关 5. 移除自使用Redirect注解之后不再被需要的接口和方法 6. 在客户端侧的初始化方法中,让日志记录器打印一段日志,方便调试和除错 7. 更新Mixin注入的类的路径(这东西居然更新了)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package xyz.thewhitedog9487;
|
||||
|
||||
public class Settings {
|
||||
public static boolean ModEnabled = true;
|
||||
}
|
||||
Reference in New Issue
Block a user