Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
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
- Added sauces to bring players a different taste experience.
- Added two blocks, plates and sauce maker, used to spread sauces and make sauces.
- 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
- Take the water bottle and right click on the sauce maker
- Place the ingredients in the sauce maker in order according to the recipe
- When done, right click on the sauce maker to remove the sauce
How to spread the sauce
- Place the food on a plate
- With the sauce in your hand, right-click on the plate with the food
- Right-click on the plate again to remove the food
How to remove the sauce
- Hold the food with the sauce and right-click on the cauldron with the water to remove the sauce
How to customize the sauce recipe
- First of all, you need to understand the structure of the vanilla datapack
- Next, create a Json file in the recipes folder of your datapack
- 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
- If you encounter problems with mods, please go to Issues to give feedback
- The author's native language is not English, please forgive me for any language errors I may have.
- It is not easy for the author to develop alone, if you are interested, try to download the mod, this is the biggest help for me! :)