Forbidden Smoothies

Quick rating

Community listing page, reviews here may not be monitored by the author.

Forbidden Smoothies

No reviews yet

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

Tech
Mod Loaders
Forge
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
forbiddensmoothies-forge-1.20.1-20.1.3.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

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

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

Screenshots

Gallery

  • Forbidden Smoothies
    Forbidden Smoothies

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

1m
Total Downloads
CurseForge
1m
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works