Updated version
This commit is contained in:
parent
70e7071021
commit
ce727b2633
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2G
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version=1.18.1
|
minecraft_version=1.18.1
|
||||||
fabric_version = 0.44.0+1.18
|
fabric_version = 0.44.0+1.18
|
||||||
loader_version=0.12.9
|
loader_version=0.12.11
|
||||||
|
|
||||||
#Loom
|
#Loom
|
||||||
loom_version=0.10-SNAPSHOT
|
loom_version=0.10-SNAPSHOT
|
||||||
|
@ -19,6 +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
|
||||||
bclib_version = 1.0.3
|
bclib_version = 1.1.0
|
||||||
rei_version = 7.0.343
|
rei_version = 7.0.343
|
||||||
canvas_version = 1.0.+
|
canvas_version = 1.0.+
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
"fabricloader": ">=0.12.9",
|
"fabricloader": ">=0.12.9",
|
||||||
"fabric": ">=0.44.0",
|
"fabric": ">=0.44.0",
|
||||||
"minecraft": ">=1.18.1",
|
"minecraft": ">=1.18.1",
|
||||||
"bclib": ">=1.0.3"
|
"bclib": ">=1.1.0"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"byg": ">=1.1.3",
|
"byg": ">=1.1.3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue