Version update

This commit is contained in:
Frank 2021-12-10 12:51:42 +01:00
parent f731351a6c
commit d11dc97fd9
2 changed files with 5 additions and 6 deletions

View file

@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.18
yarn_mappings=6
minecraft_version=1.18.1
fabric_version = 0.44.0+1.18
loader_version=0.12.9
#Loom
@ -19,7 +19,6 @@ archives_base_name=better-end
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version = 55-FABRIC-SNAPSHOT
fabric_version = 0.44.0+1.18
bclib_version = 1.0.3
rei_version = 7.0.343
canvas_version = 1.0.+

View file

@ -43,9 +43,9 @@
"depends": {
"fabricloader": ">=0.12.9",
"fabric": ">=0.42.1",
"minecraft": ">=1.17",
"bclib": ">=0.5.4"
"fabric": ">=0.44.0",
"minecraft": ">=1.18.1",
"bclib": ">=1.0.3"
},
"suggests": {
"byg": ">=1.1.3",