From 84c752937909c4d9e0ecd56eb30d95f832d77236 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Wed, 26 Jul 2023 10:49:59 +0200 Subject: [PATCH] updated docs to reflect ALL cost removed from Enchanter --- README.md | 2 +- .../integration/mixin/MixinVaultGearEnchantmentConfig.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 574c695..cee05c8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The mod is configured via a server configuration file. To change settings, do th ## Balance Changes -* Removed Emerald cost from Vault Enchanter. +* Removed enchanting cost from Vault Enchanter. * Vault Enchanters offer Fortune 5, Fortunate expertise removed. * Jewel cutting has a base 25% chance of failure, Jeweler expertise removed. * Budding Crystal (Sky Vaults only) growth time reduced. diff --git a/src/main/java/tv/alterNERD/VaultModTweaks/integration/mixin/MixinVaultGearEnchantmentConfig.java b/src/main/java/tv/alterNERD/VaultModTweaks/integration/mixin/MixinVaultGearEnchantmentConfig.java index da6d516..6eecd42 100644 --- a/src/main/java/tv/alterNERD/VaultModTweaks/integration/mixin/MixinVaultGearEnchantmentConfig.java +++ b/src/main/java/tv/alterNERD/VaultModTweaks/integration/mixin/MixinVaultGearEnchantmentConfig.java @@ -33,13 +33,13 @@ import tv.alterNERD.VaultModTweaks.util.I18n; * Changes the {@link iskallia.vault.config.gear.VaultGearEnchantmentConfig} * class used by the Vault Enchanter. * - * Specifically, it removes the Emerald cost of enchantments. Just because I - * cannot be arsed to bring them over every time. + * Specifically, it removes the cost of enchantments. Just because I cannot be + * arsed to bring Emeralds over every time. */ @Mixin(VaultGearEnchantmentConfig.class) public class MixinVaultGearEnchantmentConfig { /** - * Removes the Emerald cost from all Vault Enchanter enchantments. + * Removes the cost from all Vault Enchanter enchantments. * * @param entry */