Skip to content

Commit

Permalink
updated dependencies for vh 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed Nov 19, 2023
1 parent 279f5d9 commit 1c1dfdf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# devel

*
* Updated dependencies for Vault Hunters 3.12.4.

# 3.12.2.0 (2023-11-14)

* Updated dependencies for Vault hunters 3.12.2.
* Updated dependencies for Vault Hunters 3.12.2.

# 3.12.1.0 (2023-11-09)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ versioning {
major 3
minor 12
// Optional, force custom patch (number)
patch 2
patch 4
// Optional (any string)
//preRelease "RC1"
// Optional, custom task name to trigger the increase of the version
Expand Down Expand Up @@ -190,7 +190,7 @@ dependencies {

annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'

implementation fg.deobf('curse.maven:vault-hunters-official-mod-458203:4867362')
implementation fg.deobf('curse.maven:vault-hunters-official-mod-458203:4879913')
// implementation fg.deobf('curse.maven:vault-integrations-867003:4570137')
// implementation fg.deobf("curse.maven:refined-storage-243076:3712882")
implementation fg.deobf('appeng:appliedenergistics2-forge:11.7.0')
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
modId="the_vault"
mandatory=true
versionRange="[1.18.2-3.11.0.2835]"
versionRange="[1.18.2-3.11.0.2853]"
ordering="AFTER"
side="BOTH"
8 changes: 4 additions & 4 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Tue Nov 14 22:32:22 CET 2023
#Sun Nov 19 15:47:56 CET 2023
MAJOR=3
MINOR=12
PATCH=2
PATCH=4
PRE_RELEASE=
BUILD=0
CODE=1
BUILD=-1
CODE=1

0 comments on commit 1c1dfdf

Please sign in to comment.