forked from mtcontrib/homedecor_modpack
make cobwebs walkable-through, also sunlight propagates.
This commit is contained in:
parent
0202d3ed5e
commit
9fab61ec90
|
@ -929,7 +929,8 @@ minetest.register_node("homedecor:cobweb", {
|
||||||
inventory_image = "homedecor_cobweb_inv.png",
|
inventory_image = "homedecor_cobweb_inv.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
walkable = true,
|
sunlight_propagates = true,
|
||||||
|
walkable = false,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}
|
fixed = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user