HomeJavaModsSauces
Sauces
Sauces — screenshot 1Sauces — screenshot 2Sauces — screenshot 3Sauces — screenshot 4Sauces — screenshot 5

Preface(Version 2.0.0 has been updated, the following is for version 2.0.0)

Vanilla food is just monotonous and tasteless,this mod solves this problem very well: a variety of sauces are added to make them tasty!

New content

  1. Added sauces to bring players a different taste experience.
  2. Added two blocks, plates and sauce maker, used to spread sauces and make sauces.
  3. Added a new villager profession to trade new sauces with players: his working block is the mod's sauce maker
Related Operations Guide

How to make sauces

  1. Take the water bottle and right click on the sauce maker
  2. Place the ingredients in the sauce maker in order according to the recipe
  3. When done, right click on the sauce maker to remove the sauce

How to spread the sauce

  1. Place the food on a plate
  2. With the sauce in your hand, right-click on the plate with the food
  3. Right-click on the plate again to remove the food

How to remove the sauce

How to customize the sauce recipe

  1. First of all, you need to understand the structure of the vanilla datapack
  2. Next, create a Json file in the recipes folder of your datapack
  3. Then copy the following (example of 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"
}

Finally

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more