2023-06-24 14:54:05 +03:00
|
|
|
# Done to increase the memory available to gradle.
|
2023-06-25 16:32:57 +03:00
|
|
|
org.gradle.jvmargs=-Xmx3G
|
2023-06-24 14:54:05 +03:00
|
|
|
org.gradle.parallel=true
|
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://fabricmc.net/develop
|
|
|
|
minecraft_version=1.20.1
|
|
|
|
yarn_mappings=1.20.1+build.1
|
2023-09-26 11:59:37 +03:00
|
|
|
loader_version=0.14.22
|
2023-06-24 14:54:05 +03:00
|
|
|
|
|
|
|
# Mod Properties
|
2023-06-25 16:32:57 +03:00
|
|
|
mod_version=0.1
|
|
|
|
maven_group=su.a71
|
2023-08-02 01:33:05 +03:00
|
|
|
mod_id=new_soviet
|
2023-06-24 14:54:05 +03:00
|
|
|
|
|
|
|
# Dependencies
|
2023-09-26 11:59:37 +03:00
|
|
|
fabric_version=0.89.0+1.20.1
|
2023-08-13 23:09:24 +03:00
|
|
|
|
|
|
|
# Modrinth publishing
|
|
|
|
modrinth_token=tokenhere
|