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
|
||||
# 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
|
||||
# Mod Properties
|
||||
mod_version=2.1.0
|
||||
maven_group=org.betterx.bclib
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
"fabric": ">=0.58.0",
|
||||
"minecraft": [
|
||||
"1.19",
|
||||
"1.19.1"
|
||||
"1.19.1",
|
||||
"1.19.2"
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
|
|
Loading…
Reference in a new issue