mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-21 13:25:43 +01:00
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"},
|
||||
{"default:stone", "technic:stone_dust"},
|
||||
{"default:sand", "technic:stone_dust"},
|
||||
{"default:desert_sand", "technic:stone_dust"},
|
||||
{"default:silver_sand", "technic:stone_dust"},
|
||||
|
||||
-- Other
|
||||
{"default:cobble", "default:gravel"},
|
||||
|
Loading…
Reference in New Issue
Block a user