updaterino for vh 3.11
This commit is contained in:
parent
8aa9578425
commit
af2022d00c
3 changed files with 10 additions and 7 deletions
|
@ -24,9 +24,9 @@ apply plugin: 'eu.davidea.grabver'
|
||||||
versioning {
|
versioning {
|
||||||
// Required (number)
|
// Required (number)
|
||||||
major 3
|
major 3
|
||||||
minor 10
|
minor 11
|
||||||
// Optional, force custom patch (number)
|
// Optional, force custom patch (number)
|
||||||
patch 1
|
// patch 1
|
||||||
// Optional (any string)
|
// Optional (any string)
|
||||||
//preRelease "RC1"
|
//preRelease "RC1"
|
||||||
// Optional, custom task name to trigger the increase of the version
|
// Optional, custom task name to trigger the increase of the version
|
||||||
|
@ -190,13 +190,15 @@ dependencies {
|
||||||
|
|
||||||
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
|
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
|
||||||
|
|
||||||
implementation fg.deobf('curse.maven:vault-hunters-official-mod-458203:4570130')
|
implementation fg.deobf('curse.maven:vault-hunters-official-mod-458203:4641723')
|
||||||
implementation fg.deobf('curse.maven:vault-integrations-867003:4570137')
|
implementation fg.deobf('curse.maven:vault-integrations-867003:4570137')
|
||||||
implementation fg.deobf("curse.maven:refined-storage-243076:3712882")
|
implementation fg.deobf("curse.maven:refined-storage-243076:3712882")
|
||||||
implementation fg.deobf('appeng:appliedenergistics2-forge:11.7.0')
|
implementation fg.deobf('appeng:appliedenergistics2-forge:11.7.0')
|
||||||
|
|
||||||
// Vault dependency
|
// Vault dependency
|
||||||
implementation fg.deobf("curse.maven:curios-309927:4418032")
|
implementation fg.deobf("curse.maven:curios-309927:4418032")
|
||||||
|
implementation fg.deobf("curse.maven:quark-243121:3840125")
|
||||||
|
implementation fg.deobf("curse.maven:autoreglib-250363:3642382")
|
||||||
|
|
||||||
// util
|
// util
|
||||||
implementation fg.deobf("curse.maven:lazydfu-433518:3209972")
|
implementation fg.deobf("curse.maven:lazydfu-433518:3209972")
|
||||||
|
|
|
@ -35,7 +35,7 @@ There are some bug fixes and a lot of QoL and balance changes. See https://git.a
|
||||||
[[dependencies.the_vault_tweaks]]
|
[[dependencies.the_vault_tweaks]]
|
||||||
modId="the_vault"
|
modId="the_vault"
|
||||||
mandatory=true
|
mandatory=true
|
||||||
versionRange="[1.18.2-3.8.0.2246]"
|
versionRange="[1.18.2-3.11.0.2466]"
|
||||||
ordering="AFTER"
|
ordering="AFTER"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
#Thu Jul 13 16:48:07 CEST 2023
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=10
|
MINOR=11
|
||||||
PATCH=1
|
PATCH=0
|
||||||
PRE_RELEASE=
|
PRE_RELEASE=
|
||||||
BUILD=5
|
BUILD=0
|
||||||
CODE=1
|
CODE=1
|
||||||
|
|
Loading…
Reference in a new issue