gigaherz / PackingTape

A Minecraft Forge Mod
http://minecraft.curseforge.com/projects/packing-tape
Other
11 stars 3 forks source link

Fix crash if packaged block was placed by no entity #31

Closed JDDev0 closed 1 year ago

JDDev0 commented 1 year ago

If the packaged block was placed by a block placer block, LivingEntity would be null (This is allowed because the parameter is annotated with Nullable in the base class) and the game instance or server would crash.

gigaherz commented 1 year ago

good catch!