ondrejduchon / TreeChopper

Minecraft mod, which allows you to chop down whole trees and much more..
MIT License
12 stars 10 forks source link

Seems has mod-interaction issues onBlockBreakEvent handling #71

Open Wabbit0101 opened 6 years ago

Wabbit0101 commented 6 years ago

Looks like another breakEvent changing mod may not have setup fake player in way that TreeChopper expects? Can't really tell what is null. Full dump here: at paste bin. Mod Versions for stuff from the stacktrace:

[18:36:01] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.world.BlockEvent$BreakEvent@fba2be8: java.lang.NullPointerException: null at treechopper.proxy.CommonProxy.DestroyWoodBlock(CommonProxy.java:115) ~[CommonProxy.class:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_210_CommonProxy_DestroyWoodBlock_BreakEvent.invoke(.dynamic) ~[?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) [EventBus.class:?] at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:813) [ForgeHooks.class:?] [SNIP]