forked from minetest-mods/moreblocks
parent
ea667f90a4
commit
cdc50bc069
@ -18,7 +18,7 @@ and minetest.setting_getbool("creative_mode") then
|
|||||||
end
|
end
|
||||||
|
|
||||||
function stairsplus:prepare_groups(groups)
|
function stairsplus:prepare_groups(groups)
|
||||||
result = {}
|
local result = {}
|
||||||
if groups then
|
if groups then
|
||||||
for k, v in pairs(groups) do
|
for k, v in pairs(groups) do
|
||||||
if k ~= "wood" and k ~= "stone" then
|
if k ~= "wood" and k ~= "stone" then
|
||||||
|
Loading…
Reference in New Issue
Block a user