RealBadAngel
2013-03-20 c6da0a6713e1dc77838d180987256bda62dbb19b
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