FTB Skies Companion
FTB Skies Companion is a compact mod specifically designed for the FTB Skies modpack series. It provides useful tools that enhance gameplay and simplify certain processes.
Key Features
Currently, the mod offers one key mechanic that significantly enriches the gaming experience:
Crystallization — a new crafting system that allows transforming various ingredients using mana into valuable resources. For the mechanism to function, you need to connect a mana source to a special block and feed it with the appropriate components.
Visual Preview

Recipe Example
Here's what a typical crystallization recipe looks like:
{
"type": "ftbskies_companion:crystallization",
"input": {
"ingredient": {
"fluid": "minecraft:water"
},
"amount": 1000
},
"mana": 200,
"processTime": 200,
"output": {
"id": "minecraft:ice"
}
}