-
Notifications
You must be signed in to change notification settings - Fork 7
Bindings
rlnt edited this page Sep 29, 2024
·
4 revisions
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
Defines the bonus type for Sag Milling recipes.
- access via:
EnderIOBonusType
- possible values:
EnderIOBonusType.NONE
EnderIOBonusType.CHANCE_ONLY
EnderIOBonusType.MULTIPLY_OUTPUT
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
-