Download Sauces — Minecraft Mods — MetaMods
Sauces

Sauces

Active

Downloads

10

Last update

1 year ago

Versions

1.20.1
Client and server
Fabric
Decor
Food
Utils

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

  1. Take a water bottle and right-click on the sauce maker
  2. Place ingredients in the device according to the recipe
  3. After the process is complete, right-click on the sauce maker to take the finished sauce

Applying Sauces

  1. Place food on a plate
  2. Holding the sauce in your hand, right-click on the plate with food
  3. 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:

  1. Understand the structure of standard Minecraft datapacks
  2. Create a JSON file in the recipes folder of your datapack
  3. 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"
}
Project members
MaoMao

MaoMao

Developer

Created: 28 Aug 2023

ID: 9826