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

Ender Dragon morphs destroy blocks far away from themselves. #34

Open
James103 opened this issue May 20, 2020 · 2 comments
Open

Ender Dragon morphs destroy blocks far away from themselves. #34

James103 opened this issue May 20, 2020 · 2 comments
Labels
backlog Won't do (for now) bug Non-fatal error or unexpected behavior

Comments

@James103
Copy link

Minecraft 1.12.2
Forge 14.23.5.2854
DominionLib 1.0.4
Changeling 1.2

Actual behavior: When you are morphed as an Ender Dragon, blocks around you are destroyed, both near you and very far away. The blocks destroyed aren't counted as harvested or mined by the player.

Expected behavior: When you are morphed as an Ender Dragon, either no blocks are destroyed or blocks that are within your hitbox are destroyed, just like regular Ender Dragons. No blocks are destroyed that are very far away from you.

Bonus: In addition, blocks that are automatically destroyed while you are an Ender Dragon are broken if they were mined by you. This includes correct tool handling, hunger loss, statistics, and actually dropping the item (or putting it directly in your inventory).

@asanetargoss asanetargoss added backlog Won't do (for now) bug Non-fatal error or unexpected behavior labels May 21, 2020
@IndieanaJones
Copy link

IndieanaJones commented Jun 25, 2020

This probably has to do something with the fact that the Enderdragon's AI isn't turned off when you're transformed as them unlike every other transformation. While turning it off does solve this issue, the Enderdragon will no longer animate because its reliant on its AI to do so.

@James103
Copy link
Author

James103 commented Aug 5, 2020

So, same cause as mchorse#215?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Won't do (for now) bug Non-fatal error or unexpected behavior
Projects
None yet
Development

No branches or pull requests

3 participants