From 0e10e8360d6fa5aa6cbb86870b6244e8818d7dc8 Mon Sep 17 00:00:00 2001
From: coil <51716565+coil0@users.noreply.github.com>
Date: Sun, 15 Mar 2020 17:27:36 +0100
Subject: [PATCH] Fix crash when placing cable plates (#534)

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

diff --git a/technic/machines/other/init.lua b/technic/machines/other/init.lua
index a3640e3..f4a82f0 100644
--- a/technic/machines/other/init.lua
+++ b/technic/machines/other/init.lua
@@ -8,4 +8,8 @@
 	dofile(path.."/frames.lua")
 end
 
+-- Coal-powered machines
+dofile(path.."/coal_alloy_furnace.lua")
+dofile(path.."/coal_furnace.lua")
+
 dofile(path.."/anchor.lua")

--
Gitblit v1.8.0