Weeping Angel shift spam
Airomis opened this issue · 5 comments
Describe the bug
when you shift any time in the world you get weeping angle prompts should this be entering / exiting the tardis walking on an edge or just toggleing the shift.
To Reproduce
install build 2862
enable TWA
hit shift when walking around
Screenshots
No response
Log files
Paste configs or pastebin.com link here!
'/tardis version' output
b 2862
mc 1.21
Cannot reproduce, sneaking works as expected, no weeping angel prompts or messages...
This most likely relates to the crafting bug we have which affects custom mobs I'd assume.
Unlikely to be related to crafting I would say.
What messages are actually appearing?
Things like don't blink and every other text that comes up when you freeze
an angel
…On Fri, Jun 21, 2024, 23:42 Eccentric Devotion ***@***.***> wrote:
Unlikely to be related to crafting I would say.
What messages are actually appearing?
—
Reply to this email directly, view it on GitHub
<#846 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOUOQSFSOP7M7MTY6UWSWLZITXB3AVCNFSM6AAAAABJT2PRBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBTG43DAMZQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
I still can't reproduce.
// freeze the closest skeleton
if (skeleton != null) {
skeleton.addPotionEffect(new PotionEffect(PotionEffectType.SLOWNESS, plugin.getMonstersConfig().getInt("angels.freeze_time"), 30, true, false));
if (!player.isSneaking()) {
plugin.getMessenger().message(player, TardisModule.MONSTERS, message.get(TARDISConstants.RANDOM.nextInt(4)));
}
}
Messages should only be showing if the player looking at a weeping angel and is NOT sneaking as this is the only code that ever sends those messages.