Ember Bore
Importing the Package
import mods.embers.EmberBore;import mods.embers.EmberBoreSet;Creating/Retrieving Boresets
var boreset = mods.embers.EmberBore.create(int[] dimensionIDs, string[] biomes);var defaultBoreset = mods.embers.EmberBore.getDefault();ZenMethods
boreset.addOutput(WeightedItemStack output);boreset.removeOutput(IItemStack output);boreset.clear();ZenGetters/ZenSetters
| Property Name | Type | Description | Getter? | Setter? | 
|---|---|---|---|---|
| Property Namedimensions | Typeint[] | DescriptionAn array containing all dimensions for which this boreset applies | Getter?Yes | Setter?Yes | 
| Property Namebiomes | Typestring[] | DescriptionAn array containing all biomes for which this boreset applies | Getter?Yes | Setter?Yes | 
| Property Namestacks | TypeWeightedItemStack[] | DescriptionAn array containing all outputs of the ember bore | Getter?Yes | Setter?No |