Mechanical Mixer: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Superwatery
m Undo revision 349 by 68.116.118.85 (talk)
BoxWithout (talk | contribs)
m 57 revisions imported
 
(53 intermediate revisions by 26 users not shown)
Line 1: Line 1:
The Mechanical Mixer has a moderate speed requirement and a moderate stress requirement.  If you are powering the mixer with waterwheels, the speed will need to be increased by using two different sized cogs.  Attach the large cog to the shaft coming from the waterwheel, and attach a small cog to the large cog.  This will increase the speed of rotation enough to run the Mechanical Mixer.
{{Block
|renewable = Yes
|stackable = Yes (64)
|tool = wooden pickaxe
|blast_resistance = 6
|hardness = 1.5
|solid = Yes
|full = Yes (only sides)
|luminant = No
|transparent = Yes
|flammable = No
|lavasusceptible = No
|stress_impact=4x RPM
|speed_requirement=30 RPM
|tool2=}}


Place a Basin two blocks below the Mixer. The mixing blade should be between the Mixer and the Basin. When a valid recipe is inserted by throwing the ingredients in the Mixer, the Mixer will automatically engage and combine the ingredients.
The '''Mechanical Mixer''' is a mechanical component that applies Mixing recipes and shapeless Crafting recipes to items in [[Basin]]s.
[[File:Mechanical Mixer.png|thumb|Powered Mechanical Mixer]]
 
<br />
== Obtaining ==
===Breaking===
Mechanical Mixer can be mined using any pickaxe. If mined without a pickaxe, it drops nothing.
{{Breaking time|1.5|wooden|pickaxe}}
=== Crafting ===
{{RecipeTableHead}}
{{RecipeTable
|'''Mechanical Mixer'''
|[[Cogwheel]] +<br>[[Andesite Casing]] +<br>[[Whisk]]
|{{Crafting Table
|B1=Cogwheel
|B2=Andesite Casing
|B3=Whisk
|Output=Mechanical Mixer}}}}
{{RecipeTableFoot}}
 
== 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 [[Rotational_Force#Speed|speed]] of 30 RPM''' from its power source to work. Mixers will process ingredients faster the more [[Rotational_Force#Speed|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:
{{Mechanical Mixer
|type=shapeless
|Input1=Netherite Scrap,4
|Input2=Gold Ingot,4
|Output=Netherite Ingot
}}
 
===Automating Brewing===
All {{MC|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:
{{RecipeTableHead|Mixing Recipes}}
{{RecipeTable
|[[Andesite Alloy]]
|{{MC|Andesite}} +<br/>{{MC|Iron Nugget}}
|{{Mechanical Mixer
|type=Mixing
|Input1=Andesite
|Input2=Iron Nugget
|Output=Andesite Alloy
}}
}}
{{RecipeTable
|[[Andesite Alloy]]
|{{MC|Andesite}} +<br/>[[Zinc Nugget]]
|{{Mechanical Mixer
|type=Mixing
|Input1=Andesite
|Input2=Zinc Nugget
|Output=Andesite Alloy
}}
}}
{{RecipeTable
|[[Brass Ingot]]
|[[Copper Ingot]] +<br/>[[Zinc Ingot]]
|{{Mechanical Mixer
|type=Mixing
|Input1=Copper Ingot
|Input2=Zinc Ingot
|Output=Brass Ingot,2
|Heating=Heated
}}
}}
{{RecipeTable
|[[Builder's Tea]]
|Any {{MC|Leaves}} +<br/>{{MC|Water}} +<br/>{{MC|Milk}}
|{{Mechanical Mixer
|type=Mixing
|Input1=Any Leaves
|Input2=250mB of Water
|Input3=250mB of Milk
|Output=500mB of Builder's Tea
|Heating=Heated
}}
}}
{{RecipeTable
|[[Chocolate]]
|{{MC|Sugar}} +<br/>{{MC|Cocoa Beans}} +<br/>{{MC|Milk}}
|{{Mechanical Mixer
|type=Mixing
|Input1=Sugar
|Input2=Cocoa Beans
|Input3=250mB of Milk
|Output=250mB of Chocolate
|Heating=Heated
}}
}}
{{RecipeTable
|[[Chocolate]]
|[[Bar of Chocolate]]
|{{Mechanical Mixer
|type=Mixing
|Input1=Bar of Chocolate
|Output=250mB of Chocolate
|Heating=Heated
}}
}}
{{RecipeTable
|[[Dough]]
|[[Wheat Flour]] + <br> 1000mB of {{MC|Water}}
|{{Mechanical Mixer|type=mixing|Input1=Wheat Flour|Input2=1000mB of Water|Output=Dough}}
}}
{{RecipeTable
|[[Honey]]
|{{MC|Honey Block}}
|{{Mechanical Mixer
|type=Mixing
|Input1=Honey Block
|Output=1000mB of Honey
|Heating=Heated
}}
}}
{{RecipeTable
|{{MC|Lava}}
|Any Cobblestone or Cobbled Deepslate
|{{Mechanical Mixer
|type=Mixing
|Input1=Any Cobblestone
|Output=50mB of Lava
|Heating=Super-Heated
}}
}}
{{RecipeTable
|{{MC|Mud}}
|Any {{MC|Tag#convertable_to_mud|convertable-to-mud}} block + <br> {{MC|Water}}
|{{Mechanical Mixer|type=mixing|Input1=Dirt;Coarse Dirt;Rooted Dirt|Input2=250mB of Water|Output=Mud}}
}}
{{RecipeTableFoot}}
 
== Throughput (Speed) ==
The only variable that effect the processing speed of the Mechanical Crafter is RPM. To calculate the exact number of [https://minecraft.fandom.com/wiki/Tick#:~:text=A%20game%20tick%20is%20where,24000%20ticks%2C%20or%2020%20minutes. game ticks] it take to process one recipe (<math>t_{recipe}</math>), use this formula, where k is RPM:
 
<math>t_{recipe}= \left\lfloor\min\left(15 * \max\left(\left\lfloor\log_2\left(\frac{512}{\left|k\right|}\right) \right\rfloor + 1,\ 1\right),\ 512\right)\right\rfloor + 1\quad \text{ticks}</math>
 
To calculate the exact number of recipes per tick (<math>f_{recipe}</math>), take the inverse of <math>t_{recipe}</math>:
 
<math>f_{recipe} = \frac{1}{\left\lfloor\min\left(15 * \max\left(\left\lfloor\log_2\left(\frac{512}{\left|k\right|}\right) \right\rfloor + 1,\ 1\right),\ 512\right)\right\rfloor + 1}\quad \frac{\text{recipe}}{\text{tick}}</math>
 
If recipes per second are desired instead, then simply multiply the value by 20:
 
<math>f_{recipe} = \frac{20}{\left\lfloor\min\left(15 * \max\left(\left\lfloor\log_2\left(\frac{512}{\left|k\right|}\right) \right\rfloor + 1,\ 1\right),\ 512\right)\right\rfloor + 1}\quad \frac{\text{recipe}}{\text{second}}</math>
 
Here are some precomputed values for common speeds:
 
{|class=wikitable
|+
!rpm
!<math>t_{recipe}</math>
!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 ==
{|class=wikitable
|+
!Version
!Changes
|-
|{{GW|0.2}}
|
*Added the Mechanical Mixer.
|-
|{{GW|0.2.1}}
|
*Mixers no longer ignore items inserted during processing.
|-
|{{GW|0.2.2}}
|
*Fixed [[Mechanical Crafter]]s and mixers not handling container items properly.
*Introduced a [[Brass Ingot]] mixing recipe.
*{{Mc|Gunpowder}} can now be multiplied in the mixer.
|-
|{{GW|0.3}}
|
*[[Basin]]s can no longer be placed directly under a [[Mechanical Press]] or Mixer.
*The Mixer can now process vanilla {{Mc|Potion}} recipes.
|-
|{{GW|0.3c}}
|
*Fixed mixers mistakingly ignoring recipes with 4 or 9 equal ingredients.
*Mixers can no longer process single-item recipes.
|-
|{{GW|0.3.2}}
|
*[[Dough]] can now be created in the mixer without the need of {{Mc|Bucket}}s.
*Fixed mixer retracting after every operation when auto-output is active.
*Added sounds for mixing noises.
|-
|{{GW|0.5}}
|
*Recipe changed.
|-
|{{GW|0.5f}}
|
*Added a mixing recipe for {{MC|Mud}}.
|}
 
{{Blocks}}
{{Miscellaneous}}
[[Category:Machines]]
[[Category:Mechanical Components]]

Latest revision as of 18:09, 14 February 2025


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

Obtaining[edit | edit source]

Breaking[edit | edit source]

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[edit | edit source]

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

Mechanical Mixer

Usage[edit | edit source]

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[edit | edit source]

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[edit | edit source]

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[edit | edit source]

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)[edit | edit source]

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 (trecipe), use this formula, where k is RPM:

trecipe=min(15*max(log2(512|k|)+1,1),512)+1ticks

To calculate the exact number of recipes per tick (frecipe), take the inverse of trecipe:

frecipe=1min(15*max(log2(512|k|)+1,1),512)+1recipetick

If recipes per second are desired instead, then simply multiply the value by 20:

frecipe=20min(15*max(log2(512|k|)+1,1),512)+1recipesecond

Here are some precomputed values for common speeds:

rpm trecipe 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[edit | edit source]

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.