Mechanical Mixer: Difference between revisions
Create: Minecraft Mod Wiki>Aquafenaa m A little not sober right now so forgive my poor wording, but I found the existing equations hard to read and decided to reformat them using latex to make them more readable. I also disliked the variable names, so I changed those too. |
Create: Minecraft Mod Wiki>Aquafenaa m Didn't realize that press enter here would confirm the edit. Apologies. I have updated the section here. |
||
Line 154: | Line 154: | ||
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 the stack size of the item: | 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 the stack size of the item: | ||
<math>t_{recipe}= \left\lfloor\min\left(\max\left(\left\lfloor\log_2\left(\frac{512}{\left|k\right|}\right) \right\rfloor | <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 | To calculate the exact number of recipes per tick (<math>f_{recipe}</math>), take the inverse of <math>t_{recipe}</math>: | ||
<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: | Here are some precomputed values for common speeds: | ||
Line 165: | Line 169: | ||
|+ | |+ | ||
!rpm | !rpm | ||
! | !<math>t_{recipe}</math> | ||
!r/s | !r/s | ||
!r/m | !r/m |
Revision as of 06:02, 6 June 2024
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.
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
Name | Ingredients | Crafting Recipe |
---|---|---|
Mechanical Mixer | Cogwheel + Andesite Casing + Whisk |
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:
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 |
|
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)
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 the stack size of the item:
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
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 |