Dependency Bump
This commit is contained in:
parent
55bafc0544
commit
b23e66a3fd
2 changed files with 5 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/versions.html
|
# check these on https://fabricmc.net/versions.html
|
||||||
minecraft_version=1.19.1
|
minecraft_version=1.19.2
|
||||||
loader_version=0.14.8
|
loader_version=0.14.9
|
||||||
fabric_version=0.58.5+1.19.1
|
fabric_version=0.60.0+1.19.2
|
||||||
#Loom
|
#Loom
|
||||||
loom_version=0.12-SNAPSHOT
|
loom_version=0.12-SNAPSHOT
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
|
|
|
@ -49,7 +49,8 @@
|
||||||
"fabric": ">=0.58.0",
|
"fabric": ">=0.58.0",
|
||||||
"minecraft": [
|
"minecraft": [
|
||||||
"1.19",
|
"1.19",
|
||||||
"1.19.1"
|
"1.19.1",
|
||||||
|
"1.19.2"
|
||||||
],
|
],
|
||||||
"bclib": "2.1.x"
|
"bclib": "2.1.x"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue