123456789101112131415161718 |
- # 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.20
- loader_version=0.8.9+build.203
- # Mod Properties
- mod_version = 0.2.1
- maven_group = com.gitlab.Lortseam
- archives_base_name = completeconfig
- # Dependencies
- fabric_version=0.14.1+build.372-1.16
- cloth_config_version=4.6.0
- lombok_version=1.18.12
|