CurseForge · Minecraft mod
Forbidden Smoothies
Adds a printer that creates resources out of input items such as dye, as well as a blender to break items down into resources.
Quick answer
Which Forbidden Smoothies release should I use?
Forbidden Smoothies forbiddensmoothies-forge-1.20.1-20.1.3.jar targets 1.20.1, 1.20 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is Forbidden Smoothies required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Forbidden Smoothies forbiddensmoothies-forge-1.20.1-20.1.3.jar need?
forbiddensmoothies-forge-1.20.1-20.1.3.jar. Change the file and its required mods may change too.
Install Balm first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Forbidden Smoothies without breaking your instance.
Built for Forbidden Smoothies forbiddensmoothies-forge-1.20.1-20.1.3.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use forbiddensmoothies-forge-1.20.1-20.1.3.jar. It targets 1.20.1, 1.20 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Balm first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside forbiddensmoothies-forge-1.20.1-20.1.3.jar. It opens that exact file at the source.
About this project
What does Forbidden Smoothies add?
This mod adds a Blender and Printer block, allowing conversion of items based on weighted custom shapeless recipes. This mod does not add any blender or printer recipes by default. Modpack developers must define recipes themselves through a datapack. This mod is useless unless configured by a modpack.
- Blender block that blends and mixes its input into different results (requires modpack configuration)
- Printer block that produces items based on available inputs (requires modpack configuration)
- Weighted recipes, allowing randomized outputs when multiple recipes match the given inputs
- Ugly Steel Plating that can be applied to simplify the blender and printer rendering for use en-masse
Modpack developers must configure this mod in order for it to be useful.
That means using either a datapack or a modpack customization mod to add blender and printer recipes.
Example for CraftTweaker (blends red and blue dye into purple dye):
recipes.addJsonRecipe("blend_purple_dye", {
type: "forbiddensmoothies:blender",
ingredients: [<item:minecraft:red_dye>, <item:minecraft:blue_dye>],
result: <item:minecraft:purple_dye>,
});
Example for CraftTweaker (prints emeralds out of three lime dyes):
recipes.addJsonRecipe("print_emerald", {
type: "forbiddensmoothies:printer",
ingredients: [<item:minecraft:lime_dye>, <item:minecraft:lime_dye>, <item:minecraft:lime_dye>],
result: <item:minecraft:emerald>,
});
Project description from CurseForge.
Pick your setup
Forbidden Smoothies by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.20.1
2 loader builds1.20
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Forbidden Smoothies versions and loaders
forbiddensmoothies-forge-1.20.1-20.1.3.jar
29 Dec 2024
forbiddensmoothies-fabric-1.20.1-20.1.3.jar
29 Dec 2024
forbiddensmoothies-forge-1.20.1-20.1.2.jar
26 Dec 2024
forbiddensmoothies-fabric-1.20.1-20.1.2.jar
26 Dec 2024
Looking for an older file? The official CurseForge project page is in Resources.

