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

If a wither is summoned using the wither skull, the tile limit does not change. #182

Open
NamiUni opened this issue Nov 16, 2022 · 4 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@NamiUni
Copy link

NamiUni commented Nov 16, 2022

There seems to be a missing tile check on the wither summons.

@NamiUni
Copy link
Author

NamiUni commented Jul 19, 2023

There is probably no appropriate API in Bukkit to fix this issue, so fixing it will be difficult.
If there is no indication in the version history that it has been fixed, then unnecessary comments should be avoided.

@FrankHeijden
Copy link
Member

To my knowledge there is no event that is triggered when soul sand + skulls are converted into a wither, so getting the exact changes and updating the scancache is difficult. If such an event is added in the future ill be happy to fix this issue.

@FrankHeijden FrankHeijden added bug Something isn't working wontfix This will not be worked on labels Dec 11, 2023
@galacticwarrior9
Copy link

CreatureSpawnEvent.SpawnReason has a BUILD_WITHER reason ("When a wither boss is spawned by being built") -- would that be sufficient?

@FrankHeijden
Copy link
Member

CreatureSpawnEvent.SpawnReason has a BUILD_WITHER reason ("When a wither boss is spawned by being built") -- would that be sufficient?

Almost, it's still not trivial to get the locations of the wither skulls / soul sand just from this event. We could assume all of the blocks are in the chunk of the spawned wither but that does not really hold when the statue is built over two chunks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants