2023-09-02 00:50:36 +08:00
|
|
|
# Done to increase the memory available to gradle.
|
2024-08-18 17:46:46 +08:00
|
|
|
org.gradle.jvmargs=-Xmx2G
|
2023-09-02 00:50:36 +08:00
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://modmuss50.me/fabric.html
|
2025-04-08 16:26:11 +08:00
|
|
|
minecraft_version=1.21.5
|
|
|
|
yarn_mappings=1.21.5+build.1
|
|
|
|
loader_version=0.16.12
|
2024-08-18 17:46:46 +08:00
|
|
|
|
|
|
|
#Fabric api
|
2025-04-08 16:26:11 +08:00
|
|
|
fabric_version=0.119.9+1.21.5
|
2023-09-02 00:50:36 +08:00
|
|
|
|
|
|
|
# Mod Properties
|
|
|
|
mod_version = 1.0
|
|
|
|
maven_group = com.expvintl
|
2024-08-18 17:46:46 +08:00
|
|
|
archives_base_name = MCTools
|