From b81d1d3f2debcab4d18cf4dee824075ef0bbb116 Mon Sep 17 00:00:00 2001
From: Lejo <Lejo_1@web.de>
Date: Sat, 13 Apr 2019 20:45:49 +0200
Subject: [PATCH] Check protection of the forcefield and Quarry (#468)

---
 technic/machines/register/init.lua |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/technic/machines/register/init.lua b/technic/machines/register/init.lua
index 55c1f8b..29ec2ea 100644
--- a/technic/machines/register/init.lua
+++ b/technic/machines/register/init.lua
@@ -19,6 +19,11 @@
 dofile(path.."/grinder_recipes.lua")
 dofile(path.."/extractor_recipes.lua")
 dofile(path.."/compressor_recipes.lua")
+dofile(path.."/centrifuge_recipes.lua")
+dofile(path.."/freezer_recipes.lua")
+
+-- Multi-Machine Recipes
+dofile(path.."/grindings.lua")
 
 -- Machines
 dofile(path.."/alloy_furnace.lua")
@@ -26,4 +31,5 @@
 dofile(path.."/grinder.lua")
 dofile(path.."/extractor.lua")
 dofile(path.."/compressor.lua")
-
+dofile(path.."/centrifuge.lua")
+dofile(path.."/freezer.lua")

--
Gitblit v1.8.0