This is a static snapshot of the site saved for posterity. No future updates will be made here and all interactive features (comments, etc.) are disabled.

Adding Honey Drops and Combs

 

Honey combs and drops are added using 2 config sectionsHoneyCombs 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}
}

Registered combs and drops will be available as a custom ItemStack as

  • S:gendustry:”HoneyComb.{name}” – combs
  • S:gendustry:”HoneyDrop.{name}” – drops
 Posted by at 8:41 am