Skip to content

Bindings

Relentless edited this page Sep 14, 2023 · 4 revisions

Vanilla Bindings

Mob Category

Defines the mob category for Soul Binding recipes.

  • access via: MobCategory
  • possible values:
    • MobCategory.AMBIENT
    • MobCategory.AXOLOTLS
    • MobCategory.CREATURE
    • MobCategory.MISC
    • MobCategory.MONSTER
    • MobCategory.UNDERGROUND_WATER_CREATURE
    • MobCategory.WATER_AMBIENT
    • MobCategory.WATER_CREATURE

Mod Bindings

Bonus Type

Defines the bonus type for Sag Milling recipes.

  • access via: EnderIOBonusType
  • possible values:
    • EIOBonusType.NONE
    • EIOBonusType.CHANCE_ONLY
    • EIOBonusType.MULTIPLY_OUTPUT

Recipes

Holds utility functions for EnderIO specific recipes.
WARNING: If you want to use an ingredient recipe filter, you have to use the binding within the recipes event.

  • access via: EnderIORecipes
  • possible values:
    • removeVanillaSmeltingRecipes(RecipeFilter)
      • removes vanilla smelting recipes from the Alloy Smelter
      • RecipeFilter is a typewrapper by KubeJS that allows filtering by inputs, outputs, id and more
Clone this wiki locally