mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
5d3364d452
Closes #165
17 lines
373 B
Properties
17 lines
373 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.3
|
|
yarn_mappings=1.19.3+build.3
|
|
loader_version=0.14.11
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = dev.00a
|
|
archives_base_name = valence-extractor
|
|
|
|
# Dependencies
|
|
fabric_version=0.69.1+1.19.3
|