20 lines
No EOL
423 B
Properties
20 lines
No EOL
423 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.20.1
|
|
yarn_mappings=1.20.1+build.10
|
|
loader_version=0.14.23
|
|
|
|
# Mod Properties
|
|
mod_version=0.1
|
|
maven_group=su.a71
|
|
mod_id=new_soviet
|
|
|
|
# Dependencies (Fabric API)
|
|
fabric_version=0.90.0+1.20.1
|
|
|
|
# Modrinth publishing
|
|
modrinth_token=tokenhere |