hotfix: rename RoyalGel
to ExquisiteGel
and update localization accordingly
This commit is contained in:
parent
3e8dd0f23c
commit
d2b1a044a4
3 changed files with 4 additions and 8 deletions
|
@ -4,7 +4,7 @@ using Terraria.ModLoader;
|
||||||
|
|
||||||
namespace Continuity.Content.Items
|
namespace Continuity.Content.Items
|
||||||
{
|
{
|
||||||
public class RoyalGel : ModItem
|
public class ExquisiteGel : ModItem
|
||||||
{
|
{
|
||||||
public override void SetDefaults()
|
public override void SetDefaults()
|
||||||
{
|
{
|
Before Width: | Height: | Size: 710 B After Width: | Height: | Size: 710 B |
|
@ -8,12 +8,8 @@ Items: {
|
||||||
DisplayName: Palishade Tissue
|
DisplayName: Palishade Tissue
|
||||||
}
|
}
|
||||||
|
|
||||||
RoyalGel: {
|
ExquisiteGel: {
|
||||||
Tooltip:
|
Tooltip: "[c/4572e3:A refined type of gel featured within slime royalty.]"
|
||||||
'''
|
DisplayName: Exquisite Gel
|
||||||
[c/4572e3:A refined type of gel featured within slime royalty.]
|
|
||||||
'''
|
|
||||||
DisplayName: Royal Gel
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue