cdd0a594f3
# Conflicts: # gradle.properties
24 lines
584 B
Properties
24 lines
584 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=1.21.4
|
|
loader_version=0.16.13
|
|
yarn_mappings=1.21.4+build.8
|
|
|
|
# Mod Properties
|
|
mod_version = 0.1.2-SNAPSHOT
|
|
maven_group = io.github.skippyall
|
|
archives_base_name = Minions
|
|
|
|
# Dependencies
|
|
# check this on https://modmuss50.me/fabric.html
|
|
fabric_version=0.115.1+1.21.4
|
|
|
|
polymer_version=0.11.5+1.21.4
|
|
sgui_version=1.8.2+1.21.4
|
|
server_translations_version=2.4.0+1.21.2-rc1
|
|
|
|
universal_graves_version=3.5.0+1.21.2
|