fef81cc15f
it was such a pain to do this. for some reason core runTracked doesn't seem to work yet
19 lines
412 B
Properties
19 lines
412 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.21.1
|
|
yarn_mappings=1.21.1+build.3
|
|
loader_version=0.16.5
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = land.chipmunk.chipmunkmod
|
|
archives_base_name = chipmunkmod
|
|
|
|
# Dependencies
|
|
fabric_version=0.105.0+1.21.1
|
|
|
|
|