Boots of the Stomper error sometimes
andris155 opened this issue ยท 6 comments
Description (REQUIRED)
Boots of the Stomper error sometimes
Steps to reproduce the Issue (REQUIRED)
- Use the Boots of the Stomper for stomp and sometimes cause error.
Expected behavior (REQUIRED)
Boots of the Stomper no cause error.
Server Log
Error Reports
Environment (REQUIRED)
- Server Software (Spigot/Paper): Paper
- Minecraft Version: 1.16.2
- Slimefun Version: vDEV - 639 (git ec95797)
- CS-CoreLib Version: vDEV - 90 (git 9dd4a1cf)
I recommend fixing this by checking if entity n and the player are in the same block. If they are either apply a constant vector or none at all.
I am very much against this.
Bugs should just be fixed rather than removing the entire mechanic of an item...
I didn't say remove it I said just check for 1 specific case that's causing this and apply a constant/or none knockback to that specific entity.
I recommend fixing this by checking if entity n and the player are in the same block. If they are either apply a constant vector or none at all.
I recommend fixing this by checking if entity n and the player are in the same block. If they are either apply a constant vector or none at all.
I am very much against this.
Bugs should just be fixed rather than removing the entire mechanic of an item...
Ah, pardon, I misread that as "making it only work if they are in the same block".
@LinoxGH Yep, you were right, sorry about that.
This should definitely fix it.