Stonemill

Stonemill

morered:stonemill
morered:stonemill
Source modMore Red
IDmorered:stonemill
TypeBlock
StackableYes (64)
Toolminecraft:item/wooden_pickaxe
Blast resistance6
Hardness2
FlammableNo

Stonemills are mechanical-power-consuming blocks that continually generate cobblestone when supplied with water and lava.

Contents
  1. Recipes
  2. Usage
  3. Data
  4. History

Recipes

Recipe TypeIngredientsOutputExample
Shaped Crafting
  • 2x minecraft:item/iron_ingot Iron Ingot
  • 2x minecraft:item/iron_bars Iron Bars
  • 2x minecraft:item/obsidian Obsidian
  • 1x morered:oak_axle Axle
  • 1x minecraft:item/diamond_pickaxe Diamond Pickaxe
  • 1x minecraft:item/hopper Hopper
  • 1x Stonemill

Shaped Crafting Recipe for Stonemills

Usage

In order to function, a stonemill must receive mechanical power via its top side, and have water and lava and lava with a fluid depth of at least 4 next to the "grates" on two of its sides.

Stonemill connected to water, lava, and a rotating axle

The stonemill requires a large amount of torque in order to grind cobblestone. Using Gearshifters can reduce the required power generated.

If the stonemill is rotated at least 1/32 rotations per second, and has both lava and water touching the grates, the stonemill will generate cobblestone at a rate of betweeen 31 and 94 ticks per cobblestone, depending on how fast it spins. To reach maximum cobblestone per second, a stonemill must rotate at 2 rotations per second.

The stonemill has a one-slot inventory which can be accessed by right-clicking it.

Stonemill GUI with one inventory slot containing cobblestone

If there is an inventory such as a barrel or tube underneath the block, the stonemill will automatically insert its stack of cobblestone into the inventory when there is no more room for new cobblestone (meaning hoppers are not necessary to automate item transfers).

Wooden axles and gears are ignitable by lava, but using mechanisms made from crimson stems or warped stems can avert this.

Data

Blockstate PropertiesValuesDescription
axis{"x", "z"}Whether the grates are facing west and east, or north and south
enabled{"true", "false"}Whether the grates are connected to sufficient levels of both water and lava

Blockentity data has the following format:

{
"morered:stonemill": {
"progress": <int>,
"gen_timestamp": <long>
},
"inventory": {
"stacks": <list of itemstacks>
}
}
BlockEntity DataFormatDescription
progressintegerValue in the range [0, 63]. How much progress the stonemill has accumulated to the next cobblestone.
gen_timestamplongTimestamp (in game time ticks) of when the last cobblestone was generated. Cobblestone begins generating again 30 ticks after this timestamp.
stacksList of Itemstack objectsHas values "id", "count", and "data". Only the first slot is used.

History

VersionChangelog
21.10.0Inventory is now serialized under inventory -> stacks
1.21.8-8.0.0.0Added to More Red

More Red 
🛠 Building and Crafting
⚙ Mechanisms
⩄ Redstone Logic
⛟ Transportation
🔌 Wires and Cables