19 lines
364 B
Properties
19 lines
364 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx6G
|
|
|
|
# Fabric Properties
|
|
minecraft_version=1.20.1
|
|
yarn_mappings=1.20.1+build.10
|
|
loader_version=0.14.9
|
|
|
|
#Fabric api
|
|
fabric_version=0.90.4+1.20.1
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.9-1.20.x-CE
|
|
maven_group = com.aspects
|
|
archives_base_name = aspects
|
|
|
|
# Dependencies
|
|
origins_version=v1.10.0
|