Crash when attempting to create a falling block out of BOP blocks
WayofTime opened this issue ยท 1 comments
Code that causes it is here: https://github.com/WayofTime/BloodMagic/blob/master/src/main/java/WayofTime/alchemicalWizardry/common/spell/complex/effect/impactEffects/earth/MeleeDefaultEarth.java#L38
It appears that a null check is required in the method, however am not sure as to why the itemstack instance passed is null.
@Adubbz this is fixed too.