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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user