Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Forbidden Smoothies

Forbidden Smoothies

Adds a Blender and Printer block, allowing conversion of items based on weighted custom shapeless recipes. This mod is useless unless configured by a modpack.

136
0
Technology

Compatibility

Minecraft: Java Edition

1.20–1.20.1

Platforms

Fabric
Forge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Patreon

Creators

BlayTheNinth
BlayTheNinth Member

Details

Licensed ARR
Published 5 months ago
Updated 5 months ago
DescriptionChangelogVersions

Requires Balm Support on Patreon

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

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.