mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-07-12 13:31:09 +00:00
5cb7a45ff4
同步Fabric Mod Template那边的Kotlin DSL官方配置 移除main入口类的`@Deprecated`标记 ( 我当初为什么要弃用它? 补全ChangeLog.md ( 已经彻底忘记它的存在了 更新Github Action配置 更新Gradle版本 由于本次更改不存在对玩家具有实质影响的内容,故合并到下一个Mod版本内一并发布
25 lines
713 B
Properties
25 lines
713 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
|
|
loom_version=1.16-SNAPSHOT
|
|
|
|
# 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 |