Ember Bore
Link to ember-bore
Importing the Package
Link to importing-the-package
ZenScript Copyimport mods.embers.EmberBore;
import mods.embers.EmberBoreSet;
Creating/Retrieving Boresets
Link to creatingretrieving-boresets
ZenScript Copyvar boreset = mods.embers.EmberBore.create(int[] dimensionIDs, string[] biomes);
var defaultBoreset = mods.embers.EmberBore.getDefault();
ZenMethods
Link to zenmethods
ZenScript Copyboreset.addOutput(WeightedItemStack output);
boreset.removeOutput(IItemStack output);
boreset.clear();
ZenGetters/ZenSetters
Link to zengetterszensetters
Property Name | Type | Description | Getter? | Setter? |
---|---|---|---|---|
Property Name dimensions | Type int[] | Description An array containing all dimensions for which this boreset applies | Getter? Yes | Setter? Yes |
Property Name biomes | Type string[] | Description An array containing all biomes for which this boreset applies | Getter? Yes | Setter? Yes |
Property Name stacks | Type WeightedItemStack[] | Description An array containing all outputs of the ember bore | Getter? Yes | Setter? No |