Dependency Bump
This commit is contained in:
parent
5214fcb06c
commit
6132903545
2 changed files with 5 additions and 4 deletions
|
@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx8G
|
||||||
loom_version=0.12-SNAPSHOT
|
loom_version=0.12-SNAPSHOT
|
||||||
# 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
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=2.1.0
|
mod_version=2.1.0
|
||||||
maven_group=org.betterx.bclib
|
maven_group=org.betterx.bclib
|
||||||
|
|
|
@ -50,7 +50,8 @@
|
||||||
"fabric": ">=0.58.0",
|
"fabric": ">=0.58.0",
|
||||||
"minecraft": [
|
"minecraft": [
|
||||||
"1.19",
|
"1.19",
|
||||||
"1.19.1"
|
"1.19.1",
|
||||||
|
"1.19.2"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue