HomeJavaModsForbidden Smoothies
Forbidden Smoothies
ModsJava

Forbidden Smoothies

by BlayTheNinth · on CurseForge

Adds a printer that creates resources out of input items such as dye, as well as a blender to break items down into resources.

⬇ Download on CurseForge

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

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

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Forbidden Smoothies is a free Minecraft Java mod. Compatible with Minecraft 1.20.1, 1.20. Downloaded 1,092,398 times (via CurseForge). Download it and open it directly in the game.

Explore more