From 8a987bb361bb48f35048167c16abb8a72cdfa13c Mon Sep 17 00:00:00 2001
From: obl3pplifp <obl3pplifp@users.noreply.github.com>
Date: Sun, 09 Jun 2019 20:48:52 +0200
Subject: [PATCH] Add tubelib support to technic chests (#498)

---
 extranodes/init.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extranodes/init.lua b/extranodes/init.lua
index edc7e87..b8c3093 100644
--- a/extranodes/init.lua
+++ b/extranodes/init.lua
@@ -87,7 +87,7 @@
 		minetest.register_alias(modname .. ":panel_" .. origname .. "_vertical", newmod..":panel_" .. newname .. "_vertical")
 		minetest.register_alias(modname .. ":micro_" .. origname .. "_bottom", newmod..":micro_" .. newname .. "_bottom")
 		minetest.register_alias(modname .. ":micro_" .. origname .. "_top", newmod..":micro_" .. newname .. "_top")
-	end 
+	end
 
 	register_technic_stairs_alias("stairsplus", "concrete", "technic", "concrete")
 	register_technic_stairs_alias("stairsplus", "marble", "technic", "marble")

--
Gitblit v1.8.0