mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-04-06 01:25:35 +08:00
更新到Minecraft 26.1 由于源码变更,更换了一个新的实现方案,稍微测试了一下没太大毛病,应该还行 ( AI太好用了你们知道吗,我只需要描述我需要使用什么方法比如@Redirect @Inject注入哪个字段或者函数的哪个位置,代码就可以全自动生成,连字段描述符都不需要我弄了
24 lines
686 B
Properties
24 lines
686 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=26.1
|
|
loader_version=0.18.4
|
|
|
|
# Mod Properties
|
|
mod_version=0.2.2
|
|
maven_group=xyz.thewhitedog9487
|
|
archives_base_name=ServerAddressSpaceFix
|
|
|
|
# Dependencies
|
|
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 |