Editing
Mechanical Mixer
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{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=}} The '''Mechanical Mixer''' is a mechanical component that applies Mixing recipes and shapeless Crafting recipes to items in [[Basin]]s. == 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]]
Summary:
Please note that all contributions to Create: Minecraft Mod Wiki are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 International License (see
Create: Minecraft Mod Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Block
(
edit
)
Template:Blocks
(
edit
)
Template:Breaking time
(
edit
)
Template:Crafting Table
(
edit
)
Template:GW
(
edit
)
Template:Github Link
(
edit
)
Template:Inventory slot
(
edit
)
Template:ItemLink
(
edit
)
Template:MC
(
edit
)
Template:Mainonly
(
edit
)
Template:Mc
(
edit
)
Template:Mechanical Mixer
(
edit
)
Template:Minecraft
(
edit
)
Template:Miscellaneous
(
edit
)
Template:Navbox
(
edit
)
Template:RecipeTable
(
edit
)
Template:RecipeTableFoot
(
edit
)
Template:RecipeTableHead
(
edit
)
Template:Slot
(
edit
)
Template:Tool needed
(
edit
)
Template:Vdelinks
(
edit
)
Module:Breaking time
(
edit
)
Module:Inventory slot
(
edit
)
Module:Inventory slot/Aliases
(
edit
)
Module:Item
(
edit
)
Module:Link
(
edit
)
Module:Link/VanillaPages
(
edit
)
Module:Navbox
(
edit
)
Module:ProcessArgs
(
edit
)
Module:UI
(
edit
)
Module:Yesno
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information