fix: Change string ID for Elder Guardian entity

The string identifier for the Elder Guardian entity was set
to `IDS_GUARDIAN_ELDER`. This has been changed to the
consistent identifier `IDS_ELDER_GUARDIAN`.

Additionally, the localization file has been updated to include the
missing string definitions for both `IDS_GUARDIAN` and
`IDS_ELDER_GUARDIAN`
This commit is contained in:
George V.
2026-04-13 22:43:19 +03:00
parent ac7a207597
commit c2c4eb6ea8
2 changed files with 9 additions and 1 deletions
@@ -9338,6 +9338,14 @@ All Ender Chests in a world are linked. Items placed into an Ender Chest are acc
<data name="IDS_ENDERMITE">
<value>Endermite</value>
</data>
<data name="IDS_GUARDIAN">
<value>Guardian</value>
</data>
<data name="IDS_ELDER_GUARDIAN">
<value>Elder Guardian</value>
</data>
<data name="IDS_ITEM_WRITTENBOOK">
<value>Written Book</value>