25 lines
645 B
Properties
25 lines
645 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
|
|
minecraft_version_major=1.21
|
|
yarn_mappings=1.21+build.2
|
|
loader_version=0.15.11
|
|
|
|
# Mod Properties
|
|
mod_version=0.9.6
|
|
maven_group=quimufu.colourful-portals
|
|
archives_base_name=colourful-portals
|
|
|
|
# Dependencies
|
|
fabric_version=0.100.1+1.21
|
|
cca_version = 6.1.0
|
|
immersive_portals_version_short=5.1.7
|
|
immersive_portals_version=v5.1.7-mc1.20.4
|
|
tweed_version=1.3.0+mc1.20.2
|
|
sodium_version=mc1.21-0.5.9
|
|
cloth_config_version=15.0.127
|
|
midnightlib_version=1.5.7-fabric |