mirror of
https://github.com/TeamMidnightDust/TimeChanger.git
synced 2025-12-16 10:05:09 +01:00
This is mostly buildscript, because the mod itself works fine on 1.17.1 and 1.18 snapshots with no changes. HOWEVER, this moves to the new Mod Menu and AutoConfig packages, and no longer bundles Cloth Config (it's a massive dependency and requires updates like this when they shouldn't be needed).
20 lines
560 B
Properties
20 lines
560 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/versions.html
|
|
minecraft_version=1.17.1
|
|
yarn_mappings=1.17.1+build.61
|
|
loader_version=0.11.7
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.1
|
|
maven_group = eu.midnightdust
|
|
archives_base_name = timechanger
|
|
|
|
# Dependencies
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
|
fabric_version=0.40.1+1.17
|
|
|
|
cloth_config_version = 5.0.38
|
|
mod_menu_version = 2.1.1 |