-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92235f7
commit a734205
Showing
2 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
[FARMERS_DELIGHT]: https://www.curseforge.com/minecraft/mc-mods/farmers-delight | ||
[CREATE]: https://www.curseforge.com/minecraft/mc-mods/create | ||
[OVERWEIGHT_FARMING]: https://www.curseforge.com/minecraft/mc-mods/overweight-farming | ||
[NEAPOLITAN]: https://www.curseforge.com/minecraft/mc-mods/neapolitan | ||
|
||
# Thermomix | ||
|
||
This mod enables a variety of features to create better compatibility between mostly [Farmer's Delight][FARMERS_DELIGHT] and [Create][CREATE]. | ||
While it is designed to work with Farmer's Delight, it does work without it and also adds some compatibility features for other mods. | ||
|
||
![](https://raw.githubusercontent.com/PssbleTrngle/Thermomix/1.18.x/screenshots/thermomix.png) | ||
|
||
### Automatic Cutting | ||
|
||
The Main feature of the mod is the _Thermomix_, a machine similar to the _Mechanical Mixer_ or _Mechanical Press_ from Create. | ||
It automatically registers all cutting recipes from Farmer's Delight. In that sense, it is an automatic _Cutting Board_. | ||
In order to use it, the correct tool has to be placed into the machine, using `Right-Click`. | ||
By default, only knives and axes are allowed, but this behaviour can be overwritten by modifying the `thermomix:allowed_tools` item tag. | ||
|
||
### Automatic Cooking | ||
|
||
All recipes from Farmer's delight requiring the Cooking Pot are added as heated mixing recipes. | ||
|
||
![](https://raw.githubusercontent.com/PssbleTrngle/Thermomix/1.18.x/screenshots/cooking.png) | ||
|
||
### Sprinkler | ||
|
||
The Sprinkler is a block which, when provided with a fluid using a pipe, will distribute it in a small are below. | ||
Different fluids can have different effects. For now, only lava & water do something. | ||
|
||
- Lava applies a small amount of fire damage to entities below | ||
- Water makes the area below wet, making the world think it's raining there. | ||
|
||
The latter is meant to enable growing of _Banana Fonds_ from [Neapolitan][NEAPOLITAN] without being dependent on the weather, but it could possibly have other effects on other mods too. | ||
|
||
![](https://raw.githubusercontent.com/PssbleTrngle/Thermomix/1.18.x/screenshots/sprinkler.png) | ||
|
||
### Overweight Farming | ||
|
||
If present, some compatibility features for [Overweight Farming][OVERWEIGHT_FARMING] is added. | ||
This includes waxing recipes using the deployer, | ||
as well as showing the axe-stripping of overweight crops in JEI. | ||
|
||
![](https://raw.githubusercontent.com/PssbleTrngle/Thermomix/1.18.x/screenshots/strip.png) | ||
![](https://raw.githubusercontent.com/PssbleTrngle/Thermomix/1.18.x/screenshots/wax.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters