Mechanical Mixer: Difference between revisions
Create: Minecraft Mod Wiki>NonaWax No edit summary |
BoxWithout (talk | contribs) m 57 revisions imported |
||
(18 intermediate revisions by 11 users not shown) | |||
Line 12: | Line 12: | ||
|lavasusceptible = No | |lavasusceptible = No | ||
|stress_impact=4x RPM | |stress_impact=4x RPM | ||
|speed_requirement= | |speed_requirement=30 RPM | ||
|tool2=}} | |tool2=}} | ||
Line 25: | Line 25: | ||
{{RecipeTable | {{RecipeTable | ||
|'''Mechanical Mixer''' | |'''Mechanical Mixer''' | ||
| | |[[Cogwheel]] +<br>[[Andesite Casing]] +<br>[[Whisk]] | ||
|{{Crafting Table|B1 | |{{Crafting Table | ||
|B1=Cogwheel | |||
|B2=Andesite Casing | |||
|B3=Whisk | |||
|Output=Mechanical Mixer}}}} | |||
{{RecipeTableFoot}} | {{RecipeTableFoot}} | ||
Line 32: | Line 36: | ||
The Mechanical Mixer is powered by an internal cogwheel, and will behave as one to any adjacent components, relaying and reversing rotation sideways. | 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 | 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. | 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=== | ===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: | 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: | ||
Line 115: | Line 118: | ||
|Heating=Heated | |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 | {{RecipeTable | ||
Line 128: | Line 136: | ||
{{RecipeTable | {{RecipeTable | ||
|{{MC|Lava}} | |{{MC|Lava}} | ||
|Any Cobblestone | |Any Cobblestone or Cobbled Deepslate | ||
|{{Mechanical Mixer | |{{Mechanical Mixer | ||
|type=Mixing | |type=Mixing | ||
Line 135: | Line 143: | ||
|Heating=Super-Heated | |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}} | {{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 == | == History == | ||
Line 144: | Line 205: | ||
!Changes | !Changes | ||
|- | |- | ||
| | |{{GW|0.2}} | ||
| | | | ||
*Added the Mechanical Mixer. | *Added the Mechanical Mixer. | ||
|- | |- | ||
| | |{{GW|0.2.1}} | ||
| | | | ||
*Mixers no longer ignore items inserted during processing. | *Mixers no longer ignore items inserted during processing. | ||
|- | |- | ||
| | |{{GW|0.2.2}} | ||
| | | | ||
*Fixed [[Mechanical Crafter]]s and mixers not handling container items properly. | *Fixed [[Mechanical Crafter]]s and mixers not handling container items properly. | ||
Line 158: | Line 219: | ||
*{{Mc|Gunpowder}} can now be multiplied in the mixer. | *{{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. | *[[Basin]]s can no longer be placed directly under a [[Mechanical Press]] or Mixer. | ||
*The Mixer can now process vanilla {{Mc|Potion}} recipes. | *The Mixer can now process vanilla {{Mc|Potion}} recipes. | ||
|- | |- | ||
| | |{{GW|0.3c}} | ||
| | |||
| | | | ||
*Fixed mixers mistakingly ignoring recipes with 4 or 9 equal ingredients. | *Fixed mixers mistakingly ignoring recipes with 4 or 9 equal ingredients. | ||
*Mixers can no longer process single-item recipes. | *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. | *[[Dough]] can now be created in the mixer without the need of {{Mc|Bucket}}s. | ||
Line 178: | Line 235: | ||
*Added sounds for mixing noises. | *Added sounds for mixing noises. | ||
|- | |- | ||
| | |{{GW|0.5}} | ||
| | | | ||
* | *Recipe changed. | ||
|- | |- | ||
| | |{{GW|0.5f}} | ||
| | | | ||
* | *Added a mixing recipe for {{MC|Mud}}. | ||
|} | |} | ||
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.
Hardness | 1.5 |
---|---|
Tool | ![]() |
Breaking time[Note 1] | |
![]() | 7.5 |
![]() | 1.15 |
![]() | 0.6 |
![]() | 0.4 |
![]() | 0.3 |
![]() | 0.25 |
![]() | 0.2 |
- ↑ 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 |
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:
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 |
|
Andesite Alloy | Andesite + Zinc Nugget |
|
Brass Ingot | Copper Ingot + Zinc Ingot |
|
Builder's Tea | Any Leaves + Water + Milk |
|
Chocolate | Sugar + Cocoa Beans + Milk |
|
Chocolate | Bar of Chocolate | |
Dough | Wheat Flour + 1000mB of Water |
|
Honey | Honey Block | |
Lava | Any Cobblestone or Cobbled Deepslate | |
Mud | Any convertable-to-mud block + Water |
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 (), use this formula, where k is RPM:
To calculate the exact number of recipes per tick (), take the inverse of :
If recipes per second are desired instead, then simply multiply the value by 20:
Here are some precomputed values for common speeds:
rpm | 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 |
|
0.2.1 |
|
0.2.2 |
|
0.3 |
|
0.3c |
|
0.3.2 | |
0.5 |
|
0.5f |
|
Blocks | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
|
Miscellaneous | |
---|---|
Recipes | |
Mechanics | |
IDs |