49 lines
1.3 KiB
Properties
49 lines
1.3 KiB
Properties
# Done to increase the memory available to gradle.
|
|
# ?????Gradle????????????????????
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# ??Gradle?????????????CPU??????
|
|
org.gradle.parallel=true
|
|
|
|
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
|
|
# ??Gradle?????????????????????IDE????????IntelliJ IDEA?Fabric Loom??????????????
|
|
# ???????????????????????????
|
|
org.gradle.configuration-cache=false
|
|
|
|
# Fabric Properties
|
|
# Fabric ????????????Fabric Mod???Minecraft?Yarn?Fabric Loader?Fabric Loom??????
|
|
# check these on https://fabricmc.net/develop (???https://fabricmc.net/develop ????????)
|
|
|
|
# Minecraft????????
|
|
minecraft_version=1.21.10
|
|
|
|
# Yarn??????Yarn??????Minecraft???????????????
|
|
# ?????build??????Yarn?????
|
|
yarn_mappings=1.21.10+build.1
|
|
|
|
# Fabric Loader????Fabric Loader???Fabric Mod??????
|
|
loader_version=0.17.2
|
|
|
|
# Fabric Loom????Fabric Loom???Gradle??????Fabric Mod??????
|
|
# '-SNAPSHOT'?????????????????????
|
|
loom_version=1.11-SNAPSHOT
|
|
|
|
# Mod Properties
|
|
# Mod ????????
|
|
|
|
# ??Mod?????
|
|
mod_version=1.0.0
|
|
|
|
# Maven?ID????Maven????????????
|
|
maven_group=zzdxxz.qi
|
|
|
|
# ?????jar???????????????Mod?"MyMod"??????"mymod"?
|
|
archives_base_name=zzdxxz_qi
|
|
|
|
# Dependencies
|
|
# ??????
|
|
|
|
# Fabric API????Fabric API??Mod??????????API?????Minecraft????
|
|
# ?????Fabric API???+???Minecraft????
|
|
fabric_version=0.134.1+1.21.10
|