mirror of
https://github.com/TeamMidnightDust/TimeChanger.git
synced 2025-12-16 01:55:09 +01:00
19 lines
426 B
Properties
Executable File
19 lines
426 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.19
|
|
yarn_mappings=1.19+build.4
|
|
loader_version=0.14.8
|
|
|
|
# Mod Properties
|
|
mod_version = 1.2.0
|
|
maven_group = eu.midnightdust
|
|
archives_base_name = timechanger
|
|
|
|
# Dependencies
|
|
fabric_version=0.56.0+1.19
|
|
|
|
cloth_config_version = 7.0.72
|
|
mod_menu_version = 4.0.0 |