-
Notifications
You must be signed in to change notification settings - Fork 6
Bindings
Relentless edited this page Sep 14, 2023
·
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:
EIOBonusType.NONE
EIOBonusType.CHANCE_ONLY
EIOBonusType.MULTIPLY_OUTPUT
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
-