Serverside Incompatibility with Buildcraft Energy
gnomed-by-steve opened this issue ยท 4 comments
This is a crash on launch due to a conflict with fluidlogged and buildcraft causing BC to make calls to EntityPlayerSP on load.
Steps to reproduce the behavior:
install Fluidlogged API 1.8.0 (commit 60c5dbc} and Buildcraft-all 7.99.24.8 to a minecraft forge server
in the terminal, it should show a crashlog.
Lastest: https://pastebin.com/UF9Fn7ie
Crash Report: https://pastebin.com/3568Hk8L
Issue persists with latest commit as well.
After some further testing, this is not a problem with buildcraft, the crash happened when my ASMHooks
class was loaded. Throwing a SideOnly
annotation at fixBarrierParticles
fixed the crash for me lol, try the latest commit & see if it works for you as well
misinput, forgot that this is only fixed in the latest commit and not a release