Updated Versions for 1.17.1
This commit is contained in:
parent
9db7f4d940
commit
885a72486d
2 changed files with 9 additions and 8 deletions
|
@ -3,18 +3,19 @@ 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.17
|
minecraft_version= 1.17.1
|
||||||
yarn_mappings= 6
|
yarn_mappings= 6
|
||||||
loader_version= 0.11.6
|
loader_version= 0.11.6
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 0.9.8.5-pre
|
mod_version = 0.10.0-pre
|
||||||
maven_group = ru.betterend
|
maven_group = ru.betterend
|
||||||
archives_base_name = better-end
|
archives_base_name = better-end
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# 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.36.0+1.17
|
fabric_version = 0.36.1+1.17
|
||||||
canvas_version = 1.0.+
|
canvas_version = 1.0.+
|
||||||
rei_version = 6.0.260-alpha
|
bclib_version = 0.2.0
|
||||||
|
rei_version = 6.0.262-alpha
|
|
@ -41,10 +41,10 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.11.0",
|
"fabricloader": ">=0.11.6",
|
||||||
"fabric": ">=0.32.0",
|
"fabric": ">=0.36.0",
|
||||||
"minecraft": ">=1.16.4",
|
"minecraft": ">=1.17",
|
||||||
"bclib": ">=0.1.42"
|
"bclib": ">=0.2.0"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"byg": ">=1.1.3",
|
"byg": ">=1.1.3",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue