Skip to content

FTBTeam/FTB-Skies-Companion

Repository files navigation

FTB Skies Companion

Skies companion is a relatively small mod that adds a couple of helper tools to the FTB Skies series of modpacks.

Features

So far, we have one major feature...

  • Crystallization
    • Adds a new crafting mechanic to create that allows ingredient to be mixed with mana to produce a new resource.
    • This can be done by linking a mana source to the block and providing it with the correct input

Preview

A preview of what the crystallization machine looks like A preview of the JEI recipe

Recipes

Here is a preview of what the recipe should look like

{
    "type": "ftbskies_companion:crystallization",
    "input": {
        "ingredient": {
            "fluid": "minecraft:water"
        },
        "amount": 1000
    },
    "mana": 200,
    "processTime": 200,
    "output": {
        "id": "minecraft:ice"
    }
}