Minecraft-Technocracy / Technocracy

Absolutely excessive tech mod for minecraft
GNU Lesser General Public License v2.1
8 stars 7 forks source link

NPE when Pipes are destroyed by hand #65

Closed Cydhra closed 3 years ago

Cydhra commented 4 years ago

When destroying a pipe by hand, some copied code from Minecraft throws a NPE because it tries to access block-stats that don't exist:

AbstractTileEntityBlock.kt:75

player.addStat(StatList.getBlockStats(this)!!)

Crash Log: crash-2020-04-11_03.24.39-server.txt