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
|
2023-10-18 23:36:50 +03:00
|
|
|
yarn_mappings=1.20.1+build.10
|
|
|
|
loader_version=0.14.23
|
2023-06-24 14:54:05 +03:00
|
|
|
|
|
|
|
# Mod Properties
|
2023-10-19 20:59:58 +03:00
|
|
|
mod_version=0.2
|
2023-06-25 16:32:57 +03:00
|
|
|
maven_group=su.a71
|
2023-08-02 01:33:05 +03:00
|
|
|
mod_id=new_soviet
|
2023-06-24 14:54:05 +03:00
|
|
|
|
2023-10-21 14:05:13 +03:00
|
|
|
# Dependencies
|
2023-10-18 23:36:50 +03:00
|
|
|
fabric_version=0.90.0+1.20.1
|
2023-10-21 14:05:13 +03:00
|
|
|
modmenu_version=7.2.2
|
2023-08-13 23:09:24 +03:00
|
|
|
|
|
|
|
# Modrinth publishing
|
|
|
|
modrinth_token=tokenhere
|