Forbidden Smoothies icon

Mod - CurseForge

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.

Forbidden Smoothies project image

Source-provided project description. FreeMinecraftMods keeps creator credit and adds separate compatibility and decision guidance below.

Project overview

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

FreeMinecraftMods decision guide

This mod is most relevant to players looking for Processing, Technology on Forge, Fabric. Treat those labels as discovery hints, then verify the exact file and dependency list on the official project page.

The latest stored update signal is Dec 29, 2024. Older projects can still work well, but they deserve extra compatibility testing before being added to a current world or public server.

What to verify before choosing a file

  • Confirm that the file is published by the credited creator on the linked official source.
  • Match the Minecraft version exactly instead of relying only on a broad category label.
  • Read dependencies, incompatibilities, and changelog notes before updating an existing instance.
  • Match the loader or server platform and its required version. Forge and NeoForge are not interchangeable.
  • Back up worlds and configuration files before testing the project in a long-term save or public server.

Compatibility at a glance

Minecraft versions in this snapshot: 1.20.1, 1.20

Loaders and platforms: Forge, Fabric

ProcessingTechnology

Before you install

Match the exact Minecraft version and loader, install every required dependency, and test in a separate profile before opening an important world. Keep a backup before changing a working mod list.

Source, licensing, and corrections

FreeMinecraftMods does not mirror the project files. Use the official source for downloads, release notes, dependencies, support, and licensing details. Project names, images, and creator-written descriptions remain the property of their respective owners.

How listings are reviewed | Report incorrect project information | Rights-holder and DMCA information