2022-02-22 18:50:07 -08:00
|
|
|
# Done to increase the memory available to gradle.
|
2022-02-23 12:01:18 -08:00
|
|
|
org.gradle.jvmargs=-Xmx6G
|
2022-02-22 18:50:07 -08:00
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://fabricmc.net/develop
|
2023-02-20 18:52:51 -08:00
|
|
|
minecraft_version=1.19.3
|
|
|
|
yarn_mappings=1.19.3+build.5
|
|
|
|
loader_version=0.14.14
|
2022-07-18 13:30:22 -07:00
|
|
|
|
|
|
|
#Fabric api
|
2023-02-20 18:52:51 -08:00
|
|
|
fabric_version=0.74.0+1.19.3
|
2022-02-22 18:50:07 -08:00
|
|
|
|
|
|
|
# Mod Properties
|
2022-07-18 20:46:58 -07:00
|
|
|
mod_version = 1.7.0
|
2023-02-20 18:52:51 -08:00
|
|
|
maven_group = net.serenas.shitmod
|
2022-02-23 18:35:49 -06:00
|
|
|
archives_base_name = serenas-shitmod
|
2022-02-22 18:50:07 -08:00
|
|
|
|
2022-07-18 13:30:22 -07:00
|
|
|
|