Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The LightningEntity class name is inconsistent with the identifier of lightning bolts #3695

Open
haykam821 opened this issue Oct 12, 2023 · 0 comments
Labels
bug Fixes or discusses a bug within the mappings

Comments

@haykam821
Copy link
Contributor

haykam821 commented Oct 12, 2023

The entity associated with lightning is registered under the identifier minecraft:lightning_bolt and is named 'Lightning Bolt'. The class name LightningEntity (and associated names such as LightningEntityRenderer) is inconsistent with these names. The name LightningBoltEntity should be used instead.

CLASS net/minecraft/class_1538 net/minecraft/entity/LightningEntity
CLASS net/minecraft/class_919 net/minecraft/client/render/entity/LightningEntityRenderer

@haykam821 haykam821 added the bug Fixes or discusses a bug within the mappings label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes or discusses a bug within the mappings
Projects
None yet
Development

No branches or pull requests

1 participant