20 lines
474 B
Properties
20 lines
474 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://modmuss50.me/fabric.html
|
|
minecraft_version=26.1.2
|
|
loader_version=0.17.2
|
|
loom_version=1.16-SNAPSHOT
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = io.github.skippyall
|
|
archives_base_name = ruler-fabric
|
|
|
|
# Dependencies
|
|
# check this on https://modmuss50.me/fabric.html
|
|
fabric_version=0.149.0+26.1.2
|
|
|
|
adventure_platform_fabric_version=6.9.0
|