![Botanical Addons](https://media.forgecdn.net/avatars/thumbnails/27/357/256/256/635807917080152946.png)
Crashing on Server Start
TheWhiteWolves opened this issue ยท 19 comments
Getting a crash on server start due to a reference to a client side file that obviously doesn't exist.
If you need anymore info, ask
probably, for now i just disabled it til it can be fixed, once it is ill re-add and get to try out the new stuff you guys been showing off
lol don't worry we've done it before, vaz keeps forgetting to check server side aswell
Side aware is strange for me. Plus Kotlin is stingy about null safety.
Do we need to register on the bus for that class? It doesn't look like we are registering any events.
So, this will be fixed once my local changes aren't pertaining to a local version of botania .-.
namely, they'll only compile with botania 236 + my PR
Its cos we set it in the base class of all the blocks here
It then just gets overridden in inheritors but stays marked as client side
It should be set in the base class in ours as well here. I'm wondering if kotlins annotation processor is having issues propagating it for overrides.
Oh right, the log didn't have the error i'm talking about
it occurred when one of the rainbow ones was EVENT_BUSsed on the serverside, because it couldn't process importing the IIconRegister. :/
Oh, thats good to know. I was worried there for a min, because I've had issues with kapt before and I thought it was fixed already.