Mechanical Mixer

From Create: Minecraft Mod Wiki
Revision as of 20:09, 4 April 2024 by Create: Minecraft Mod Wiki>Masterjason9637 (Added precomputed throughput values)
Jump to navigation Jump to search


The Mechanical Mixer is a mechanical component that applies Mixing recipes and shapeless Crafting recipes to items in Basins.

Obtaining

Breaking

Mechanical Mixer can be mined using any pickaxe. If mined without a pickaxe, it drops nothing.

Hardness1.5
Tool
Breaking time[Note 1]
 Default7.5
 Wooden1.15
 Stone0.6
 Iron0.4
 Diamond0.3
 Netherite0.25
 Golden0.2
  1. Times are for unenchanted tools as wielded by players with no status effects, measured in seconds. For more information, see Breaking § Speed.

Crafting

Name Ingredients Crafting Recipe
Mechanical Mixer Cogwheel +
Andesite Casing +
Whisk
Cogwheel
Andesite Casing
Whisk

Mechanical Mixer

Usage

The Mechanical Mixer is powered by an internal cogwheel, and will behave as one to any adjacent components, relaying and reversing rotation sideways.

The Mixer requires a minimum rotational speed of 30 RPM from its power source to work. Mixers will process ingredients faster the more speed it is given.

To work, a Mixer must be placed directly above a Basin, with a 1 block gap. When a valid recipe is inserted by throwing the ingredients in the Mixer, the Mixer will automatically combine the ingredients.

Automating Shapeless Recipes

All shapeless crafting recipes can be made automatically using the Mechanical Mixer by inserting required items into the Basin under the mixer. An example of such recipe is:

Netherite Scrap4Gold Ingot4
Mechanical Mixer
Netherite Ingot

Automating Brewing

All Brewing recipes can be made automatically using the Mechanical Mixer by inserting the required items and fluids into the Basin under the mixer. Brewing recipes require heating with a blaze burner.

Mixing

The Mechanical Mixer may be used to perform mixing recipes, which are not possible to make anywhere else. Those recipes include:

Name Ingredients Mixing Recipes
Andesite Alloy Andesite +
Iron Nugget
AndesiteIron Nugget
Mechanical Mixer
Andesite Alloy
Andesite Alloy Andesite +
Zinc Nugget
AndesiteZinc Nugget
Mechanical Mixer
Andesite Alloy
Brass Ingot Copper Ingot +
Zinc Ingot
Builder's Tea Any Leaves +
Water +
Milk
Oak LeavesWater 250mBMilk 250mB
Mechanical Mixer
Heating Required!
Builder's Tea 500mB
Chocolate Sugar +
Cocoa Beans +
Milk
SugarCocoa BeansMilk 250mB
Mechanical Mixer
Heating Required!
Chocolate 250mB
Chocolate Bar of Chocolate
Bar of Chocolate
Mechanical Mixer
Heating Required!
Chocolate 250mB
Dough Wheat Flour +
1000mB of Water
Wheat FlourWater 1000mB
Mechanical Mixer
Dough
Honey Honey Block
Honey Block
Mechanical Mixer
Heating Required!
Honey 1000mB
Lava Any Cobblestone or Cobbled Deepslate
Cobblestone
Mechanical Mixer
Super Heating Required!
Lava 50mB
Mud Any convertable-to-mud block +
Water
DirtWater 250mB
Mechanical Mixer
Mud

Throughput (Speed)

The only variable that effect the processing speed of the Mechanical Crafter is RPM. To calculate the exact number of game ticks it take to process one recipe (gt/1), use this formula:

gt/1=min(max(floor(log2(512/Abs(B3)))*15+1,1),512)+1

To calculate the exact number of recipes per second (r/s), divide 20 by the number of game ticks:

r/s=20/(min(max(floor(log2(512/Abs(B3)))*15+1,1),512)+1)

Here are some precomputed values for common speeds:

rpm gt/1 r/s r/m r/h
32 62 0.3225 19.35 1161
64 47 0.4255 25.53 1531
128 32 0.625 37.5 2250
256 17 1.176 70.58 4235

History

Version Changes
0.2
  • Added the Mechanical Mixer.
0.2.1
  • Mixers no longer ignore items inserted during processing.
0.2.2
0.3
0.3c
  • Fixed mixers mistakingly ignoring recipes with 4 or 9 equal ingredients.
  • Mixers can no longer process single-item recipes.
0.3.2
  • Dough can now be created in the mixer without the need of Buckets.
  • Fixed mixer retracting after every operation when auto-output is active.
  • Added sounds for mixing noises.
0.5
  • Recipe changed.
0.5f
  • Added a mixing recipe for Mud.