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:
OgelGames 2021-01-25 16:00:48 +11:00 committed by SmallJoker
parent 7d39136764
commit f61bb82bd1
1 changed files with 2 additions and 0 deletions

View File

@ -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"},