From f61bb82bd1c3bc9843bf2d05211a8ccd4e2c8388 Mon Sep 17 00:00:00 2001 From: OgelGames Date: Mon, 25 Jan 2021 16:00:48 +1100 Subject: [PATCH] add recipes to grind all sand types into stone dust idea from https://github.com/minetest-mods/technic/issues/573 --- technic/machines/register/grinder_recipes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua index ab70724..5adb4f0 100644 --- a/technic/machines/register/grinder_recipes.lua +++ b/technic/machines/register/grinder_recipes.lua @@ -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"},