Forbidden Smoothies
Modby BlayTheNinth
Adds a printer that creates resources out of input items such as dye, as well as a blender to break items down into resources.
Type
Mod
CurseForge Downloads
1,129,019
CurseForge ID
956081
Last Updated
Sep 5, 2026
Description
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>, });Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
Applied Cooking
A mod that allows Applied Energistics 2 and Cooking for Blockheads to work together!
Biome Makeover
Biome Makeover is a mod that takes vanilla's biomes and gives them a fresh coat of paint.
Night Lights
A mod that adds a variety of new light sources to Minecraft!
Create: Trading Floor
Automate trading with villagers using create!
Simple Corn
Corn the way Mojang might add it!
Mystical Oak Tree
Interactive and talking NPC-Like block with 300+ lines of lore, wisdom and facts

