diff --git a/Content/Items/RoyalGel.cs b/Content/Items/ExquisiteGel.cs similarity index 91% rename from Content/Items/RoyalGel.cs rename to Content/Items/ExquisiteGel.cs index b7b2155..36f28c3 100644 --- a/Content/Items/RoyalGel.cs +++ b/Content/Items/ExquisiteGel.cs @@ -4,7 +4,7 @@ using Terraria.ModLoader; namespace Continuity.Content.Items { - public class RoyalGel : ModItem + public class ExquisiteGel : ModItem { public override void SetDefaults() { diff --git a/Content/Items/RoyalGel.png b/Content/Items/ExquisiteGel.png similarity index 100% rename from Content/Items/RoyalGel.png rename to Content/Items/ExquisiteGel.png diff --git a/Localization/en-US_Mods.continuity.hjson b/Localization/en-US_Mods.continuity.hjson index 364ce63..b1c73ce 100644 --- a/Localization/en-US_Mods.continuity.hjson +++ b/Localization/en-US_Mods.continuity.hjson @@ -8,12 +8,8 @@ Items: { DisplayName: Palishade Tissue } - RoyalGel: { - Tooltip: - ''' - [c/4572e3:A refined type of gel featured within slime royalty.] - ''' - DisplayName: Royal Gel + ExquisiteGel: { + Tooltip: "[c/4572e3:A refined type of gel featured within slime royalty.]" + DisplayName: Exquisite Gel } - }