-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fire Aspect & 1.21 #292
Comments
What exactly isn't working? |
Fire Aspect is a vanilla Minecraft sword enchantment that sets the target on fire. When a mob that normally drops raw meat is killed while it is burning, or if a mob is killed in one shot, even if it is in water, it drops cooked meat. In this situation, if you kill a stack of 200 pigs & 90% of the drops are raw porkchops when they should be 100% cooked porkchop - or at least this is how it worked prior to 1.21. |
I can only reproduce this when a mob is in rain. Is this the same for you? |
Ah no, rain is actually disabled on the server. Have got a short video here on Imgur: https://i.imgur.com/EdnbjZF.mp4 |
Yeah so after some more testing seems to be that if you kill the mob in one hit then fire aspect doesn't apply, but if there are two hits it works fine... This may be a craftbukkit bug but needs further looking into. Temp fix would be to disable use of loot tables in config. |
In 1.21, fire ticks are applied after death event occurs, so as a temporary? fix need to delay by one tick
Thanks for the bug report. |
Hi, The Fire Aspect doesn't seem to work on stacked mobs in 1.21.
Running:
The text was updated successfully, but these errors were encountered: