summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/machines/register/grinder_recipes.lua12
1 files changed, 7 insertions, 5 deletions
diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua
index b0e5f9e..3726053 100644
--- a/technic/machines/register/grinder_recipes.lua
+++ b/technic/machines/register/grinder_recipes.lua
@@ -60,11 +60,13 @@ end
-- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe)
-- this snippet, when executed, also corrupts some dye+wool combinations. A remedial
-- workaround is included in extractor recipes, since it's where we work with dyes.
-minetest.clear_craft({
- recipe = {
- {"default:sandstone"}
- }
-})
+-- UPD: after due consideration, this recipe removal is rejected altogether.
+-- The dye workaround, however, stays, just to be safe.
+-- minetest.clear_craft({
+-- recipe = {
+-- {"default:sandstone"}
+-- }
+-- })
if minetest.get_modpath("farming") then
table.insert(recipes, {"farming:seed_wheat", "farming:flour 1"})