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
|
2024-04-26 21:29:37 +03:00
|
|
|
loader_version=0.15.10
|
2023-06-24 14:54:05 +03:00
|
|
|
|
|
|
|
# Mod Properties
|
2023-10-21 14:25:47 +03:00
|
|
|
mod_name=New Soviet Era
|
2024-04-28 01:14:16 +03:00
|
|
|
mod_version=0.4.0
|
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
|
2024-04-26 21:29:37 +03:00
|
|
|
fabric_version=0.92.1+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
|