Version update
This commit is contained in:
parent
89440dd9d7
commit
50f623477f
2 changed files with 8 additions and 8 deletions
|
@ -2,13 +2,13 @@
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
||||||
#Loom
|
#Loom
|
||||||
loom_version=0.10-SNAPSHOT
|
loom_version=0.11-SNAPSHOT
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/versions.html
|
# check these on https://fabricmc.net/versions.html
|
||||||
minecraft_version= 1.18.2
|
minecraft_version= 22w18a
|
||||||
loader_version= 0.13.3
|
loader_version= 0.14.3
|
||||||
fabric_version = 0.48.0+1.18.2
|
fabric_version = 0.52.1+1.19
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.4.5
|
mod_version = 1.4.5
|
||||||
|
@ -17,4 +17,4 @@ archives_base_name = bclib
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
patchouli_version = 50-FABRIC
|
patchouli_version = 50-FABRIC
|
||||||
modmenu_version=3.1.0
|
modmenu_version=4.0.0-beta.3
|
|
@ -37,9 +37,9 @@
|
||||||
"bclib.mixins.client.json"
|
"bclib.mixins.client.json"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.13.3",
|
"fabricloader": ">=0.14.3",
|
||||||
"fabric": ">=0.48.0",
|
"fabric": ">=0.52.0",
|
||||||
"minecraft": "1.18.2"
|
"minecraft": "1.19"
|
||||||
},
|
},
|
||||||
"custom":{
|
"custom":{
|
||||||
"modmenu":{
|
"modmenu":{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue