mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
09fbd9b7e7
## Description Updates valence to Minecraft 1.20.1, which is protocol compatible with 1.20. closes #357 --------- Co-authored-by: Ryan Johnson <ryanj00a@gmail.com> Co-authored-by: AviiNL <me@avii.nl>
14 lines
356 B
Properties
14 lines
356 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.20.1
|
|
yarn_mappings=1.20.1+build.1
|
|
loader_version=0.14.21
|
|
# Mod Properties
|
|
mod_version=1.0.0
|
|
maven_group=dev.00a
|
|
archives_base_name=valence-extractor
|
|
# Dependencies
|
|
fabric_version=0.83.0+1.20.1
|