mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-06-21 14:14:44 +08:00
0.2.2
更新到Minecraft 26.1 由于源码变更,更换了一个新的实现方案,稍微测试了一下没太大毛病,应该还行 ( AI太好用了你们知道吗,我只需要描述我需要使用什么方法比如@Redirect @Inject注入哪个字段或者函数的哪个位置,代码就可以全自动生成,连字段描述符都不需要我弄了
This commit is contained in:
@@ -27,17 +27,22 @@
|
||||
}
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.15.11",
|
||||
"minecraft": ["1.21","1.21.*"],
|
||||
"java": ">=21"
|
||||
"fabricloader": ">=0.18.4",
|
||||
"minecraft": "26.*",
|
||||
"java": ">=25"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
"modmenu": "*",
|
||||
"yet_another_config_lib_v3": "*"
|
||||
},
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
"links": {
|
||||
"twd-sasf.bilibili": "https://space.bilibili.com/401746666",
|
||||
"twd-sasf.blog": "www.thewhitedog9487.xyz"},
|
||||
"update_checker": true}}
|
||||
"update_checker": true}},
|
||||
"contributors": [
|
||||
"JustAlittleWolf"
|
||||
],
|
||||
"accessWidener": "twd-sasf.classtweaker"
|
||||
}
|
||||
2
src/main/resources/twd-sasf.classtweaker
Normal file
2
src/main/resources/twd-sasf.classtweaker
Normal file
@@ -0,0 +1,2 @@
|
||||
classTweaker v1 official
|
||||
accessible field net/minecraft/client/gui/screens/multiplayer/JoinMultiplayerScreen editingServer Lnet/minecraft/client/multiplayer/ServerData;
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "xyz.thewhitedog9487.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"compatibilityLevel": "JAVA_25",
|
||||
"mixins": [],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
Reference in New Issue
Block a user