-
Notifications
You must be signed in to change notification settings - Fork 6
Bindings
rlnt edited this page Sep 29, 2024
·
4 revisions
Defines the mob category for Soul Binding recipes.
- access via:
MobCategory - possible values:
MobCategory.AMBIENTMobCategory.AXOLOTLSMobCategory.CREATUREMobCategory.MISCMobCategory.MONSTERMobCategory.UNDERGROUND_WATER_CREATUREMobCategory.WATER_AMBIENTMobCategory.WATER_CREATURE
Defines the bonus type for Sag Milling recipes.
- access via:
EnderIOBonusType - possible values:
EnderIOBonusType.NONEEnderIOBonusType.CHANCE_ONLYEnderIOBonusType.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
-
RecipeFilteris a typewrapper by KubeJS that allows filtering by inputs, outputs, id and more
-