19 lines
371 B
Properties
19 lines
371 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx6G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.19
|
|
yarn_mappings=1.19+build.4
|
|
loader_version=0.14.8
|
|
|
|
#Fabric api
|
|
fabric_version=0.57.0+1.19
|
|
|
|
# Mod Properties
|
|
mod_version = 1.6.0
|
|
maven_group = com.serenas.shitmod
|
|
archives_base_name = serenas-shitmod
|
|
|
|
|