arlyon / veining

Introduces a new enchantment: Veining. Pickaxes with this enchantment will crumble entire veins at once.
https://minecraft.curseforge.com/projects/veining
Other
5 stars 2 forks source link

Veining on a pickaxe causes inability to properly mine modded tile entities. #11

Closed border999 closed 6 years ago

border999 commented 6 years ago

Report Information

Veining put on a pickaxe causes it to be unable to properly mine modded tile entities.

Steps to Reproduce

Put the Veining enchant on a pickaxe, have another mod installed to test on. (Thermal expansion or something.) Attempt to mine on of the machines, it will seem to disappear but the entity will not drop and you will be unable to stand on that block where the machine was.

Forge Log

No reason in this case.

Crash Log (if appropriate)

No.

border999 commented 6 years ago

https://github.com/WayofTime/BloodMagic/issues/1300#issuecomment-386916153

arlyon commented 6 years ago

Thanks for the report. Null pointer came from passing a null into a function that shouldn't take null. Could have sworn the parameter was @Nullable though..

Fixed now.