premium banner
Adds some more fan catalyst recipes for modpacks to use

Description

This mod adds 6 catalysts for creates fans. They are mostly configurable with some inherent function:

enchanting. Just for recipes
cursing. Just for recipes
sculking. Just for recipes
mutating. Recipes & transforming mobs like lightning
ageing. Recipes & Ageing up mobs
deageing. Recipes & Ageing down mobs

The catalysts this mods adds do not have recipes and are optional. You can configure different ones through block tags.

Example recipe:

{
  "type": "createfantastic:enchanting",
  "ingredients": [
    {
      "item": "minecraft:bedrock"
    }
  ],
  "results": [
    {
      "id": "minecraft:basalt"
    }
  ]
}