gbl / Beenfo

A small Minecraft mod that shows information about the content of bee nests and hives.
MIT License
20 stars 8 forks source link

Issue during server startup Forge/Minecraft 1.15.2 #4

Closed P-rox-y closed 4 years ago

P-rox-y commented 4 years ago

Hey there,

I'm getting the following on server startup on Forge/Minecraft 1.15.2 which I've listed below.

I've also attached the crashlog to this entry.

Thank you for taking the time to create this mod!

net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [ Beenfo (beenfo) encountered an error during the common_setup event phase §7net/minecraft/client/util/ITooltipFlag ]

crash-2020-02-08_14.13.17-server.txt

gbl commented 4 years ago

Oh. Seems I made a mistake, the mod is supposed to be client side only, so it crashes when initializing on the server. It shouldn't do this, but in the meantime, installing it on the client only should fix the problem.