mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
17 lines
366 B
Properties
17 lines
366 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.19
|
|
yarn_mappings=1.19+build.4
|
|
loader_version=0.14.8
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = dev.00a
|
|
archives_base_name = valence-extractor
|
|
|
|
# Dependencies
|
|
fabric_version=0.57.0+1.19
|