Versions in this module Expand all Collapse all v1 v1.0.1 Jul 30, 2026 v1.0.0 Jul 30, 2026 Changes in this version + func RegisterGroup(group Group) + func RegisterItem(item Item) + type Category struct + func ConstructionCategory() Category + func EquipmentCategory() Category + func ItemsCategory() Category + func NatureCategory() Category + func (s Category) Uint8() uint8 + type Group struct + Category Category + Icon item.Stack + Name string + func Groups() []Group + type Item struct + Group string + Stack item.Stack + func Items() []Item