updated for vh 3.11.1
This commit is contained in:
parent
b937cfb113
commit
464a941ad0
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# devel
|
# devel
|
||||||
|
|
||||||
|
* Updated for Vault Hunters 3.11.1.
|
||||||
|
|
||||||
# 3.11.0.3 (2023-07-13)
|
# 3.11.0.3 (2023-07-13)
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@ 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:4641723')
|
implementation fg.deobf('curse.maven:vault-hunters-official-mod-458203:4661643')
|
||||||
// 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')
|
||||||
|
|
|
@ -35,6 +35,6 @@ 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.11.0.2466]"
|
versionRange="[1.18.2-3.11.0.2514]"
|
||||||
ordering="AFTER"
|
ordering="AFTER"
|
||||||
side="BOTH"
|
side="BOTH"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#Thu Jul 13 16:48:07 CEST 2023
|
#Thu Jul 13 16:48:07 CEST 2023
|
||||||
MAJOR=3
|
MAJOR=3
|
||||||
MINOR=11
|
MINOR=11
|
||||||
PATCH=0
|
PATCH=1
|
||||||
PRE_RELEASE=
|
PRE_RELEASE=
|
||||||
BUILD=3
|
BUILD=-1
|
||||||
CODE=1
|
CODE=1
|
||||||
|
|
Loading…
Reference in a new issue