Update init.lua

master
cheapie 2013-12-17 21:42:52 -06:00
parent 3b125610f3
commit c4687a1b5e
1 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@ for i in ipairs(plasticbox.colorlist) do
local colorname = plasticbox.colorlist[i][1]
local desc = plasticbox.colorlist[i][2]
register_stair(
if minetest.get_modpath("moreblocks") then
register_stair(
"plasticbox",
"plasticbox_"..colorname,
"plasticbox:plasticbox_"..colorname,