
Two Bugs
KXIIIS opened this issue · 13 comments
Hello. The first bug is a movement bug. As you can see in the video, whenever I try to move forward, there's some sort of glitch where I kind of stutter in place and it won't let me go forward. The second bug is that the vulcanite pickaxe doesn't drop the smelted ore, it just breaks the block. I'm on version 1.15.2.
Ah, I’m sorry. I’m not really used to reporting bugs so I don’t know the proper etiquette yet.
And yes, I’ve uninstalled the Vulcanite mod and the movement bug seemed to go away. And breaking an ore gives it’s drop with any pick axe.
I tested the mod on its own and it worked fine, but then I added all my other mods back so maybe it’s interfering with another mod.
Okay, I’ve figured out why I’m getting this bug. It’s because there’s something conflicting with Vulcanite and the mod Project MMO. Should I open an issue with them?
Hey, so I got in touch with the head of Project MMO, and they said this:
https://imgur.com/a/MXbleoJ
I can investigate this but I need you to use the latest version 2.6.8 of PMMO and send me the crash and also @Harmonized7 to push said version to github
Sure thing. Harmonized7 said it's pushed. Thank you so much.
There we go, problem found.
https://github.com/Harmonised7/project_mmo/blob/master/src/main/java/harmonised/pmmo/skills/XP.java#L750
Harmonized7 is passing no player to the LootContext.Builder
He should pass a LootParameters.THIS_ENTITY
with the player.