mirror of
https://github.com/TeamMidnightDust/TimeChanger.git
synced 2025-12-15 17:45:09 +01:00
17 lines
409 B
Properties
Executable File
17 lines
409 B
Properties
Executable File
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop/
|
|
minecraft_version=1.20.4
|
|
yarn_mappings=1.20.4+build.3
|
|
loader_version=0.15.10
|
|
|
|
# Mod Properties
|
|
mod_version = 1.3.1
|
|
maven_group = eu.midnightdust
|
|
archives_base_name = timechanger
|
|
|
|
# Dependencies
|
|
fabric_version=0.97.0+1.20.4
|
|
midnightlib_version=1.5.3-fabric |