This commit is contained in:
alterNERDtive 2023-06-20 09:14:46 +02:00
parent b9cb61f224
commit 9349099d90
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# devel # 3.10.1.1 (2023-06-20)
* fixed AE2 auto crafting needing NBT editing * fixed AE2 auto crafting needing NBT editing
* removed colour handler fix; install <https://github.com/radimous/FastVaultGear> instead * removed colour handler fix; install <https://github.com/radimous/FastVaultGear> instead
# 3.10.1.0 # 3.10.1.0 (2023-06-19)
initial release for The Vault 3.10.1 initial release for The Vault 3.10.1

View file

@ -18,7 +18,7 @@ plugins {
apply plugin: 'net.minecraftforge.gradle' apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.spongepowered.mixin' apply plugin: 'org.spongepowered.mixin'
version = '1.18.2-3.10.1.0+devel' version = '1.18.2-3.10.1.1'
group = 'tv.alternerd.vault_tweaks' // http://maven.apache.org/guides/mini/guide-naming-conventions.html group = 'tv.alternerd.vault_tweaks' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'the_vault-tweaks' archivesBaseName = 'the_vault-tweaks'