module Base
{
    xuiSkin default
    {
        entity ES_Wood_Bookcase_Lvl1
        {
            LuaWindowClass = ISEntityWindow,
            DisplayName = Wood Bookcase (Shoddy),
            Icon = Build_carpentry_02_64,
            components
            {
                CraftLogic
                {
                    LuaPanelClass = ISCraftDefaultPanel,
                    DisplayName = Wood Bookcase,
                    Icon = Build_Bookcase,
                }
            }
        }
    }
}
