CrateSet - KitchenMods/KitchenLib GitHub Wiki
We don't know much about CrateSets, we believe they are no longer used in the game.
public override List<Appliance> Options => new List<Appliance>
{
(Appliance)GDOUtils.GetExistingGDO(ApplianceReferences.Hob)
};
// UniqueNameID is used to generate the ID of the GDO. THIS MUST BE UNIQUE!
public override string UniqueNameID => "My Cool GDO";