Version update
This commit is contained in:
parent
f731351a6c
commit
d11dc97fd9
2 changed files with 5 additions and 6 deletions
|
@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version=1.18
|
minecraft_version=1.18.1
|
||||||
yarn_mappings=6
|
fabric_version = 0.44.0+1.18
|
||||||
loader_version=0.12.9
|
loader_version=0.12.9
|
||||||
|
|
||||||
#Loom
|
#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
|
# 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
|
patchouli_version = 55-FABRIC-SNAPSHOT
|
||||||
fabric_version = 0.44.0+1.18
|
|
||||||
bclib_version = 1.0.3
|
bclib_version = 1.0.3
|
||||||
rei_version = 7.0.343
|
rei_version = 7.0.343
|
||||||
canvas_version = 1.0.+
|
canvas_version = 1.0.+
|
||||||
|
|
|
@ -43,9 +43,9 @@
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.12.9",
|
"fabricloader": ">=0.12.9",
|
||||||
"fabric": ">=0.42.1",
|
"fabric": ">=0.44.0",
|
||||||
"minecraft": ">=1.17",
|
"minecraft": ">=1.18.1",
|
||||||
"bclib": ">=0.5.4"
|
"bclib": ">=1.0.3"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"byg": ">=1.1.3",
|
"byg": ">=1.1.3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue