123456789101112131415161718 |
- # Done to increase the memory available to gradle.
- org.gradle.jvmargs=-Xmx1G
- # Fabric Properties
- minecraft_version=1.16.4
- yarn_mappings=1.16.4+build.6
- loader_version=0.10.6+build.214
- # Mod Properties
- mod_version = 1.1.11
- maven_group = com.umollu
- archives_base_name = ash
- # Dependencies
- fabric_version=0.31.0+1.16
- autoconfig_version=3.3.1
- clothconfig_version=4.8.3
- modmenu_version=1.14.6+build.31
|