2023-03-25 14:12:37 +00:00
|
|
|
# Done to increase the memory available to gradle.
|
2023-03-25 14:20:07 +00:00
|
|
|
org.gradle.jvmargs=-Xmx2G
|
2023-03-25 14:12:37 +00:00
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://modmuss50.me/fabric.html
|
|
|
|
minecraft_version=1.19.4
|
|
|
|
yarn_mappings=1.19.4+build.1
|
|
|
|
loader_version=0.14.17
|
|
|
|
|
|
|
|
# Mod Properties
|
|
|
|
mod_version = 0.1.0
|
|
|
|
maven_group = me.unurled
|
|
|
|
archives_base_name = lymel
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
# check this on https://modmuss50.me/fabric.html
|
|
|
|
fabric_version=0.76.0+1.19.4
|
2023-03-25 14:20:07 +00:00
|
|
|
|
|
|
|
# owo lib version https://maven.wispforest.io/io/wispforest/owo-lib/
|
|
|
|
modmenu_version = 6.1.0-rc.4
|
|
|
|
cardinal_component_version = 5.1.0
|