From c6da0a6713e1dc77838d180987256bda62dbb19b Mon Sep 17 00:00:00 2001
From: RealBadAngel <mk@realbadangel.pl>
Date: Wed, 20 Mar 2013 03:46:35 +0100
Subject: [PATCH] Added Forcefield generator by ShadowNinja

---
 technic/concrete.lua |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/technic/concrete.lua b/technic/concrete.lua
index 001913e..929f155 100644
--- a/technic/concrete.lua
+++ b/technic/concrete.lua
@@ -72,7 +72,17 @@
 	groups = {cracky=1},
 	sounds = default.node_sound_stone_defaults(),
 })
-
+if type(register_stair_and_slab_and_panel_and_micro) == "function" then
+register_stair_and_slab_and_panel_and_micro(":stairsplus", "concrete", "technic:concrete",
+		{cracky=3},
+		{"technic_concrete_block.png"},
+		"Concrete Stairs",
+		"Concrete Slab",
+		"Concrete Panel",
+		"Concrete Microblock",
+		"concrete")
+end
+if type(register_stair_slab_panel_micro) == "function" then
 register_stair_slab_panel_micro(":stairsplus", "concrete", "technic:concrete",
 		{cracky=3},
 		{"technic_concrete_block.png"},
@@ -81,3 +91,4 @@
 		"Concrete Panel",
 		"Concrete Microblock",
 		"concrete")
+end

--
Gitblit v1.8.0