mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-08-17 19:49:42 +08:00
17 lines
389 B
Properties
17 lines
389 B
Properties
![]() |
# Done to increase the memory available to gradle.
|
||
|
org.gradle.jvmargs=-Xmx1G
|
||
|
|
||
|
# Fabric Properties
|
||
|
# check these on https://fabricmc.net/versions.html
|
||
|
minecraft_version=1.17.1
|
||
|
yarn_mappings=1.17.1+build.37
|
||
|
loader_version=0.11.6
|
||
|
|
||
|
# Mod Properties
|
||
|
mod_version = 1.0.0
|
||
|
maven_group = net.quiltservertools
|
||
|
archives_base_name = ledger-databases
|
||
|
|
||
|
# Dependencies
|
||
|
fabric_version=0.37.2+1.17
|