diff --git a/README.md b/README.md index 95bf980..a9ffce2 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ _Note: This package requires Node >10.12.0 and Minecraft 1.7.10._ - Sensible autofills, **create custom bees with less code** - Supports [Forestry](https://www.curseforge.com/minecraft/mc-mods/forestry), [ExtraBees](https://www.curseforge.com/minecraft/mc-mods/binnies-mods) and [Gendustry](https://www.curseforge.com/minecraft/mc-mods/gendustry). -More information can be found in the [documentation](./docs). +More information can be found in the [documentation](https://chronodave.github.io/gendustry-bee-lib/). diff --git a/docs/functions/formatBee.html b/docs/functions/formatBee.html index 72d743e..21ce84b 100644 --- a/docs/functions/formatBee.html +++ b/docs/functions/formatBee.html @@ -1 +1 @@ -formatBee | gendustry-bee-lib

Function formatBee

  • Parameters

    • branch: string

    Returns ((bee) => {
        cfg: {
            bee: string[];
            mutations: (string | string[])[];
        };
        lang: string[];
    })

      • (bee): {
            cfg: {
                bee: string[];
                mutations: (string | string[])[];
            };
            lang: string[];
        }
      • Parameters

        Returns {
            cfg: {
                bee: string[];
                mutations: (string | string[])[];
            };
            lang: string[];
        }

        • cfg: {
              bee: string[];
              mutations: (string | string[])[];
          }
          • bee: string[]
          • mutations: (string | string[])[]
        • lang: string[]

Generated using TypeDoc

\ No newline at end of file +formatBee | gendustry-bee-lib

Function formatBee

  • Parameters

    • branch: string

    Returns ((bee) => {
        cfg: {
            bee: string[];
            mutations: (string | string[])[];
        };
        lang: string[];
    })

      • (bee): {
            cfg: {
                bee: string[];
                mutations: (string | string[])[];
            };
            lang: string[];
        }
      • Parameters

        Returns {
            cfg: {
                bee: string[];
                mutations: (string | string[])[];
            };
            lang: string[];
        }

        • cfg: {
              bee: string[];
              mutations: (string | string[])[];
          }
          • bee: string[]
          • mutations: (string | string[])[]
        • lang: string[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatBlock.html b/docs/functions/formatBlock.html index 296854a..dd87108 100644 --- a/docs/functions/formatBlock.html +++ b/docs/functions/formatBlock.html @@ -1 +1 @@ -formatBlock | gendustry-bee-lib

Function formatBlock

Generated using TypeDoc

\ No newline at end of file +formatBlock | gendustry-bee-lib

Function formatBlock

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatBranch.html b/docs/functions/formatBranch.html index dd97065..6564c2e 100644 --- a/docs/functions/formatBranch.html +++ b/docs/functions/formatBranch.html @@ -1 +1 @@ -formatBranch | gendustry-bee-lib

Function formatBranch

  • Parameters

    • id: string

    Returns ((branch) => {
        cfg: string[];
        lang: string[];
    })

      • (branch): {
            cfg: string[];
            lang: string[];
        }
      • Parameters

        Returns {
            cfg: string[];
            lang: string[];
        }

        • cfg: string[]
        • lang: string[]

Generated using TypeDoc

\ No newline at end of file +formatBranch | gendustry-bee-lib

Function formatBranch

  • Parameters

    • id: string

    Returns ((branch) => {
        cfg: string[];
        lang: string[];
    })

      • (branch): {
            cfg: string[];
            lang: string[];
        }
      • Parameters

        Returns {
            cfg: string[];
            lang: string[];
        }

        • cfg: string[]
        • lang: string[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatCustom.html b/docs/functions/formatCustom.html index a8ef73e..5a7df3c 100644 --- a/docs/functions/formatCustom.html +++ b/docs/functions/formatCustom.html @@ -1 +1 @@ -formatCustom | gendustry-bee-lib

Function formatCustom

Generated using TypeDoc

\ No newline at end of file +formatCustom | gendustry-bee-lib

Function formatCustom

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatFlower.html b/docs/functions/formatFlower.html index b40dd19..84beaf2 100644 --- a/docs/functions/formatFlower.html +++ b/docs/functions/formatFlower.html @@ -1 +1 @@ -formatFlower | gendustry-bee-lib

Function formatFlower

  • Parameters

    Returns {
        cfg: string[];
        id: string;
        lang: string;
    }

    • cfg: string[]
    • id: string
    • lang: string

Generated using TypeDoc

\ No newline at end of file +formatFlower | gendustry-bee-lib

Function formatFlower

  • Parameters

    Returns {
        cfg: string[];
        id: string;
        lang: string;
    }

    • cfg: string[]
    • id: string
    • lang: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatHoneyComb.html b/docs/functions/formatHoneyComb.html index 212d6ed..6ce18f4 100644 --- a/docs/functions/formatHoneyComb.html +++ b/docs/functions/formatHoneyComb.html @@ -1 +1 @@ -formatHoneyComb | gendustry-bee-lib

Function formatHoneyComb

  • Parameters

    • id: number

    Returns ((item) => {
        cfg: string[];
        id: string;
        lang: string;
    })

      • (item): {
            cfg: string[];
            id: string;
            lang: string;
        }
      • Parameters

        Returns {
            cfg: string[];
            id: string;
            lang: string;
        }

        • cfg: string[]
        • id: string
        • lang: string

Generated using TypeDoc

\ No newline at end of file +formatHoneyComb | gendustry-bee-lib

Function formatHoneyComb

  • Parameters

    • id: number

    Returns ((item) => {
        cfg: string[];
        id: string;
        lang: string;
    })

      • (item): {
            cfg: string[];
            id: string;
            lang: string;
        }
      • Parameters

        Returns {
            cfg: string[];
            id: string;
            lang: string;
        }

        • cfg: string[]
        • id: string
        • lang: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatHoneyDrop.html b/docs/functions/formatHoneyDrop.html index 2505c24..45782b9 100644 --- a/docs/functions/formatHoneyDrop.html +++ b/docs/functions/formatHoneyDrop.html @@ -1 +1 @@ -formatHoneyDrop | gendustry-bee-lib

Function formatHoneyDrop

  • Parameters

    • id: number

    Returns ((item) => {
        cfg: string[];
        id: string;
        lang: string;
    })

      • (item): {
            cfg: string[];
            id: string;
            lang: string;
        }
      • Parameters

        Returns {
            cfg: string[];
            id: string;
            lang: string;
        }

        • cfg: string[]
        • id: string
        • lang: string

Generated using TypeDoc

\ No newline at end of file +formatHoneyDrop | gendustry-bee-lib

Function formatHoneyDrop

  • Parameters

    • id: number

    Returns ((item) => {
        cfg: string[];
        id: string;
        lang: string;
    })

      • (item): {
            cfg: string[];
            id: string;
            lang: string;
        }
      • Parameters

        Returns {
            cfg: string[];
            id: string;
            lang: string;
        }

        • cfg: string[]
        • id: string
        • lang: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatItem.html b/docs/functions/formatItem.html index 0d74951..d4644af 100644 --- a/docs/functions/formatItem.html +++ b/docs/functions/formatItem.html @@ -1 +1 @@ -formatItem | gendustry-bee-lib

Function formatItem

Generated using TypeDoc

\ No newline at end of file +formatItem | gendustry-bee-lib

Function formatItem

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatMutation.html b/docs/functions/formatMutation.html index 0c15dcb..98182c2 100644 --- a/docs/functions/formatMutation.html +++ b/docs/functions/formatMutation.html @@ -1 +1 @@ -formatMutation | gendustry-bee-lib

Function formatMutation

  • Parameters

    • id: string

    Returns ((mutation) => string[])

      • (mutation): string[]
      • Parameters

        Returns string[]

Generated using TypeDoc

\ No newline at end of file +formatMutation | gendustry-bee-lib

Function formatMutation

  • Parameters

    • id: string

    Returns ((mutation) => string[])

      • (mutation): string[]
      • Parameters

        Returns string[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatOreDictionary.html b/docs/functions/formatOreDictionary.html index 4ca1962..eebd5cc 100644 --- a/docs/functions/formatOreDictionary.html +++ b/docs/functions/formatOreDictionary.html @@ -1 +1 @@ -formatOreDictionary | gendustry-bee-lib

Function formatOreDictionary

Generated using TypeDoc

\ No newline at end of file +formatOreDictionary | gendustry-bee-lib

Function formatOreDictionary

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatRequirementBiome.html b/docs/functions/formatRequirementBiome.html index e245215..d1cd9e2 100644 --- a/docs/functions/formatRequirementBiome.html +++ b/docs/functions/formatRequirementBiome.html @@ -1 +1 @@ -formatRequirementBiome | gendustry-bee-lib

Function formatRequirementBiome

  • Parameters

    • x: "jungle" | "nether" | "beach" | "birchForest" | "birchForestHills" | "birchForestHillsM" | "birchForestM" | "coldBeach" | "coldTaiga" | "coldTaigaHills" | "coldTaigaM" | "deepOcean" | "desert" | "desertM" | "desertHills" | "extremeHills" | "extremeHillsEdge" | "extremeHillsM" | "extremeHillsPlus" | "extremeHillsPlusM" | "flowerForest" | "forest" | "forestHills" | "frozenOcean" | "frozenRiver" | "iceMountains" | "icePlains" | "icePlainsSpikes" | "jungleM"

    Returns string

Generated using TypeDoc

\ No newline at end of file +formatRequirementBiome | gendustry-bee-lib

Function formatRequirementBiome

  • Parameters

    • x: "jungle" | "nether" | "beach" | "birchForest" | "birchForestHills" | "birchForestHillsM" | "birchForestM" | "coldBeach" | "coldTaiga" | "coldTaigaHills" | "coldTaigaM" | "deepOcean" | "desert" | "desertM" | "desertHills" | "extremeHills" | "extremeHillsEdge" | "extremeHillsM" | "extremeHillsPlus" | "extremeHillsPlusM" | "flowerForest" | "forest" | "forestHills" | "frozenOcean" | "frozenRiver" | "iceMountains" | "icePlains" | "icePlainsSpikes" | "jungleM"

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatRequirementBlock.html b/docs/functions/formatRequirementBlock.html index 597969b..2b71737 100644 --- a/docs/functions/formatRequirementBlock.html +++ b/docs/functions/formatRequirementBlock.html @@ -1 +1 @@ -formatRequirementBlock | gendustry-bee-lib

Function formatRequirementBlock

Generated using TypeDoc

\ No newline at end of file +formatRequirementBlock | gendustry-bee-lib

Function formatRequirementBlock

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatRequirementHumidity.html b/docs/functions/formatRequirementHumidity.html index 7db8d5a..a0b7fd8 100644 --- a/docs/functions/formatRequirementHumidity.html +++ b/docs/functions/formatRequirementHumidity.html @@ -1 +1 @@ -formatRequirementHumidity | gendustry-bee-lib

Function formatRequirementHumidity

  • Parameters

    • x: "normal" | "arid" | "damp"

    Returns string

Generated using TypeDoc

\ No newline at end of file +formatRequirementHumidity | gendustry-bee-lib

Function formatRequirementHumidity

  • Parameters

    • x: "normal" | "arid" | "damp"

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatRequirementTemperature.html b/docs/functions/formatRequirementTemperature.html index 7518426..454ae4c 100644 --- a/docs/functions/formatRequirementTemperature.html +++ b/docs/functions/formatRequirementTemperature.html @@ -1 +1 @@ -formatRequirementTemperature | gendustry-bee-lib

Function formatRequirementTemperature

  • Parameters

    • x: "none" | "normal" | "icy" | "cold" | "warm" | "hot" | "hellish"

    Returns string

Generated using TypeDoc

\ No newline at end of file +formatRequirementTemperature | gendustry-bee-lib

Function formatRequirementTemperature

  • Parameters

    • x: "none" | "normal" | "icy" | "cold" | "warm" | "hot" | "hellish"

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatTraits.html b/docs/functions/formatTraits.html index a1376c9..b1eaee8 100644 --- a/docs/functions/formatTraits.html +++ b/docs/functions/formatTraits.html @@ -1 +1 @@ -formatTraits | gendustry-bee-lib

Function formatTraits

Generated using TypeDoc

\ No newline at end of file +formatTraits | gendustry-bee-lib

Function formatTraits

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 21fe6e8..72a8dc4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,5 +20,5 @@

gendustry-bee-lib

  • Sensible autofills, create custom bees with less code
  • Supports Forestry, ExtraBees and Gendustry.
  • -

    More information can be found in the documentation.

    +

    More information can be found in the documentation.

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/Bee.html b/docs/types/Bee.html index df85af4..29c9925 100644 --- a/docs/types/Bee.html +++ b/docs/types/Bee.html @@ -1 +1 @@ -Bee | gendustry-bee-lib

    Type alias Bee

    Bee: {
        author: string;
        color: {
            primary: string;
            secondary: string;
        };
        description?: string;
        dominant?: boolean;
        drops?: {
            regular?: Drop[];
            special?: Drop[];
        };
        glowing?: boolean;
        humidity?: keyof typeof HUMIDITY;
        latin: string;
        mutations: Mutation[];
        name: string;
        nocturnal?: boolean;
        secret?: boolean;
        temperature?: keyof typeof TEMPERATURE;
        traits: Traits;
    }

    Type declaration

    • author: string
    • color: {
          primary: string;
          secondary: string;
      }
      • primary: string
      • secondary: string
    • Optional description?: string
    • Optional dominant?: boolean
    • Optional drops?: {
          regular?: Drop[];
          special?: Drop[];
      }
      • Optional regular?: Drop[]
      • Optional special?: Drop[]
    • Optional glowing?: boolean
    • Optional humidity?: keyof typeof HUMIDITY
    • latin: string
    • mutations: Mutation[]
    • name: string
    • Optional nocturnal?: boolean
    • Optional secret?: boolean
    • Optional temperature?: keyof typeof TEMPERATURE
    • traits: Traits

    Generated using TypeDoc

    \ No newline at end of file +Bee | gendustry-bee-lib

    Type alias Bee

    Bee: {
        author: string;
        color: {
            primary: string;
            secondary: string;
        };
        description?: string;
        dominant?: boolean;
        drops?: {
            regular?: Drop[];
            special?: Drop[];
        };
        glowing?: boolean;
        humidity?: keyof typeof HUMIDITY;
        latin: string;
        mutations: Mutation[];
        name: string;
        nocturnal?: boolean;
        secret?: boolean;
        temperature?: keyof typeof TEMPERATURE;
        traits: Traits;
    }

    Type declaration

    • author: string
    • color: {
          primary: string;
          secondary: string;
      }
      • primary: string
      • secondary: string
    • Optional description?: string
    • Optional dominant?: boolean
    • Optional drops?: {
          regular?: Drop[];
          special?: Drop[];
      }
      • Optional regular?: Drop[]
      • Optional special?: Drop[]
    • Optional glowing?: boolean
    • Optional humidity?: keyof typeof HUMIDITY
    • latin: string
    • mutations: Mutation[]
    • name: string
    • Optional nocturnal?: boolean
    • Optional secret?: boolean
    • Optional temperature?: keyof typeof TEMPERATURE
    • traits: Traits

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/Branch.html b/docs/types/Branch.html index 6bc7501..86f5ff3 100644 --- a/docs/types/Branch.html +++ b/docs/types/Branch.html @@ -1 +1 @@ -Branch | gendustry-bee-lib

    Type alias Branch

    Branch: {
        bees: Bee[];
        description?: string;
        latin: string;
        name: string;
    }

    Type declaration

    • bees: Bee[]
    • Optional description?: string
    • latin: string
    • name: string

    Generated using TypeDoc

    \ No newline at end of file +Branch | gendustry-bee-lib

    Type alias Branch

    Branch: {
        bees: Bee[];
        description?: string;
        latin: string;
        name: string;
    }

    Type declaration

    • bees: Bee[]
    • Optional description?: string
    • latin: string
    • name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/Flower.html b/docs/types/Flower.html index 468d135..eb6f6c4 100644 --- a/docs/types/Flower.html +++ b/docs/types/Flower.html @@ -1 +1 @@ -Flower | gendustry-bee-lib

    Type alias Flower

    Flower: {
        dominant?: boolean;
        flowers: string[];
        name: string;
        spread: string | {
            id: string;
            n?: number;
        };
    }

    Type declaration

    • Optional dominant?: boolean
    • flowers: string[]
    • name: string
    • spread: string | {
          id: string;
          n?: number;
      }

    Generated using TypeDoc

    \ No newline at end of file +Flower | gendustry-bee-lib

    Type alias Flower

    Flower: {
        dominant?: boolean;
        flowers: string[];
        name: string;
        spread: string | {
            id: string;
            n?: number;
        };
    }

    Type declaration

    • Optional dominant?: boolean
    • flowers: string[]
    • name: string
    • spread: string | {
          id: string;
          n?: number;
      }

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/Ingredient.html b/docs/types/Ingredient.html index 2be293f..5fd1b48 100644 --- a/docs/types/Ingredient.html +++ b/docs/types/Ingredient.html @@ -1 +1 @@ -Ingredient | gendustry-bee-lib

    Type alias Ingredient

    Ingredient: {
        id: string;
        meta?: string | number;
        mod?: string;
    }

    Type declaration

    • id: string
    • Optional meta?: string | number
    • Optional mod?: string

    Generated using TypeDoc

    \ No newline at end of file +Ingredient | gendustry-bee-lib

    Type alias Ingredient

    Ingredient: {
        id: string;
        meta?: string | number;
        mod?: string;
    }

    Type declaration

    • id: string
    • Optional meta?: string | number
    • Optional mod?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/Item.html b/docs/types/Item.html index fc7d691..4da865f 100644 --- a/docs/types/Item.html +++ b/docs/types/Item.html @@ -1 +1 @@ -Item | gendustry-bee-lib

    Type alias Item

    Item: {
        color: {
            primary: string;
            secondary: string;
        };
        name: string;
    }

    Type declaration

    • color: {
          primary: string;
          secondary: string;
      }
      • primary: string
      • secondary: string
    • name: string

    Generated using TypeDoc

    \ No newline at end of file +Item | gendustry-bee-lib

    Type alias Item

    Item: {
        color: {
            primary: string;
            secondary: string;
        };
        name: string;
    }

    Type declaration

    • color: {
          primary: string;
          secondary: string;
      }
      • primary: string
      • secondary: string
    • name: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/Mutation.html b/docs/types/Mutation.html index 0997950..045a1e1 100644 --- a/docs/types/Mutation.html +++ b/docs/types/Mutation.html @@ -1 +1 @@ -Mutation | gendustry-bee-lib

    Type alias Mutation

    Mutation: {
        left: string;
        n: number;
        requirement?: string;
        right: string;
    }

    Type declaration

    • left: string
    • n: number
    • Optional requirement?: string
    • right: string

    Generated using TypeDoc

    \ No newline at end of file +Mutation | gendustry-bee-lib

    Type alias Mutation

    Mutation: {
        left: string;
        n: number;
        requirement?: string;
        right: string;
    }

    Type declaration

    • left: string
    • n: number
    • Optional requirement?: string
    • right: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/Traits.html b/docs/types/Traits.html index d328818..9c3e059 100644 --- a/docs/types/Traits.html +++ b/docs/types/Traits.html @@ -1 +1 @@ -Traits | gendustry-bee-lib

    Type alias Traits

    Traits: {
        base: string;
        cave?: boolean;
        effect?: keyof typeof EFFECT;
        fertility?: keyof typeof FERTILITY;
        flower?: keyof typeof FLOWER | string;
        humidity?: keyof typeof TOLERANCE;
        lifespan?: keyof typeof LIFESPAN;
        nocturnal?: boolean;
        pollination?: keyof typeof POLLINATION;
        rain?: boolean;
        speed?: keyof typeof SPEED;
        temperature?: keyof typeof TOLERANCE;
        territory?: keyof typeof TERRITORY;
    }

    Type declaration

    • base: string
    • Optional cave?: boolean
    • Optional effect?: keyof typeof EFFECT
    • Optional fertility?: keyof typeof FERTILITY
    • Optional flower?: keyof typeof FLOWER | string
    • Optional humidity?: keyof typeof TOLERANCE
    • Optional lifespan?: keyof typeof LIFESPAN
    • Optional nocturnal?: boolean
    • Optional pollination?: keyof typeof POLLINATION
    • Optional rain?: boolean
    • Optional speed?: keyof typeof SPEED
    • Optional temperature?: keyof typeof TOLERANCE
    • Optional territory?: keyof typeof TERRITORY

    Generated using TypeDoc

    \ No newline at end of file +Traits | gendustry-bee-lib

    Type alias Traits

    Traits: {
        base: string;
        cave?: boolean;
        effect?: keyof typeof EFFECT;
        fertility?: keyof typeof FERTILITY;
        flower?: keyof typeof FLOWER | string;
        humidity?: keyof typeof TOLERANCE;
        lifespan?: keyof typeof LIFESPAN;
        nocturnal?: boolean;
        pollination?: keyof typeof POLLINATION;
        rain?: boolean;
        speed?: keyof typeof SPEED;
        temperature?: keyof typeof TOLERANCE;
        territory?: keyof typeof TERRITORY;
    }

    Type declaration

    • base: string
    • Optional cave?: boolean
    • Optional effect?: keyof typeof EFFECT
    • Optional fertility?: keyof typeof FERTILITY
    • Optional flower?: keyof typeof FLOWER | string
    • Optional humidity?: keyof typeof TOLERANCE
    • Optional lifespan?: keyof typeof LIFESPAN
    • Optional nocturnal?: boolean
    • Optional pollination?: keyof typeof POLLINATION
    • Optional rain?: boolean
    • Optional speed?: keyof typeof SPEED
    • Optional temperature?: keyof typeof TOLERANCE
    • Optional territory?: keyof typeof TERRITORY

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/BIOME.html b/docs/variables/BIOME.html index 0857cf7..98b4d4a 100644 --- a/docs/variables/BIOME.html +++ b/docs/variables/BIOME.html @@ -1 +1 @@ -BIOME | gendustry-bee-lib

    Variable BIOMEConst

    BIOME: {
        beach: "Beach";
        birchForest: "Birch Forest";
        birchForestHills: "Birch Forest Hills";
        birchForestHillsM: "Birch Forest Hills M";
        birchForestM: "Birch Forest M";
        coldBeach: "Cold Beach";
        coldTaiga: "Cold Taiga";
        coldTaigaHills: "Cold Taiga Hills";
        coldTaigaM: "Cold Taiga M";
        deepOcean: "Deep Ocean";
        desert: "Desert";
        desertHills: "DesertHills";
        desertM: "Desert M";
        extremeHills: "Extreme Hills";
        extremeHillsEdge: "Extreme Hills Edge";
        extremeHillsM: "Extreme Hills M";
        extremeHillsPlus: "Extreme Hills+";
        extremeHillsPlusM: "Extreme Hills+ M";
        flowerForest: "Flower Forest";
        forest: "Forest";
        forestHills: "ForestHills";
        frozenOcean: "FrozenOcean";
        frozenRiver: "FrozenRiver";
        iceMountains: "Ice Mountains";
        icePlains: "Ice Plains";
        icePlainsSpikes: "Ice Plains Spikes";
        jungle: "Jungle";
        jungleM: "Jungle M";
        nether: "Hell";
    } = ...

    Type declaration

    • Readonly beach: "Beach"
    • Readonly birchForest: "Birch Forest"
    • Readonly birchForestHills: "Birch Forest Hills"
    • Readonly birchForestHillsM: "Birch Forest Hills M"
    • Readonly birchForestM: "Birch Forest M"
    • Readonly coldBeach: "Cold Beach"
    • Readonly coldTaiga: "Cold Taiga"
    • Readonly coldTaigaHills: "Cold Taiga Hills"
    • Readonly coldTaigaM: "Cold Taiga M"
    • Readonly deepOcean: "Deep Ocean"
    • Readonly desert: "Desert"
    • Readonly desertHills: "DesertHills"
    • Readonly desertM: "Desert M"
    • Readonly extremeHills: "Extreme Hills"
    • Readonly extremeHillsEdge: "Extreme Hills Edge"
    • Readonly extremeHillsM: "Extreme Hills M"
    • Readonly extremeHillsPlus: "Extreme Hills+"
    • Readonly extremeHillsPlusM: "Extreme Hills+ M"
    • Readonly flowerForest: "Flower Forest"
    • Readonly forest: "Forest"
    • Readonly forestHills: "ForestHills"
    • Readonly frozenOcean: "FrozenOcean"
    • Readonly frozenRiver: "FrozenRiver"
    • Readonly iceMountains: "Ice Mountains"
    • Readonly icePlains: "Ice Plains"
    • Readonly icePlainsSpikes: "Ice Plains Spikes"
    • Readonly jungle: "Jungle"
    • Readonly jungleM: "Jungle M"
    • Readonly nether: "Hell"

    Generated using TypeDoc

    \ No newline at end of file +BIOME | gendustry-bee-lib

    Variable BIOMEConst

    BIOME: {
        beach: "Beach";
        birchForest: "Birch Forest";
        birchForestHills: "Birch Forest Hills";
        birchForestHillsM: "Birch Forest Hills M";
        birchForestM: "Birch Forest M";
        coldBeach: "Cold Beach";
        coldTaiga: "Cold Taiga";
        coldTaigaHills: "Cold Taiga Hills";
        coldTaigaM: "Cold Taiga M";
        deepOcean: "Deep Ocean";
        desert: "Desert";
        desertHills: "DesertHills";
        desertM: "Desert M";
        extremeHills: "Extreme Hills";
        extremeHillsEdge: "Extreme Hills Edge";
        extremeHillsM: "Extreme Hills M";
        extremeHillsPlus: "Extreme Hills+";
        extremeHillsPlusM: "Extreme Hills+ M";
        flowerForest: "Flower Forest";
        forest: "Forest";
        forestHills: "ForestHills";
        frozenOcean: "FrozenOcean";
        frozenRiver: "FrozenRiver";
        iceMountains: "Ice Mountains";
        icePlains: "Ice Plains";
        icePlainsSpikes: "Ice Plains Spikes";
        jungle: "Jungle";
        jungleM: "Jungle M";
        nether: "Hell";
    } = ...

    Type declaration

    • Readonly beach: "Beach"
    • Readonly birchForest: "Birch Forest"
    • Readonly birchForestHills: "Birch Forest Hills"
    • Readonly birchForestHillsM: "Birch Forest Hills M"
    • Readonly birchForestM: "Birch Forest M"
    • Readonly coldBeach: "Cold Beach"
    • Readonly coldTaiga: "Cold Taiga"
    • Readonly coldTaigaHills: "Cold Taiga Hills"
    • Readonly coldTaigaM: "Cold Taiga M"
    • Readonly deepOcean: "Deep Ocean"
    • Readonly desert: "Desert"
    • Readonly desertHills: "DesertHills"
    • Readonly desertM: "Desert M"
    • Readonly extremeHills: "Extreme Hills"
    • Readonly extremeHillsEdge: "Extreme Hills Edge"
    • Readonly extremeHillsM: "Extreme Hills M"
    • Readonly extremeHillsPlus: "Extreme Hills+"
    • Readonly extremeHillsPlusM: "Extreme Hills+ M"
    • Readonly flowerForest: "Flower Forest"
    • Readonly forest: "Forest"
    • Readonly forestHills: "ForestHills"
    • Readonly frozenOcean: "FrozenOcean"
    • Readonly frozenRiver: "FrozenRiver"
    • Readonly iceMountains: "Ice Mountains"
    • Readonly icePlains: "Ice Plains"
    • Readonly icePlainsSpikes: "Ice Plains Spikes"
    • Readonly jungle: "Jungle"
    • Readonly jungleM: "Jungle M"
    • Readonly nether: "Hell"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/BRANCH-1.html b/docs/variables/BRANCH-1.html index acbaf1a..e788166 100644 --- a/docs/variables/BRANCH-1.html +++ b/docs/variables/BRANCH-1.html @@ -1 +1 @@ -BRANCH | gendustry-bee-lib

    Variable BRANCHConst

    BRANCH: {
        agrarian: "bees.agrarian";
        alloy: "bees.alloy";
        aquatic: "bees.aquatic";
        austere: "bees.austere";
        barren: "bees.barren";
        boggy: "bees.boggy";
        botania: "bees.botania";
        caustic: "bees.caustic";
        classical: "bees.classical";
        end: "bees.end";
        energetic: "bees.energetic";
        farming: "bees.farming";
        festive: "bees.festive";
        fossilized: "bees.fossilized";
        frozen: "bees.frozen";
        ftb: "bees.ftb";
        gemstone: "bees.gemstone";
        heroic: "bees.heroic";
        historic: "bees.historic";
        honey: "bees.honey";
        hostile: "bees.hostile";
        industrious: "bees.industrious";
        infernal: "bees.infernal";
        metallic: "bees.metallic2";
        mineral: "bees.mineral";
        monastic: "bees.monastic";
        noble: "bees.noble";
        nuclear: "bees.nuclear";
        patreon: "gendustry.patreon";
        precious: "bees.precious";
        primary: "bees.primary";
        quantum: "bees.quantum";
        refined: "bees.refined";
        rocky: "bees.rocky";
        rusty: "bees.metallic";
        saccharine: "bees.saccharine";
        secondary: "bees.secondary";
        shadow: "bees.shadow";
        tertiary: "bees.tertiary";
        tropical: "bees.tropical";
        vengeful: "bees.vengeful";
        virulent: "bees.virulent";
        viscous: "bees.viscous";
        volcanic: "bees.volcanic";
    } = ...

    Type declaration

    • Readonly agrarian: "bees.agrarian"
    • Readonly alloy: "bees.alloy"
    • Readonly aquatic: "bees.aquatic"
    • Readonly austere: "bees.austere"
    • Readonly barren: "bees.barren"
    • Readonly boggy: "bees.boggy"
    • Readonly botania: "bees.botania"
    • Readonly caustic: "bees.caustic"
    • Readonly classical: "bees.classical"
    • Readonly end: "bees.end"
    • Readonly energetic: "bees.energetic"
    • Readonly farming: "bees.farming"
    • Readonly festive: "bees.festive"
    • Readonly fossilized: "bees.fossilized"
    • Readonly frozen: "bees.frozen"
    • Readonly ftb: "bees.ftb"
    • Readonly gemstone: "bees.gemstone"
    • Readonly heroic: "bees.heroic"
    • Readonly historic: "bees.historic"
    • Readonly honey: "bees.honey"
    • Readonly hostile: "bees.hostile"
    • Readonly industrious: "bees.industrious"
    • Readonly infernal: "bees.infernal"
    • Readonly metallic: "bees.metallic2"
    • Readonly mineral: "bees.mineral"
    • Readonly monastic: "bees.monastic"
    • Readonly noble: "bees.noble"
    • Readonly nuclear: "bees.nuclear"
    • Readonly patreon: "gendustry.patreon"
    • Readonly precious: "bees.precious"
    • Readonly primary: "bees.primary"
    • Readonly quantum: "bees.quantum"
    • Readonly refined: "bees.refined"
    • Readonly rocky: "bees.rocky"
    • Readonly rusty: "bees.metallic"
    • Readonly saccharine: "bees.saccharine"
    • Readonly secondary: "bees.secondary"
    • Readonly shadow: "bees.shadow"
    • Readonly tertiary: "bees.tertiary"
    • Readonly tropical: "bees.tropical"
    • Readonly vengeful: "bees.vengeful"
    • Readonly virulent: "bees.virulent"
    • Readonly viscous: "bees.viscous"
    • Readonly volcanic: "bees.volcanic"

    Generated using TypeDoc

    \ No newline at end of file +BRANCH | gendustry-bee-lib

    Variable BRANCHConst

    BRANCH: {
        agrarian: "bees.agrarian";
        alloy: "bees.alloy";
        aquatic: "bees.aquatic";
        austere: "bees.austere";
        barren: "bees.barren";
        boggy: "bees.boggy";
        botania: "bees.botania";
        caustic: "bees.caustic";
        classical: "bees.classical";
        end: "bees.end";
        energetic: "bees.energetic";
        farming: "bees.farming";
        festive: "bees.festive";
        fossilized: "bees.fossilized";
        frozen: "bees.frozen";
        ftb: "bees.ftb";
        gemstone: "bees.gemstone";
        heroic: "bees.heroic";
        historic: "bees.historic";
        honey: "bees.honey";
        hostile: "bees.hostile";
        industrious: "bees.industrious";
        infernal: "bees.infernal";
        metallic: "bees.metallic2";
        mineral: "bees.mineral";
        monastic: "bees.monastic";
        noble: "bees.noble";
        nuclear: "bees.nuclear";
        patreon: "gendustry.patreon";
        precious: "bees.precious";
        primary: "bees.primary";
        quantum: "bees.quantum";
        refined: "bees.refined";
        rocky: "bees.rocky";
        rusty: "bees.metallic";
        saccharine: "bees.saccharine";
        secondary: "bees.secondary";
        shadow: "bees.shadow";
        tertiary: "bees.tertiary";
        tropical: "bees.tropical";
        vengeful: "bees.vengeful";
        virulent: "bees.virulent";
        viscous: "bees.viscous";
        volcanic: "bees.volcanic";
    } = ...

    Type declaration

    • Readonly agrarian: "bees.agrarian"
    • Readonly alloy: "bees.alloy"
    • Readonly aquatic: "bees.aquatic"
    • Readonly austere: "bees.austere"
    • Readonly barren: "bees.barren"
    • Readonly boggy: "bees.boggy"
    • Readonly botania: "bees.botania"
    • Readonly caustic: "bees.caustic"
    • Readonly classical: "bees.classical"
    • Readonly end: "bees.end"
    • Readonly energetic: "bees.energetic"
    • Readonly farming: "bees.farming"
    • Readonly festive: "bees.festive"
    • Readonly fossilized: "bees.fossilized"
    • Readonly frozen: "bees.frozen"
    • Readonly ftb: "bees.ftb"
    • Readonly gemstone: "bees.gemstone"
    • Readonly heroic: "bees.heroic"
    • Readonly historic: "bees.historic"
    • Readonly honey: "bees.honey"
    • Readonly hostile: "bees.hostile"
    • Readonly industrious: "bees.industrious"
    • Readonly infernal: "bees.infernal"
    • Readonly metallic: "bees.metallic2"
    • Readonly mineral: "bees.mineral"
    • Readonly monastic: "bees.monastic"
    • Readonly noble: "bees.noble"
    • Readonly nuclear: "bees.nuclear"
    • Readonly patreon: "gendustry.patreon"
    • Readonly precious: "bees.precious"
    • Readonly primary: "bees.primary"
    • Readonly quantum: "bees.quantum"
    • Readonly refined: "bees.refined"
    • Readonly rocky: "bees.rocky"
    • Readonly rusty: "bees.metallic"
    • Readonly saccharine: "bees.saccharine"
    • Readonly secondary: "bees.secondary"
    • Readonly shadow: "bees.shadow"
    • Readonly tertiary: "bees.tertiary"
    • Readonly tropical: "bees.tropical"
    • Readonly vengeful: "bees.vengeful"
    • Readonly virulent: "bees.virulent"
    • Readonly viscous: "bees.viscous"
    • Readonly volcanic: "bees.volcanic"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/EFFECT.html b/docs/variables/EFFECT.html index 8d4e141..7f13848 100644 --- a/docs/variables/EFFECT.html +++ b/docs/variables/EFFECT.html @@ -1,2 +1,2 @@ EFFECT | gendustry-bee-lib

    Variable EFFECTConst

    EFFECT: {
        acidic: "extrabees.effect.acid";
        aggressive: "forestry.effectAggressive";
        antigravity: "extrabees.effect.thief";
        beatific: "forestry.effectBeatific";
        birthday: "extrabees.effect.birthday";
        confusion: "extrabees.effect.confusion";
        creeper: "forestry.effectCreeper";
        creepers: "extrabees.effect.spawn_creeper";
        darkness: "extrabees.effect.blindness";
        drunkard: "forestry.effectDrunkard";
        ectoplasm: "extrabees.effect.ectoplasm";
        ends: "forestry.effectMisanthrope";
        explorer: "forestry.effectExploration";
        fertile: "forestry.effectFertile";
        festival: "extrabees.effect.festival";
        festive: "forestry.effectFestiveEaster";
        fireworks: "extrabees.effect.fireworks";
        flammable: "forestry.effectIgnition";
        freezing: "forestry.effectGlacial";
        gravity: "extrabees.effect.gravity";
        growth: "extrabees.effect.bonemeal_sapling";
        heroic: "forestry.effectHeroic";
        hunger: "extrabees.effect.hunger";
        lightning: "extrabees.effect.lightning";
        meteor: "extrabees.effect.meteor";
        mushroom: "extrabees.effect.bonemeal_mushroom";
        mycophilic: "forestry.effectMycophilic";
        none: "forestry.effectNone";
        nourishment: "extrabees.effect.food";
        poison: "forestry.effectMiasmic";
        power: "extrabees.effect.power";
        radioactive: "forestry.effectRadioactive";
        reanimation: "forestry.effectReanimation";
        repulsion: "forestry.effectRepulsion";
        resurrection: "forestry.effectResurrection";
        ripening: "extrabees.effect.bonemeal_fruit";
        skeletons: "extrabees.effect.spawn_skeleton";
        slowness: "extrabees.effect.slow";
        snow: "forestry.effectSnowing";
        teleport: "extrabees.effect.teleport";
        unstable: "extrabees.effect.radioactive";
        water: "extrabees.effect.water";
        wither: "extrabees.effect.wither";
        zombies: "extrabees.effect.spawn_zombie";
    } = ...

    Type declaration

    • Readonly acidic: "extrabees.effect.acid"
    • Readonly aggressive: "forestry.effectAggressive"
    • Readonly antigravity: "extrabees.effect.thief"
    • Readonly beatific: "forestry.effectBeatific"
    • Readonly birthday: "extrabees.effect.birthday"
    • Readonly confusion: "extrabees.effect.confusion"
    • Readonly creeper: "forestry.effectCreeper"
    • Readonly creepers: "extrabees.effect.spawn_creeper"
    • Readonly darkness: "extrabees.effect.blindness"
    • Readonly drunkard: "forestry.effectDrunkard"
    • Readonly ectoplasm: "extrabees.effect.ectoplasm"
    • Readonly ends: "forestry.effectMisanthrope"
    • Readonly explorer: "forestry.effectExploration"
    • Readonly fertile: "forestry.effectFertile"
    • Readonly festival: "extrabees.effect.festival"
    • Readonly festive: "forestry.effectFestiveEaster"
    • Readonly fireworks: "extrabees.effect.fireworks"
    • Readonly flammable: "forestry.effectIgnition"
    • Readonly freezing: "forestry.effectGlacial"
    • Readonly gravity: "extrabees.effect.gravity"
    • Readonly growth: "extrabees.effect.bonemeal_sapling"
    • Readonly heroic: "forestry.effectHeroic"
    • Readonly hunger: "extrabees.effect.hunger"
    • Readonly lightning: "extrabees.effect.lightning"
    • Readonly meteor: "extrabees.effect.meteor"
    • Readonly mushroom: "extrabees.effect.bonemeal_mushroom"
    • Readonly mycophilic: "forestry.effectMycophilic"
    • Readonly none: "forestry.effectNone"
    • Readonly nourishment: "extrabees.effect.food"
    • Readonly poison: "forestry.effectMiasmic"
    • Readonly power: "extrabees.effect.power"
    • Readonly radioactive: "forestry.effectRadioactive"
    • Readonly reanimation: "forestry.effectReanimation"
    • Readonly repulsion: "forestry.effectRepulsion"
    • Readonly resurrection: "forestry.effectResurrection"
    • Readonly ripening: "extrabees.effect.bonemeal_fruit"
    • Readonly skeletons: "extrabees.effect.spawn_skeleton"
    • Readonly slowness: "extrabees.effect.slow"
    • Readonly snow: "forestry.effectSnowing"
    • Readonly teleport: "extrabees.effect.teleport"
    • Readonly unstable: "extrabees.effect.radioactive"
    • Readonly water: "extrabees.effect.water"
    • Readonly wither: "extrabees.effect.wither"
    • Readonly zombies: "extrabees.effect.spawn_zombie"

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/FERTILITY.html b/docs/variables/FERTILITY.html index 252de2f..c7613c5 100644 --- a/docs/variables/FERTILITY.html +++ b/docs/variables/FERTILITY.html @@ -3,4 +3,4 @@
  • Readonly maximum: "forestry.fertilityMaximum"

    4x Drones

  • Readonly normal: "forestry.fertilityNormal"

    1x Drones

  • See

    Fertility - Feed The Beast Wiki

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/FLOWER-1.html b/docs/variables/FLOWER-1.html index 4c52414..a299d44 100644 --- a/docs/variables/FLOWER-1.html +++ b/docs/variables/FLOWER-1.html @@ -1,2 +1,2 @@ FLOWER | gendustry-bee-lib

    Variable FLOWERConst

    FLOWER: {
        books: "extrabees.flower.book";
        cacti: "forestry.flowersCacti";
        deadBush: "extrabees.flower.dead";
        end: "forestry.flowersEnd";
        flowers: "forestry.flowersVanilla";
        fruit: "extrabees.flower.fruit";
        gourds: "forestry.flowersGourd";
        jungle: "forestry.flowersJungle";
        leaves: "extrabees.flower.leaves";
        lilyPad: "extrabees.flower.water";
        mushroom: "forestry.flowersMushrooms";
        mystical: "extrabees.flower.mystical";
        nether: "forestry.flowersNether";
        redstone: "extrabees.flower.redstone";
        reeds: "extrabees.flower.sugar";
        rocks: "extrabees.flower.rock";
        saplings: "extrabees.flower.sapling";
        snow: "forestry.flowersSnow";
        wheat: "forestry.flowersWheat";
        wood: "extrabees.flower.wood";
    } = ...

    Type declaration

    • Readonly books: "extrabees.flower.book"
    • Readonly cacti: "forestry.flowersCacti"
    • Readonly deadBush: "extrabees.flower.dead"
    • Readonly end: "forestry.flowersEnd"
    • Readonly flowers: "forestry.flowersVanilla"
    • Readonly fruit: "extrabees.flower.fruit"
    • Readonly gourds: "forestry.flowersGourd"
    • Readonly jungle: "forestry.flowersJungle"
    • Readonly leaves: "extrabees.flower.leaves"
    • Readonly lilyPad: "extrabees.flower.water"
    • Readonly mushroom: "forestry.flowersMushrooms"
    • Readonly mystical: "extrabees.flower.mystical"
    • Readonly nether: "forestry.flowersNether"
    • Readonly redstone: "extrabees.flower.redstone"
    • Readonly reeds: "extrabees.flower.sugar"
    • Readonly rocks: "extrabees.flower.rock"
    • Readonly saplings: "extrabees.flower.sapling"
    • Readonly snow: "forestry.flowersSnow"
    • Readonly wheat: "forestry.flowersWheat"
    • Readonly wood: "extrabees.flower.wood"

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/HUMIDITY.html b/docs/variables/HUMIDITY.html index 69f2fb4..b8278d7 100644 --- a/docs/variables/HUMIDITY.html +++ b/docs/variables/HUMIDITY.html @@ -1 +1 @@ -HUMIDITY | gendustry-bee-lib

    Variable HUMIDITYConst

    HUMIDITY: {
        arid: "Arid";
        damp: "Damp";
        normal: "Normal";
    } = ...

    Type declaration

    • Readonly arid: "Arid"
    • Readonly damp: "Damp"
    • Readonly normal: "Normal"

    Generated using TypeDoc

    \ No newline at end of file +HUMIDITY | gendustry-bee-lib

    Variable HUMIDITYConst

    HUMIDITY: {
        arid: "Arid";
        damp: "Damp";
        normal: "Normal";
    } = ...

    Type declaration

    • Readonly arid: "Arid"
    • Readonly damp: "Damp"
    • Readonly normal: "Normal"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/LIFESPAN.html b/docs/variables/LIFESPAN.html index 8746b31..952faac 100644 --- a/docs/variables/LIFESPAN.html +++ b/docs/variables/LIFESPAN.html @@ -9,4 +9,4 @@
  • Readonly shorter: "forestry.lifespanShorter"

    20 (9:10)

  • Readonly shortest: "forestry.lifespanShortest"

    10 (4:35)

  • See

    Lifespan - Feed The Beast Wiki

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/POLLINATION.html b/docs/variables/POLLINATION.html index 71d5d21..47c53ae 100644 --- a/docs/variables/POLLINATION.html +++ b/docs/variables/POLLINATION.html @@ -16,4 +16,4 @@
  • Readonly slower: "forestry.floweringSlower"

    Slower (10%)

  • Readonly slowest: "forestry.floweringSlowest"

    Slowest (5%)

  • See

    Pollination - Feed The Beast Wiki

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/SPECIES.html b/docs/variables/SPECIES.html index 9014d71..d584414 100644 --- a/docs/variables/SPECIES.html +++ b/docs/variables/SPECIES.html @@ -1 +1 @@ -SPECIES | gendustry-bee-lib

    Variable SPECIESConst

    SPECIES: {
        abnormal: "extrabees.species.unusual";
        absolute: "extrabees.species.freezing";
        abyssal: "extrabees.species.abyss";
        acidic: "extrabees.species.acidic";
        agrarian: "forestry.speciesAgrarian";
        amber: "extrabees.species.orange";
        ancient: "extrabees.species.ancient";
        arid: "extrabees.species.arid";
        ashen: "extrabees.species.lightgray";
        austere: "forestry.speciesAustere";
        avenging: "forestry.speciesAvenging";
        azure: "extrabees.species.lightblue";
        barren: "extrabees.species.barren";
        bleached: "extrabees.species.white";
        blooming: "extrabees.species.blooming";
        blutonium: "extrabees.species.blutonium";
        boggy: "forestry.speciesBoggy";
        bovine: "extrabees.species.milk";
        caffeinated: "extrabees.species.coffee";
        caustic: "extrabees.species.caustic";
        celebratory: "extrabees.species.celebratory";
        common: "forestry.speciesCommon";
        corroded: "extrabees.species.copper";
        corrosive: "extrabees.species.corrosive";
        creepy: "extrabees.species.creeper";
        cultivated: "forestry.speciesCultivated";
        cyanite: "extrabees.species.cyanite";
        damp: "extrabees.species.swamp";
        darkened: "extrabees.species.darkened";
        decaying: "extrabees.species.rotten";
        decomposing: "extrabees.species.decomposing";
        demonic: "forestry.speciesDemonic";
        desolate: "extrabees.species.desolate";
        diamond: "extrabees.species.diamond";
        diligent: "forestry.speciesDiligent";
        distilled: "extrabees.species.distilled";
        ebony: "extrabees.species.black";
        ecstatic: "extrabees.species.ecstatic";
        edenic: "forestry.speciesEdenic";
        elastic: "extrabees.species.latex";
        embittered: "extrabees.species.basalt";
        emerald: "extrabees.species.emerald";
        ender: "forestry.speciesEnded";
        energetic: "extrabees.species.energetic";
        excited: "extrabees.species.excited";
        exotic: "forestry.speciesExotic";
        farmed: "extrabees.species.farm";
        farmerly: "forestry.speciesFarmerly";
        fermented: "extrabees.species.alcohol";
        fiendish: "forestry.speciesFiendish";
        forest: "forestry.speciesForest";
        fossilised: "extrabees.species.coal";
        frigid: "extrabees.species.artic";
        frugal: "forestry.speciesFrugal";
        fruity: "extrabees.species.fruit";
        fuchsia: "extrabees.species.magenta";
        fungal: "extrabees.species.fungal";
        furious: "extrabees.species.tempered";
        galvanized: "extrabees.species.zinc";
        glacial: "forestry.speciesGlacial";
        glittering: "extrabees.species.gold";
        glowering: "extrabees.species.glowstone";
        glutinous: "extrabees.species.glutinous";
        gnawing: "extrabees.species.gnawing";
        growing: "extrabees.species.growing";
        hazardous: "extrabees.species.hazardous";
        hermitic: "forestry.speciesHermitic";
        heroic: "forestry.speciesHeroic";
        icy: "forestry.speciesIcy";
        imperial: "forestry.speciesImperial";
        impregnable: "extrabees.species.titanium";
        indigo: "extrabees.species.purple";
        industrious: "forestry.speciesIndustrious";
        infectious: "extrabees.species.infectious";
        invincible: "extrabees.species.tungstate";
        jaded: "extrabees.species.jaded";
        lapis: "extrabees.species.lapis";
        lavender: "extrabees.species.pink";
        leaden: "extrabees.species.lead";
        leporine: "forestry.speciesLeporine";
        lime: "extrabees.species.limegreen";
        lustered: "extrabees.species.nickel";
        majestic: "forestry.speciesMajestic";
        malicious: "extrabees.species.malicious";
        maroon: "extrabees.species.red";
        marshy: "forestry.speciesMarshy";
        meadows: "forestry.speciesMeadows";
        merry: "forestry.speciesMerry";
        miry: "forestry.speciesMiry";
        modest: "forestry.speciesModest";
        monastic: "forestry.speciesMonastic";
        mystical: "extrabees.species.mystical";
        natural: "extrabees.species.green";
        noble: "forestry.speciesNoble";
        nuclear: "extrabees.species.nuclear";
        ocean: "extrabees.species.ocean";
        oily: "extrabees.species.oil";
        phantasmal: "forestry.speciesPhantasmal";
        prehistoric: "extrabees.species.prehistoric";
        primeval: "extrabees.species.primeval";
        prussian: "extrabees.species.blue";
        quantum: "extrabees.species.quantum";
        radioactive: "extrabees.species.radioactive";
        refined: "extrabees.species.fuel";
        relic: "extrabees.species.relic";
        resilient: "extrabees.species.mineral";
        resinous: "extrabees.species.resin";
        ripening: "extrabees.species.ripening";
        river: "extrabees.species.river";
        robust: "extrabees.species.granite";
        rocky: "extrabees.species.rock";
        ruby: "extrabees.species.ruby";
        rural: "forestry.speciesRural";
        rusty: "extrabees.species.iron";
        saffron: "extrabees.species.yellow";
        sapphire: "extrabees.species.sapphire";
        secluded: "forestry.speciesSecluded";
        sepia: "extrabees.species.brown";
        shadowed: "extrabees.species.shadow";
        shining: "extrabees.species.silver";
        sinister: "forestry.speciesSinister";
        skeletal: "extrabees.species.bone";
        slate: "extrabees.species.gray";
        sodden: "extrabees.species.boggy";
        spatial: "extrabees.species.spatial";
        spectral: "forestry.speciesSpectral";
        stained: "extrabees.species.ink";
        steadfast: "forestry.speciesSteadfast";
        sticky: "extrabees.species.sticky";
        sugary: "extrabees.species.sugar";
        sweetened: "extrabees.species.sweet";
        tarnished: "extrabees.species.tin";
        tarry: "extrabees.species.creosote";
        thriving: "extrabees.species.thriving";
        tipsy: "forestry.speciesTipsy";
        tolerant: "extrabees.species.stone";
        tricky: "forestry.speciesTricky";
        tropical: "forestry.speciesTropical";
        turquoise: "extrabees.species.cyan";
        unstable: "extrabees.species.unstable";
        unweary: "forestry.speciesUnweary";
        valiant: "forestry.speciesValiant";
        valuable: "extrabees.species.platinum";
        vengeful: "forestry.speciesVengeful";
        vindictive: "forestry.speciesVindictive";
        virulent: "extrabees.species.virulent";
        viscous: "extrabees.species.viscous";
        volcanic: "extrabees.species.volcanic";
        water: "extrabees.species.water";
        wintry: "forestry.speciesWintry";
        yellorium: "extrabees.species.yellorium";
    } = ...

    Type declaration

    • Readonly abnormal: "extrabees.species.unusual"
    • Readonly absolute: "extrabees.species.freezing"
    • Readonly abyssal: "extrabees.species.abyss"
    • Readonly acidic: "extrabees.species.acidic"
    • Readonly agrarian: "forestry.speciesAgrarian"
    • Readonly amber: "extrabees.species.orange"
    • Readonly ancient: "extrabees.species.ancient"
    • Readonly arid: "extrabees.species.arid"
    • Readonly ashen: "extrabees.species.lightgray"
    • Readonly austere: "forestry.speciesAustere"
    • Readonly avenging: "forestry.speciesAvenging"
    • Readonly azure: "extrabees.species.lightblue"
    • Readonly barren: "extrabees.species.barren"
    • Readonly bleached: "extrabees.species.white"
    • Readonly blooming: "extrabees.species.blooming"
    • Readonly blutonium: "extrabees.species.blutonium"
    • Readonly boggy: "forestry.speciesBoggy"
    • Readonly bovine: "extrabees.species.milk"
    • Readonly caffeinated: "extrabees.species.coffee"
    • Readonly caustic: "extrabees.species.caustic"
    • Readonly celebratory: "extrabees.species.celebratory"
    • Readonly common: "forestry.speciesCommon"
    • Readonly corroded: "extrabees.species.copper"
    • Readonly corrosive: "extrabees.species.corrosive"
    • Readonly creepy: "extrabees.species.creeper"
    • Readonly cultivated: "forestry.speciesCultivated"
    • Readonly cyanite: "extrabees.species.cyanite"
    • Readonly damp: "extrabees.species.swamp"
    • Readonly darkened: "extrabees.species.darkened"
    • Readonly decaying: "extrabees.species.rotten"
    • Readonly decomposing: "extrabees.species.decomposing"
    • Readonly demonic: "forestry.speciesDemonic"
    • Readonly desolate: "extrabees.species.desolate"
    • Readonly diamond: "extrabees.species.diamond"
    • Readonly diligent: "forestry.speciesDiligent"
    • Readonly distilled: "extrabees.species.distilled"
    • Readonly ebony: "extrabees.species.black"
    • Readonly ecstatic: "extrabees.species.ecstatic"
    • Readonly edenic: "forestry.speciesEdenic"
    • Readonly elastic: "extrabees.species.latex"
    • Readonly embittered: "extrabees.species.basalt"
    • Readonly emerald: "extrabees.species.emerald"
    • Readonly ender: "forestry.speciesEnded"
    • Readonly energetic: "extrabees.species.energetic"
    • Readonly excited: "extrabees.species.excited"
    • Readonly exotic: "forestry.speciesExotic"
    • Readonly farmed: "extrabees.species.farm"
    • Readonly farmerly: "forestry.speciesFarmerly"
    • Readonly fermented: "extrabees.species.alcohol"
    • Readonly fiendish: "forestry.speciesFiendish"
    • Readonly forest: "forestry.speciesForest"
    • Readonly fossilised: "extrabees.species.coal"
    • Readonly frigid: "extrabees.species.artic"
    • Readonly frugal: "forestry.speciesFrugal"
    • Readonly fruity: "extrabees.species.fruit"
    • Readonly fuchsia: "extrabees.species.magenta"
    • Readonly fungal: "extrabees.species.fungal"
    • Readonly furious: "extrabees.species.tempered"
    • Readonly galvanized: "extrabees.species.zinc"
    • Readonly glacial: "forestry.speciesGlacial"
    • Readonly glittering: "extrabees.species.gold"
    • Readonly glowering: "extrabees.species.glowstone"
    • Readonly glutinous: "extrabees.species.glutinous"
    • Readonly gnawing: "extrabees.species.gnawing"
    • Readonly growing: "extrabees.species.growing"
    • Readonly hazardous: "extrabees.species.hazardous"
    • Readonly hermitic: "forestry.speciesHermitic"
    • Readonly heroic: "forestry.speciesHeroic"
    • Readonly icy: "forestry.speciesIcy"
    • Readonly imperial: "forestry.speciesImperial"
    • Readonly impregnable: "extrabees.species.titanium"
    • Readonly indigo: "extrabees.species.purple"
    • Readonly industrious: "forestry.speciesIndustrious"
    • Readonly infectious: "extrabees.species.infectious"
    • Readonly invincible: "extrabees.species.tungstate"
    • Readonly jaded: "extrabees.species.jaded"
    • Readonly lapis: "extrabees.species.lapis"
    • Readonly lavender: "extrabees.species.pink"
    • Readonly leaden: "extrabees.species.lead"
    • Readonly leporine: "forestry.speciesLeporine"
    • Readonly lime: "extrabees.species.limegreen"
    • Readonly lustered: "extrabees.species.nickel"
    • Readonly majestic: "forestry.speciesMajestic"
    • Readonly malicious: "extrabees.species.malicious"
    • Readonly maroon: "extrabees.species.red"
    • Readonly marshy: "forestry.speciesMarshy"
    • Readonly meadows: "forestry.speciesMeadows"
    • Readonly merry: "forestry.speciesMerry"
    • Readonly miry: "forestry.speciesMiry"
    • Readonly modest: "forestry.speciesModest"
    • Readonly monastic: "forestry.speciesMonastic"
    • Readonly mystical: "extrabees.species.mystical"
    • Readonly natural: "extrabees.species.green"
    • Readonly noble: "forestry.speciesNoble"
    • Readonly nuclear: "extrabees.species.nuclear"
    • Readonly ocean: "extrabees.species.ocean"
    • Readonly oily: "extrabees.species.oil"
    • Readonly phantasmal: "forestry.speciesPhantasmal"
    • Readonly prehistoric: "extrabees.species.prehistoric"
    • Readonly primeval: "extrabees.species.primeval"
    • Readonly prussian: "extrabees.species.blue"
    • Readonly quantum: "extrabees.species.quantum"
    • Readonly radioactive: "extrabees.species.radioactive"
    • Readonly refined: "extrabees.species.fuel"
    • Readonly relic: "extrabees.species.relic"
    • Readonly resilient: "extrabees.species.mineral"
    • Readonly resinous: "extrabees.species.resin"
    • Readonly ripening: "extrabees.species.ripening"
    • Readonly river: "extrabees.species.river"
    • Readonly robust: "extrabees.species.granite"
    • Readonly rocky: "extrabees.species.rock"
    • Readonly ruby: "extrabees.species.ruby"
    • Readonly rural: "forestry.speciesRural"
    • Readonly rusty: "extrabees.species.iron"
    • Readonly saffron: "extrabees.species.yellow"
    • Readonly sapphire: "extrabees.species.sapphire"
    • Readonly secluded: "forestry.speciesSecluded"
    • Readonly sepia: "extrabees.species.brown"
    • Readonly shadowed: "extrabees.species.shadow"
    • Readonly shining: "extrabees.species.silver"
    • Readonly sinister: "forestry.speciesSinister"
    • Readonly skeletal: "extrabees.species.bone"
    • Readonly slate: "extrabees.species.gray"
    • Readonly sodden: "extrabees.species.boggy"
    • Readonly spatial: "extrabees.species.spatial"
    • Readonly spectral: "forestry.speciesSpectral"
    • Readonly stained: "extrabees.species.ink"
    • Readonly steadfast: "forestry.speciesSteadfast"
    • Readonly sticky: "extrabees.species.sticky"
    • Readonly sugary: "extrabees.species.sugar"
    • Readonly sweetened: "extrabees.species.sweet"
    • Readonly tarnished: "extrabees.species.tin"
    • Readonly tarry: "extrabees.species.creosote"
    • Readonly thriving: "extrabees.species.thriving"
    • Readonly tipsy: "forestry.speciesTipsy"
    • Readonly tolerant: "extrabees.species.stone"
    • Readonly tricky: "forestry.speciesTricky"
    • Readonly tropical: "forestry.speciesTropical"
    • Readonly turquoise: "extrabees.species.cyan"
    • Readonly unstable: "extrabees.species.unstable"
    • Readonly unweary: "forestry.speciesUnweary"
    • Readonly valiant: "forestry.speciesValiant"
    • Readonly valuable: "extrabees.species.platinum"
    • Readonly vengeful: "forestry.speciesVengeful"
    • Readonly vindictive: "forestry.speciesVindictive"
    • Readonly virulent: "extrabees.species.virulent"
    • Readonly viscous: "extrabees.species.viscous"
    • Readonly volcanic: "extrabees.species.volcanic"
    • Readonly water: "extrabees.species.water"
    • Readonly wintry: "forestry.speciesWintry"
    • Readonly yellorium: "extrabees.species.yellorium"

    Generated using TypeDoc

    \ No newline at end of file +SPECIES | gendustry-bee-lib

    Variable SPECIESConst

    SPECIES: {
        abnormal: "extrabees.species.unusual";
        absolute: "extrabees.species.freezing";
        abyssal: "extrabees.species.abyss";
        acidic: "extrabees.species.acidic";
        agrarian: "forestry.speciesAgrarian";
        amber: "extrabees.species.orange";
        ancient: "extrabees.species.ancient";
        arid: "extrabees.species.arid";
        ashen: "extrabees.species.lightgray";
        austere: "forestry.speciesAustere";
        avenging: "forestry.speciesAvenging";
        azure: "extrabees.species.lightblue";
        barren: "extrabees.species.barren";
        bleached: "extrabees.species.white";
        blooming: "extrabees.species.blooming";
        blutonium: "extrabees.species.blutonium";
        boggy: "forestry.speciesBoggy";
        bovine: "extrabees.species.milk";
        caffeinated: "extrabees.species.coffee";
        caustic: "extrabees.species.caustic";
        celebratory: "extrabees.species.celebratory";
        common: "forestry.speciesCommon";
        corroded: "extrabees.species.copper";
        corrosive: "extrabees.species.corrosive";
        creepy: "extrabees.species.creeper";
        cultivated: "forestry.speciesCultivated";
        cyanite: "extrabees.species.cyanite";
        damp: "extrabees.species.swamp";
        darkened: "extrabees.species.darkened";
        decaying: "extrabees.species.rotten";
        decomposing: "extrabees.species.decomposing";
        demonic: "forestry.speciesDemonic";
        desolate: "extrabees.species.desolate";
        diamond: "extrabees.species.diamond";
        diligent: "forestry.speciesDiligent";
        distilled: "extrabees.species.distilled";
        ebony: "extrabees.species.black";
        ecstatic: "extrabees.species.ecstatic";
        edenic: "forestry.speciesEdenic";
        elastic: "extrabees.species.latex";
        embittered: "extrabees.species.basalt";
        emerald: "extrabees.species.emerald";
        ender: "forestry.speciesEnded";
        energetic: "extrabees.species.energetic";
        excited: "extrabees.species.excited";
        exotic: "forestry.speciesExotic";
        farmed: "extrabees.species.farm";
        farmerly: "forestry.speciesFarmerly";
        fermented: "extrabees.species.alcohol";
        fiendish: "forestry.speciesFiendish";
        forest: "forestry.speciesForest";
        fossilised: "extrabees.species.coal";
        frigid: "extrabees.species.artic";
        frugal: "forestry.speciesFrugal";
        fruity: "extrabees.species.fruit";
        fuchsia: "extrabees.species.magenta";
        fungal: "extrabees.species.fungal";
        furious: "extrabees.species.tempered";
        galvanized: "extrabees.species.zinc";
        glacial: "forestry.speciesGlacial";
        glittering: "extrabees.species.gold";
        glowering: "extrabees.species.glowstone";
        glutinous: "extrabees.species.glutinous";
        gnawing: "extrabees.species.gnawing";
        growing: "extrabees.species.growing";
        hazardous: "extrabees.species.hazardous";
        hermitic: "forestry.speciesHermitic";
        heroic: "forestry.speciesHeroic";
        icy: "forestry.speciesIcy";
        imperial: "forestry.speciesImperial";
        impregnable: "extrabees.species.titanium";
        indigo: "extrabees.species.purple";
        industrious: "forestry.speciesIndustrious";
        infectious: "extrabees.species.infectious";
        invincible: "extrabees.species.tungstate";
        jaded: "extrabees.species.jaded";
        lapis: "extrabees.species.lapis";
        lavender: "extrabees.species.pink";
        leaden: "extrabees.species.lead";
        leporine: "forestry.speciesLeporine";
        lime: "extrabees.species.limegreen";
        lustered: "extrabees.species.nickel";
        majestic: "forestry.speciesMajestic";
        malicious: "extrabees.species.malicious";
        maroon: "extrabees.species.red";
        marshy: "forestry.speciesMarshy";
        meadows: "forestry.speciesMeadows";
        merry: "forestry.speciesMerry";
        miry: "forestry.speciesMiry";
        modest: "forestry.speciesModest";
        monastic: "forestry.speciesMonastic";
        mystical: "extrabees.species.mystical";
        natural: "extrabees.species.green";
        noble: "forestry.speciesNoble";
        nuclear: "extrabees.species.nuclear";
        ocean: "extrabees.species.ocean";
        oily: "extrabees.species.oil";
        phantasmal: "forestry.speciesPhantasmal";
        prehistoric: "extrabees.species.prehistoric";
        primeval: "extrabees.species.primeval";
        prussian: "extrabees.species.blue";
        quantum: "extrabees.species.quantum";
        radioactive: "extrabees.species.radioactive";
        refined: "extrabees.species.fuel";
        relic: "extrabees.species.relic";
        resilient: "extrabees.species.mineral";
        resinous: "extrabees.species.resin";
        ripening: "extrabees.species.ripening";
        river: "extrabees.species.river";
        robust: "extrabees.species.granite";
        rocky: "extrabees.species.rock";
        ruby: "extrabees.species.ruby";
        rural: "forestry.speciesRural";
        rusty: "extrabees.species.iron";
        saffron: "extrabees.species.yellow";
        sapphire: "extrabees.species.sapphire";
        secluded: "forestry.speciesSecluded";
        sepia: "extrabees.species.brown";
        shadowed: "extrabees.species.shadow";
        shining: "extrabees.species.silver";
        sinister: "forestry.speciesSinister";
        skeletal: "extrabees.species.bone";
        slate: "extrabees.species.gray";
        sodden: "extrabees.species.boggy";
        spatial: "extrabees.species.spatial";
        spectral: "forestry.speciesSpectral";
        stained: "extrabees.species.ink";
        steadfast: "forestry.speciesSteadfast";
        sticky: "extrabees.species.sticky";
        sugary: "extrabees.species.sugar";
        sweetened: "extrabees.species.sweet";
        tarnished: "extrabees.species.tin";
        tarry: "extrabees.species.creosote";
        thriving: "extrabees.species.thriving";
        tipsy: "forestry.speciesTipsy";
        tolerant: "extrabees.species.stone";
        tricky: "forestry.speciesTricky";
        tropical: "forestry.speciesTropical";
        turquoise: "extrabees.species.cyan";
        unstable: "extrabees.species.unstable";
        unweary: "forestry.speciesUnweary";
        valiant: "forestry.speciesValiant";
        valuable: "extrabees.species.platinum";
        vengeful: "forestry.speciesVengeful";
        vindictive: "forestry.speciesVindictive";
        virulent: "extrabees.species.virulent";
        viscous: "extrabees.species.viscous";
        volcanic: "extrabees.species.volcanic";
        water: "extrabees.species.water";
        wintry: "forestry.speciesWintry";
        yellorium: "extrabees.species.yellorium";
    } = ...

    Type declaration

    • Readonly abnormal: "extrabees.species.unusual"
    • Readonly absolute: "extrabees.species.freezing"
    • Readonly abyssal: "extrabees.species.abyss"
    • Readonly acidic: "extrabees.species.acidic"
    • Readonly agrarian: "forestry.speciesAgrarian"
    • Readonly amber: "extrabees.species.orange"
    • Readonly ancient: "extrabees.species.ancient"
    • Readonly arid: "extrabees.species.arid"
    • Readonly ashen: "extrabees.species.lightgray"
    • Readonly austere: "forestry.speciesAustere"
    • Readonly avenging: "forestry.speciesAvenging"
    • Readonly azure: "extrabees.species.lightblue"
    • Readonly barren: "extrabees.species.barren"
    • Readonly bleached: "extrabees.species.white"
    • Readonly blooming: "extrabees.species.blooming"
    • Readonly blutonium: "extrabees.species.blutonium"
    • Readonly boggy: "forestry.speciesBoggy"
    • Readonly bovine: "extrabees.species.milk"
    • Readonly caffeinated: "extrabees.species.coffee"
    • Readonly caustic: "extrabees.species.caustic"
    • Readonly celebratory: "extrabees.species.celebratory"
    • Readonly common: "forestry.speciesCommon"
    • Readonly corroded: "extrabees.species.copper"
    • Readonly corrosive: "extrabees.species.corrosive"
    • Readonly creepy: "extrabees.species.creeper"
    • Readonly cultivated: "forestry.speciesCultivated"
    • Readonly cyanite: "extrabees.species.cyanite"
    • Readonly damp: "extrabees.species.swamp"
    • Readonly darkened: "extrabees.species.darkened"
    • Readonly decaying: "extrabees.species.rotten"
    • Readonly decomposing: "extrabees.species.decomposing"
    • Readonly demonic: "forestry.speciesDemonic"
    • Readonly desolate: "extrabees.species.desolate"
    • Readonly diamond: "extrabees.species.diamond"
    • Readonly diligent: "forestry.speciesDiligent"
    • Readonly distilled: "extrabees.species.distilled"
    • Readonly ebony: "extrabees.species.black"
    • Readonly ecstatic: "extrabees.species.ecstatic"
    • Readonly edenic: "forestry.speciesEdenic"
    • Readonly elastic: "extrabees.species.latex"
    • Readonly embittered: "extrabees.species.basalt"
    • Readonly emerald: "extrabees.species.emerald"
    • Readonly ender: "forestry.speciesEnded"
    • Readonly energetic: "extrabees.species.energetic"
    • Readonly excited: "extrabees.species.excited"
    • Readonly exotic: "forestry.speciesExotic"
    • Readonly farmed: "extrabees.species.farm"
    • Readonly farmerly: "forestry.speciesFarmerly"
    • Readonly fermented: "extrabees.species.alcohol"
    • Readonly fiendish: "forestry.speciesFiendish"
    • Readonly forest: "forestry.speciesForest"
    • Readonly fossilised: "extrabees.species.coal"
    • Readonly frigid: "extrabees.species.artic"
    • Readonly frugal: "forestry.speciesFrugal"
    • Readonly fruity: "extrabees.species.fruit"
    • Readonly fuchsia: "extrabees.species.magenta"
    • Readonly fungal: "extrabees.species.fungal"
    • Readonly furious: "extrabees.species.tempered"
    • Readonly galvanized: "extrabees.species.zinc"
    • Readonly glacial: "forestry.speciesGlacial"
    • Readonly glittering: "extrabees.species.gold"
    • Readonly glowering: "extrabees.species.glowstone"
    • Readonly glutinous: "extrabees.species.glutinous"
    • Readonly gnawing: "extrabees.species.gnawing"
    • Readonly growing: "extrabees.species.growing"
    • Readonly hazardous: "extrabees.species.hazardous"
    • Readonly hermitic: "forestry.speciesHermitic"
    • Readonly heroic: "forestry.speciesHeroic"
    • Readonly icy: "forestry.speciesIcy"
    • Readonly imperial: "forestry.speciesImperial"
    • Readonly impregnable: "extrabees.species.titanium"
    • Readonly indigo: "extrabees.species.purple"
    • Readonly industrious: "forestry.speciesIndustrious"
    • Readonly infectious: "extrabees.species.infectious"
    • Readonly invincible: "extrabees.species.tungstate"
    • Readonly jaded: "extrabees.species.jaded"
    • Readonly lapis: "extrabees.species.lapis"
    • Readonly lavender: "extrabees.species.pink"
    • Readonly leaden: "extrabees.species.lead"
    • Readonly leporine: "forestry.speciesLeporine"
    • Readonly lime: "extrabees.species.limegreen"
    • Readonly lustered: "extrabees.species.nickel"
    • Readonly majestic: "forestry.speciesMajestic"
    • Readonly malicious: "extrabees.species.malicious"
    • Readonly maroon: "extrabees.species.red"
    • Readonly marshy: "forestry.speciesMarshy"
    • Readonly meadows: "forestry.speciesMeadows"
    • Readonly merry: "forestry.speciesMerry"
    • Readonly miry: "forestry.speciesMiry"
    • Readonly modest: "forestry.speciesModest"
    • Readonly monastic: "forestry.speciesMonastic"
    • Readonly mystical: "extrabees.species.mystical"
    • Readonly natural: "extrabees.species.green"
    • Readonly noble: "forestry.speciesNoble"
    • Readonly nuclear: "extrabees.species.nuclear"
    • Readonly ocean: "extrabees.species.ocean"
    • Readonly oily: "extrabees.species.oil"
    • Readonly phantasmal: "forestry.speciesPhantasmal"
    • Readonly prehistoric: "extrabees.species.prehistoric"
    • Readonly primeval: "extrabees.species.primeval"
    • Readonly prussian: "extrabees.species.blue"
    • Readonly quantum: "extrabees.species.quantum"
    • Readonly radioactive: "extrabees.species.radioactive"
    • Readonly refined: "extrabees.species.fuel"
    • Readonly relic: "extrabees.species.relic"
    • Readonly resilient: "extrabees.species.mineral"
    • Readonly resinous: "extrabees.species.resin"
    • Readonly ripening: "extrabees.species.ripening"
    • Readonly river: "extrabees.species.river"
    • Readonly robust: "extrabees.species.granite"
    • Readonly rocky: "extrabees.species.rock"
    • Readonly ruby: "extrabees.species.ruby"
    • Readonly rural: "forestry.speciesRural"
    • Readonly rusty: "extrabees.species.iron"
    • Readonly saffron: "extrabees.species.yellow"
    • Readonly sapphire: "extrabees.species.sapphire"
    • Readonly secluded: "forestry.speciesSecluded"
    • Readonly sepia: "extrabees.species.brown"
    • Readonly shadowed: "extrabees.species.shadow"
    • Readonly shining: "extrabees.species.silver"
    • Readonly sinister: "forestry.speciesSinister"
    • Readonly skeletal: "extrabees.species.bone"
    • Readonly slate: "extrabees.species.gray"
    • Readonly sodden: "extrabees.species.boggy"
    • Readonly spatial: "extrabees.species.spatial"
    • Readonly spectral: "forestry.speciesSpectral"
    • Readonly stained: "extrabees.species.ink"
    • Readonly steadfast: "forestry.speciesSteadfast"
    • Readonly sticky: "extrabees.species.sticky"
    • Readonly sugary: "extrabees.species.sugar"
    • Readonly sweetened: "extrabees.species.sweet"
    • Readonly tarnished: "extrabees.species.tin"
    • Readonly tarry: "extrabees.species.creosote"
    • Readonly thriving: "extrabees.species.thriving"
    • Readonly tipsy: "forestry.speciesTipsy"
    • Readonly tolerant: "extrabees.species.stone"
    • Readonly tricky: "forestry.speciesTricky"
    • Readonly tropical: "forestry.speciesTropical"
    • Readonly turquoise: "extrabees.species.cyan"
    • Readonly unstable: "extrabees.species.unstable"
    • Readonly unweary: "forestry.speciesUnweary"
    • Readonly valiant: "forestry.speciesValiant"
    • Readonly valuable: "extrabees.species.platinum"
    • Readonly vengeful: "forestry.speciesVengeful"
    • Readonly vindictive: "forestry.speciesVindictive"
    • Readonly virulent: "extrabees.species.virulent"
    • Readonly viscous: "extrabees.species.viscous"
    • Readonly volcanic: "extrabees.species.volcanic"
    • Readonly water: "extrabees.species.water"
    • Readonly wintry: "forestry.speciesWintry"
    • Readonly yellorium: "extrabees.species.yellorium"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/SPEED.html b/docs/variables/SPEED.html index a51a89c..83de84d 100644 --- a/docs/variables/SPEED.html +++ b/docs/variables/SPEED.html @@ -47,4 +47,4 @@
  • Readonly slower: "forestry.speedSlower"

    -40%

  • Readonly slowest: "forestry.speedSlowest"

    -70%

  • See

    Speed - Feed The Beast Wiki

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/TEMPERATURE.html b/docs/variables/TEMPERATURE.html index 9d9d93e..48c9208 100644 --- a/docs/variables/TEMPERATURE.html +++ b/docs/variables/TEMPERATURE.html @@ -1 +1 @@ -TEMPERATURE | gendustry-bee-lib

    Variable TEMPERATUREConst

    TEMPERATURE: {
        cold: "Cold";
        hellish: "Hellish";
        hot: "Hot";
        icy: "Icy";
        none: "None";
        normal: "Nomal";
        warm: "Warm";
    } = ...

    Type declaration

    • Readonly cold: "Cold"
    • Readonly hellish: "Hellish"
    • Readonly hot: "Hot"
    • Readonly icy: "Icy"
    • Readonly none: "None"
    • Readonly normal: "Nomal"
    • Readonly warm: "Warm"

    Generated using TypeDoc

    \ No newline at end of file +TEMPERATURE | gendustry-bee-lib

    Variable TEMPERATUREConst

    TEMPERATURE: {
        cold: "Cold";
        hellish: "Hellish";
        hot: "Hot";
        icy: "Icy";
        none: "None";
        normal: "Nomal";
        warm: "Warm";
    } = ...

    Type declaration

    • Readonly cold: "Cold"
    • Readonly hellish: "Hellish"
    • Readonly hot: "Hot"
    • Readonly icy: "Icy"
    • Readonly none: "None"
    • Readonly normal: "Nomal"
    • Readonly warm: "Warm"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/TERRITORY.html b/docs/variables/TERRITORY.html index 3e6bd10..d242a63 100644 --- a/docs/variables/TERRITORY.html +++ b/docs/variables/TERRITORY.html @@ -8,4 +8,4 @@
  • Readonly largest: "forestry.territoryLargest"

    Effect: 15x13x15

    Pollination: 45x39x45

  • See

    Area - Feed The Beast Wiki

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/TOLERANCE.html b/docs/variables/TOLERANCE.html index 6118336..eda9fa4 100644 --- a/docs/variables/TOLERANCE.html +++ b/docs/variables/TOLERANCE.html @@ -28,4 +28,4 @@
  • Temperature Tolerance - Feed The Beast Wiki
  • Humidity Tolerance - Feed The Beast Wiki
  • -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/package.json b/package.json index 8d1535f..c9927f6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "build": "rollup -c", "test": "tsc && tape build/**/*.spec.js", "docs": "typedoc src/index.ts", - "prepublishOnly": "npm run lint && npm run test && npm run build && npm run docs" + "prepublishOnly": "npm run lint && npm run test && npm run build" }, "devDependencies": { "@types/tape": "^5.6.4",