https://github.com/ftbteam/ftb-skies-companion
https://github.com/ftbteam/ftb-skies-companion
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftbteam/ftb-skies-companion
- Owner: FTBTeam
- Created: 2024-01-20T00:57:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T15:32:08.000Z (about 1 year ago)
- Last Synced: 2025-01-21T23:25:18.593Z (5 months ago)
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# 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
 
## Recipes
Here is a preview of what the recipe should look like
```json
{
"type": "ftbskies_companion:crystallization",
"input": {
"ingredient": {
"fluid": "minecraft:water"
},
"amount": 1000
},
"mana": 200,
"processTime": 200,
"output": {
"id": "minecraft:ice"
}
}
```