fix of selection box, dependences

master
Nemo 08 2012-03-17 02:17:50 +04:00
parent 80ade87e23
commit 4c4a51dfac
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1,2 @@
default
flowers
dye

View File

@ -29,9 +29,6 @@ for _, color in ipairs(DYE_COLORS) do
paramtype = 'light',
is_ground_content = true,
walkable = true,
selection_box = {
type = 'fixed',
},
material = minetest.digprop_glasslike(1.0),
})
end