mirror of
https://github.com/tjsga/minecraft.git
synced 2025-04-03 19:40:16 -04:00
18 lines
373 B
Properties
18 lines
373 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.17.1
|
|
yarn_mappings=1.17.1+build.35
|
|
loader_version=0.11.6
|
|
# Mod Properties
|
|
mod_version=1.0.0
|
|
maven_group=net.flytre
|
|
archives_base_name=example
|
|
# Dependencies
|
|
fabric_version=0.36.1+1.17
|
|
flytre_lib_version=f2dc941
|
|
|
|
|
|
|