feat: updated dependencies for vault hunters 3.13

This commit is contained in:
alterNERDtive 2024-02-06 18:07:04 +01:00
parent 3b396dfec3
commit dad4c9e637
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1
4 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
Many thanks to @xyzminecraftserver for sponsoring the project! Many thanks to @xyzminecraftserver for sponsoring the project!
* * Updated dependencies for Vault Hunters 3.13.
# 3.12.4.0 (2023-11-19) # 3.12.4.0 (2023-11-19)

View file

@ -24,9 +24,9 @@ apply plugin: 'eu.davidea.grabver'
versioning { versioning {
// Required (number) // Required (number)
major 3 major 3
minor 12 minor 13
// Optional, force custom patch (number) // Optional, force custom patch (number)
patch 4 patch 0
// 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
@ -186,11 +186,11 @@ dependencies {
// Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed // Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed
// that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied. // that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied.
// The userdev artifact is a special name and will get all sorts of transformations applied to it. // The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.18.2-40.2.10' minecraft 'net.minecraftforge:forge:1.18.2-40.2.17'
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:4879913') implementation fg.deobf('curse.maven:vault-hunters-official-mod-458203:5076087')
// 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')

View file

@ -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.2853]" versionRange="[1.18.2-3.11.0.3011]"
ordering="AFTER" ordering="AFTER"
side="BOTH" side="BOTH"

View file

@ -1,7 +1,7 @@
#Sun Nov 19 15:47:56 CET 2023 #Sun Nov 19 15:47:56 CET 2023
MAJOR=3 MAJOR=3
MINOR=12 MINOR=13
PATCH=4 PATCH=0
PRE_RELEASE= PRE_RELEASE=
BUILD=0 BUILD=-1
CODE=1 CODE=1