updated docs to reflect ALL cost removed from Enchanter

This commit is contained in:
alterNERDtive 2023-07-26 10:49:59 +02:00
parent 066d3080ba
commit 84c7529379
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ The mod is configured via a server configuration file. To change settings, do th
## Balance Changes ## Balance Changes
* Removed Emerald cost from Vault Enchanter. * Removed enchanting cost from Vault Enchanter.
* Vault Enchanters offer Fortune 5, Fortunate expertise removed. * Vault Enchanters offer Fortune 5, Fortunate expertise removed.
* Jewel cutting has a base 25% chance of failure, Jeweler expertise removed. * Jewel cutting has a base 25% chance of failure, Jeweler expertise removed.
* Budding Crystal (Sky Vaults only) growth time reduced. * Budding Crystal (Sky Vaults only) growth time reduced.

View file

@ -33,13 +33,13 @@ import tv.alterNERD.VaultModTweaks.util.I18n;
* Changes the {@link iskallia.vault.config.gear.VaultGearEnchantmentConfig} * Changes the {@link iskallia.vault.config.gear.VaultGearEnchantmentConfig}
* class used by the Vault Enchanter. * class used by the Vault Enchanter.
* *
* Specifically, it removes the Emerald cost of enchantments. Just because I * Specifically, it removes the cost of enchantments. Just because I cannot be
* cannot be arsed to bring them over every time. * arsed to bring Emeralds over every time.
*/ */
@Mixin(VaultGearEnchantmentConfig.class) @Mixin(VaultGearEnchantmentConfig.class)
public class MixinVaultGearEnchantmentConfig { public class MixinVaultGearEnchantmentConfig {
/** /**
* Removes the Emerald cost from all Vault Enchanter enchantments. * Removes the cost from all Vault Enchanter enchantments.
* *
* @param entry * @param entry
*/ */