Skip to content

Implement Chat Components for Entity Names (+ cleanups) - #130

Open
Nikolay-Sitnikov wants to merge 4 commits into
masterfrom
implement-entity-chat-components
Open

Implement Chat Components for Entity Names (+ cleanups)#130
Nikolay-Sitnikov wants to merge 4 commits into
masterfrom
implement-entity-chat-components

Conversation

@Nikolay-Sitnikov

Copy link
Copy Markdown

Implements func_145748_c_ for these mobs so their names display correctly in death messages and (eventually) command outputs.

Also localizes the Golem's name, cleans up some minor issues, adds in @Override where applicable, fixes an infinite regen bug, and improves localization.

(TODO: Test changes)

@Nikolay-Sitnikov Nikolay-Sitnikov added the Refactor For PRs rewriting a part of the code to have a nicer code overall. label Jun 23, 2026
@github-actions

Copy link
Copy Markdown

#131

.translateToLocal("thaumichorizons.golemWarning3")));
break;
final ChatComponentTranslation message = new ChatComponentTranslation(
"thaumichorizons.golemWarning" + this.voidCount);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(this.voidCount + 1)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactor For PRs rewriting a part of the code to have a nicer code overall.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants