From 6731db14e580ddccace186f5a8ac03dad0661e0c Mon Sep 17 00:00:00 2001
From: Gábriel <38207624+gabriel1379@users.noreply.github.com>
Date: Sun, 07 Jul 2024 18:53:15 +0200
Subject: [PATCH] Add compressor recipes for nether racks (#644)

---
 technic/tools/init.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/technic/tools/init.lua b/technic/tools/init.lua
index b8d9127..5e0aa02 100644
--- a/technic/tools/init.lua
+++ b/technic/tools/init.lua
@@ -14,6 +14,7 @@
 dofile(path.."/tree_tap.lua")
 dofile(path.."/sonic_screwdriver.lua")
 dofile(path.."/prospector.lua")
+dofile(path.."/vacuum.lua")
 
 if minetest.get_modpath("screwdriver") then
 	-- compatibility alias

--
Gitblit v1.8.0