mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2024-11-22 12:37:03 +08:00
TheWhiteDog9487
006481d186
时间:2024 06 14 主要内容: 1. 更新适配的游戏版本到1.21/1.21.x 2. 翻译键移除thewhitedog9487的命名空间
17 lines
394 B
Properties
17 lines
394 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=1.21
|
|
yarn_mappings=1.21+build.1
|
|
loader_version=0.15.11
|
|
|
|
# Mod Properties
|
|
mod_version=0.2.0
|
|
maven_group=xyz.thewhitedog9487
|
|
archives_base_name=ServerAddressSpaceFix
|
|
|
|
# Dependencies
|
|
fabric_version=0.100.1+1.21 |