Update plastic_box.lua

master
crazyginger72 2014-06-23 12:19:01 -04:00
parent 52b860d370
commit 68b7526386
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,7 @@ minetest.register_craft({
})
--ugly below here.
--[[
if minetest.get_modpath("moreblocks") then
register_stair(
"plasticbox",
@ -319,3 +319,4 @@ for i in ipairs(plasticbox.colorlist) do
end
end
]]--