1234567891011121314151617181920 |
- # Done to increase the memory available to gradle.
- org.gradle.jvmargs=-Xmx1G
- # Fabric Properties
- # check these on https://fabricmc.net/use
- minecraft_version=1.16.1
- yarn_mappings=1.16.1+build.21
- loader_version=0.9.0+build.204
- # Mod Properties
- mod_version = 1.1.9
- maven_group = com.umollu
- archives_base_name = ash
- # Dependencies
- fabric_version=0.16.2+build.385-1.16.1
- clientcommands_version=1.0.0+1.15.2
- autoconfig_version=3.2.0-unstable
- clothconfig_version=4.6.0
- modmenu_version=1.14.5+build.30
|