Skip to content

Bindings

rlnt edited this page Sep 29, 2024 · 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:
    • EnderIOBonusType.NONE
    • EnderIOBonusType.CHANCE_ONLY
    • EnderIOBonusType.MULTIPLY_OUTPUT

Recipes

Caution

This binding has been removed in version v0.6.0 for EnderIO 6.2.0-beta and above.

Holds utility functions for EnderIO specific recipes.
NOTE: 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