mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 18:50:22 +01:00
parent
ea667f90a4
commit
cdc50bc069
@ -18,7 +18,7 @@ and minetest.setting_getbool("creative_mode") then
|
||||
end
|
||||
|
||||
function stairsplus:prepare_groups(groups)
|
||||
result = {}
|
||||
local result = {}
|
||||
if groups then
|
||||
for k, v in pairs(groups) do
|
||||
if k ~= "wood" and k ~= "stone" then
|
||||
|
Loading…
Reference in New Issue
Block a user