1234567891011121314151617181920212223 |
- # Done to increase the memory available to gradle.
- org.gradle.jvmargs=-Xmx1G
- # Fabric Properties
- # https://modmuss50.me/fabric.html
- minecraft_version=1.16.5
- yarn_mappings=1.16.5+build.9
- loader_version=0.11.3
- # Mod Properties
- mod_version = 0.16.1
- maven_group = com.gitlab.Lortseam
- archives_base_name = completeconfig
- # Dependencies
- cloth_config_version=4.11.26
- configurate_version=4.1.1
- junit_version=5.7.2
- mockito_version=3.10.0
- logcaptor_version=2.5.0
- assertj_version=3.19.0
- jimfs_version=1.2
- modmenu_version=1.16.9
|