From d2b1a044a4d67b84216d988d9c8537ad0f8db217 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 10 Nov 2024 21:57:45 +0000 Subject: [PATCH] hotfix: rename `RoyalGel` to `ExquisiteGel` and update localization accordingly --- Content/Items/{RoyalGel.cs => ExquisiteGel.cs} | 2 +- Content/Items/{RoyalGel.png => ExquisiteGel.png} | Bin Localization/en-US_Mods.continuity.hjson | 10 +++------- 3 files changed, 4 insertions(+), 8 deletions(-) rename Content/Items/{RoyalGel.cs => ExquisiteGel.cs} (91%) rename Content/Items/{RoyalGel.png => ExquisiteGel.png} (100%) 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 } - }