Adding Honey Drops and Combs
Honey combs and drops are added using 2 config sections – HoneyCombs and HoneyDrops using the same structure – every entry is a sub-section representing a single kind of comb/drop:
cfg {name} { // Section name used in localization, custom stack name, etc.
ID = {number} // must be unique
PrimaryColor = {color}
SecondaryColor = {color}
}
ID = {number} // must be unique
PrimaryColor = {color}
SecondaryColor = {color}
}
Registered combs and drops will be available as a custom ItemStack as
- S:gendustry:”HoneyComb.{name}” – combs
- S:gendustry:”HoneyDrop.{name}” – drops