Note that we had to remove the modmenu and cloth APIs, since we couldn't figure out how to get the dependency mess to work. Maybe we will fix it later, but at least the .toml config file still works.
18 lines
388 B
Properties
18 lines
388 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.14.3
|
|
yarn_mappings=1.14.3+build.13
|
|
loader_version=0.11.2
|
|
|
|
cloth_version=2.9.3
|
|
modmenu_version=1.6.3-95
|
|
autoconfig_version=2.2.0
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0
|
|
maven_group = markil3
|
|
archives_base_name = immersive_hud
|