Main Menu not opening

The issue is simple, you're using an unsupported inventory and the script is failing to retrieve item images for the context menu and therefore the menu is breaking and not opening. The simplest method to resolve this issue is by setting Beekeeping.House.UseItemImages and Beekeeping.Hives.UseItemImages to false in the config.lua . Alternatively you can modify the GetItemImage logic (either from a bridge file, if provided, or sd_lib/modules/..) to work with your inventory system.

Last updated