add recipes to grind all sand types into stone dust
idea from https://github.com/minetest-mods/technic/issues/573
This commit is contained in:
parent
7d39136764
commit
f61bb82bd1
@ -23,6 +23,8 @@ local recipes = {
|
|||||||
{"technic:sulfur_lump", "technic:sulfur_dust 2"},
|
{"technic:sulfur_lump", "technic:sulfur_dust 2"},
|
||||||
{"default:stone", "technic:stone_dust"},
|
{"default:stone", "technic:stone_dust"},
|
||||||
{"default:sand", "technic:stone_dust"},
|
{"default:sand", "technic:stone_dust"},
|
||||||
|
{"default:desert_sand", "technic:stone_dust"},
|
||||||
|
{"default:silver_sand", "technic:stone_dust"},
|
||||||
|
|
||||||
-- Other
|
-- Other
|
||||||
{"default:cobble", "default:gravel"},
|
{"default:cobble", "default:gravel"},
|
||||||
|
Loading…
Reference in New Issue
Block a user