mirror of
https://github.com/TeamMidnightDust/Decorative.git
synced 2025-12-15 12:35:10 +01:00
24 lines
701 B
Properties
24 lines
701 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.16.4
|
|
yarn_mappings=1.16.4+build.6
|
|
loader_version=0.10.6+build.214
|
|
|
|
# Mod Properties
|
|
mod_version = 4.0.0-dev
|
|
maven_group = eu.midnightdust.motschen
|
|
archives_base_name = decorative
|
|
|
|
# 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.25.1+build.416-1.16
|
|
patchouli_version=1.16-40-FABRIC
|
|
midnighthats_version=2.0.1
|
|
|
|
auto_config_version = 3.2.0-unstable
|
|
cloth_config_version = 4.7.0-unstable
|
|
mod_menu_version = 1.14.6+build.31
|