summaryrefslogtreecommitdiff
path: root/technic/machines/register/grinder_recipes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/register/grinder_recipes.lua')
-rw-r--r--technic/machines/register/grinder_recipes.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua
index 7ba1e0f..64eb8e1 100644
--- a/technic/machines/register/grinder_recipes.lua
+++ b/technic/machines/register/grinder_recipes.lua
@@ -30,8 +30,7 @@ local recipes = {
}
-- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe)
-minetest.register_craft({
- output = "default:sandstone 0",
+minetest.clear_craft({
recipe = {
{'default:sandstone'}
},