mrh0 / buildersaddition

Builders Addition Minecraft Forge Mod by MRH0
MIT License
6 stars 12 forks source link

Update CupboardTileEntity.java #13

Closed tomevoll closed 3 years ago

tomevoll commented 3 years ago

fix null pointer exception when block is placed next to anything accessing capabilities

tomevoll commented 3 years ago

i guess the TileEntity above is not created yet, so the handler never gets assigned, and it goes directly to the return handler.cast() but its null so it crashes

mrh0 commented 3 years ago

Thanks, will test.