Update to 1.19.3
This commit is contained in:
parent
8da4845534
commit
c5ef8a2eab
4 changed files with 24 additions and 63 deletions
|
@ -1,21 +1,23 @@
|
|||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.19.2
|
||||
yarn_mappings=1.19.2+build.28
|
||||
loader_version=0.14.10
|
||||
# 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.2.0
|
||||
maven_group = com.vladmarica
|
||||
archives_base_name = BetterPingDisplay-Fabric
|
||||
mod_version=1.2.0
|
||||
maven_group=com.vladmarica
|
||||
archives_base_name=BetterPingDisplay-Fabric
|
||||
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
fabric_version=0.67.1+1.19.2
|
||||
# ModMenu api
|
||||
modmenu_version=4.1.1
|
||||
# Cloth config for config screen
|
||||
cloth_config_version=8.2.88
|
||||
# check these on https://fabricmc.net/develop
|
||||
fabric_version=0.68.1+1.19.3
|
||||
|
||||
# ModMenu api
|
||||
modmenu_version=5.0.2
|
||||
|
||||
# Cloth config for config screen
|
||||
cloth_config_version=8.2.88
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue