Sauces - Flavor Variety for Minecraft
Standard food in Minecraft often seems boring and monotonous. The Sauces mod radically changes this situation by adding a wide selection of sauces to the game that turn ordinary dishes into true culinary masterpieces!
What's New in the Mod
Flavor Diversity
The mod offers players a unique gastronomic experience through the addition of various sauces. Each sauce gives food a special taste and appearance.
Functional Blocks
Two new blocks appear in the game:
- Plate - for serving food
- Sauce Maker - a special device for creating sauces
Trading with Villagers
Added a new villager profession - sauce merchant. This specialist uses the sauce maker as a working block and offers players to exchange various sauces.
How to Use the Mod
Making Sauces
- Take a water bottle and right-click on the sauce maker
- Place ingredients in the device according to the recipe
- After the process is complete, right-click on the sauce maker to take the finished sauce
Applying Sauces
- Place food on a plate
- Holding the sauce in your hand, right-click on the plate with food
- Right-click on the plate again to take the food
Removing Sauce
Hold food with sauce and right-click on a cauldron with water to wash off the sauce
Customizing Recipes
To create your own sauce recipes you need:
- Understand the structure of standard Minecraft datapacks
- Create a JSON file in the recipes folder of your datapack
- Use the following template (example for ketchup):
{
"type": "sauces:sauce_maker",
"ingredients": [
{
"tag": "c:crops/tomato"
},
{
"tag": "c:crops/tomato"
},
{
"item": "minecraft:sugar"
}
],
"makingtime": 200,
"container": {
"item": "minecraft:glass_bottle"
},
"result": "sauces:ketchup"
}