Draconic Evolution

Draconic Evolution

77M Downloads

Server crash when left clicking a player with an unbound player dislocator

ShroomAgent27 opened this issue ยท 2 comments

commented

Base information

  • Minecraft version: 1.12.2
  • Mod version: Draconic-Evolution-1.12.2-2.3.25.351-universal.jar
  • Minecraft Forge version: forge-1.12.2-14.23.5.2854-universal.jar
  • Mod Pack: (if applicable): custom

Crash report

https://pastebin.com/TMr7BMBM

The item in question has no NBT data, as I had just freshly crafted it. The issue appears to be here
https://github.com/brandon3055/Draconic-Evolution/blob/master/src/main/java/com/brandon3055/draconicevolution/items/tools/DislocatorBound.java#L180

If I had to guess, stack.getTag() returns null because the item lacks any NBT data.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

commented