Crafting using Cogwheel, Andesite Casing and Any Stone, arranged in the pattern shown. Produces Millstone.
Millstone
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Millstone | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:millstone- Namespace
create- Mod ID
create- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"C",
"S",
"I"
],
"ingredients": {
"C": {
"item": "create:cogwheel"
},
"I": {
"tag": "forge:stone"
},
"S": {
"item": "create:andesite_casing"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

