Dependency Bump

This commit is contained in:
Frank 2022-08-16 22:07:57 +02:00
parent 55bafc0544
commit b23e66a3fd
2 changed files with 5 additions and 4 deletions

View file

@ -2,9 +2,9 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.19.1
loader_version=0.14.8
fabric_version=0.58.5+1.19.1
minecraft_version=1.19.2
loader_version=0.14.9
fabric_version=0.60.0+1.19.2
#Loom
loom_version=0.12-SNAPSHOT
# Mod Properties

View file

@ -49,7 +49,8 @@
"fabric": ">=0.58.0",
"minecraft": [
"1.19",
"1.19.1"
"1.19.1",
"1.19.2"
],
"bclib": "2.1.x"
},