The is a more basic equivalent of the Crushing Wheels, and is most likely the first of the two that the Player will construct. It is capable of applying milling recipes to any valid items inserted from above.
There are 2 variables that effect the processing speed of the Millstone: RPM and recipe duration. The recipe duration is a number assigned to each recipe to determine is processing time in relation to the RPM, a table with values below.
To calculate the exact number of game ticks it take to process one recipe (gt/recipe), we must first calculate the milling processing factor (mpf) as
.
If the mpf is less than 1 or more than 512, then it is forced to be 1 or 512 respectively, otherwise it stays unchanged. Now we can calculate the game ticks per recipe as
where the ceil function simply rounds up a number (so for example 8.1 becomes 9).
Finally, to calculate the exact number of seconds per recipe (s/recipe) or the number of recipes processed per second (recipe/s) we can use these formulas:
A Millstone can be powered by a Shaft from below or by a Cogwheel from the side.
There are two ways to insert items into a Millstone:
Dropping items on top of it: anything that can be processed will be picked up if the input buffer is empty.
Hoppers, Funnels, Chutes, and other inserters can directly feed it items from any side.
Once a valid item has been placed into the mill through any of the means listed above, the Millstone will begin to turn, and particles will appear around the machine. Once finished, the Millstone will not drop or output the result by itself, but there are two ways to remove processed items:
Right-clicking the Millstone with an empty hand: this will manually pick up everything in the output buffer.
Hoppers, Funnels, Chutes, and other exporters can pull items out of the output buffer from any side.
The Millstone takes time to process its inputs. The exact time depends on the Block Hardness and the amount of speed being fed into the machine. It follows the formula: , where the Processing Speed is the time in seconds the Millstone will take to create an output.
The Millstone being powered simutaniously by a cog from the side and a shaft through the bottom.
From Left to Right: A Chute, Hopper, Belt and Dropper all dropping items into a millstone, displaying the many ways you can insert an item into the machine.