diff --git a/src/main/java/electroblob/wizardry/Settings.java b/src/main/java/electroblob/wizardry/Settings.java index 229d3188..a1722a54 100644 --- a/src/main/java/electroblob/wizardry/Settings.java +++ b/src/main/java/electroblob/wizardry/Settings.java @@ -1096,7 +1096,7 @@ public final class Settings { List elementNames = Arrays.stream(Element.values()).map(Element::getName).collect(Collectors.toList()); elementNames.add(""); - property = config.get(CLIENT_CATEGORY, "donationPerkElement", Element.MAGIC.getName(), "The element colour to use for the flying companion orb rendered on donor players, leave empty to disable the effect. If you're someone who was kind enough to donate, this setting will change what all players see (if not, it won't do anything).", elementNames.toArray(new String[0])); + property = config.get(CLIENT_CATEGORY, "donationPerkElement", Element.MAGIC.getName(), "The element of the flying companion orb rendered on donor and contributor players, leave empty to disable the effect. If you're one of them, this setting will change how all players see you (if not, it won't do anything).", elementNames.toArray(new String[0])); property.setLanguageKey("config." + Wizardry.MODID + ".donation_perk_element"); donationPerkElement = Element.fromName(property.getString(), null); // Fallback to null for no element propOrder.add(property.getName()); diff --git a/src/main/resources/assets/ebwizardry/lang/en_gb.lang b/src/main/resources/assets/ebwizardry/lang/en_gb.lang index 04b81cf5..ad3878c6 100644 --- a/src/main/resources/assets/ebwizardry/lang/en_gb.lang +++ b/src/main/resources/assets/ebwizardry/lang/en_gb.lang @@ -1505,6 +1505,8 @@ config.ebwizardry.blink_effect=Blink Effect config.ebwizardry.blink_effect.tooltip=Whether to use the screen blink effect for teleportation spells. config.ebwizardry.spellcasting_animations=Spellcasting Animations config.ebwizardry.spellcasting_animations.tooltip=Whether to use custom animations for players casting spells. Disable this option if it conflicts with other mods that add player animations. +config.ebwizardry.donation_perk_element=Donation Perk Element +config.ebwizardry.donation_perk_element.tooltip=The element of the flying companion orb rendered on donor and contributor players, leave empty to disable the effect. If you're one of them, this setting will change how all players see you (if not, it won't do anything). config.ebwizardry.category.commands=Command Settings config.ebwizardry.category.commands.tooltip=Configure wizardry's commands diff --git a/src/main/resources/assets/ebwizardry/lang/en_us.lang b/src/main/resources/assets/ebwizardry/lang/en_us.lang index ea026fe2..5f294494 100644 --- a/src/main/resources/assets/ebwizardry/lang/en_us.lang +++ b/src/main/resources/assets/ebwizardry/lang/en_us.lang @@ -1505,8 +1505,8 @@ config.ebwizardry.blink_effect=Blink Effect config.ebwizardry.blink_effect.tooltip=Whether to use the screen blink effect for teleportation spells. config.ebwizardry.spellcasting_animations=Spellcasting Animations config.ebwizardry.spellcasting_animations.tooltip=Whether to use custom animations for players casting spells. Disable this option if it conflicts with other mods that add player animations. -config.ebwizardry.spellcasting_animations=Spellcasting Animations -config.ebwizardry.spellcasting_animations.tooltip=Whether to use custom animations for players casting spells. Disable this option if it conflicts with other mods that add player animations. +config.ebwizardry.donation_perk_element=Donation Perk Element +config.ebwizardry.donation_perk_element.tooltip=The element of the flying companion orb rendered on donor and contributor players, leave empty to disable the effect. If you're one of them, this setting will change how all players see you (if not, it won't do anything). config.ebwizardry.category.commands=Command Settings config.ebwizardry.category.commands.tooltip=Configure wizardry's commands