Back to mods
Forbidden Smoothies project artwork

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.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Forbidden Smoothies release should I use?

Updated 1 year ago
Latest stable file forbiddensmoothies-forge-1.20.1-20.1.3.jar
Game version 1.20.1, 1.20
Loader Forge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

All 1 required mods have matching files

Install Balm first. We found matching files for this game-version and loader setup.

Balm Needed by Forbidden Smoothies forbiddensmoothies-forge-1.20.1-20.1.3.jar
required
Matching file found Matched file: balm-forge-1.20.1-7.3.42.jar

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.

  1. 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.

  2. 02

    Bring the mods it needs

    Install Balm first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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?

Requires Balm

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.

Features

  • 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

Usage

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>,
});

Support on Patreon

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.

4 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Forbidden Smoothies versions and loaders

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.