From 705961e2fe23678753de81b3034df946edc9ab9d Mon Sep 17 00:00:00 2001
From: SmallJoker <mk939@ymail.com>
Date: Tue, 01 Nov 2022 20:27:26 +0100
Subject: [PATCH] Supply converter: Charge batteries again

---
 technic/machines/register/grinder_recipes.lua |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua
index da90aad..5adb4f0 100644
--- a/technic/machines/register/grinder_recipes.lua
+++ b/technic/machines/register/grinder_recipes.lua
@@ -23,6 +23,8 @@
 	{"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"},
@@ -30,6 +32,8 @@
 	{"default:sandstone",        "default:sand 2"}, -- reverse recipe can be found in the compressor
 	{"default:desert_sandstone", "default:desert_sand 2"}, -- reverse recipe can be found in the compressor
 	{"default:silver_sandstone", "default:silver_sand 2"}, -- reverse recipe can be found in the compressor
+
+	{"default:ice",              "default:snowblock"},
 }
 
 -- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe)

--
Gitblit v1.8.0