forked from mtcontrib/homedecor_modpack
made skylight walkable.
This commit is contained in:
parent
d482b4ba7c
commit
d0cf35e434
2
init.lua
2
init.lua
|
@ -51,7 +51,7 @@ minetest.register_node('homedecor:skylight', {
|
||||||
inventory_image = 'default_glass.png',
|
inventory_image = 'default_glass.png',
|
||||||
paramtype = 'light',
|
paramtype = 'light',
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = false,
|
walkable = true,
|
||||||
groups = { snappy = 3 },
|
groups = { snappy = 3 },
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user