make cobwebs walkable-through, also sunlight propagates.

Esse commit está contido em:
Vanessa Ezekowitz
2014-08-12 12:23:32 -04:00
commit 9fab61ec90

Ver arquivo

@@ -929,7 +929,8 @@ minetest.register_node("homedecor:cobweb", {
inventory_image = "homedecor_cobweb_inv.png",
paramtype = "light",
paramtype2 = "facedir",
walkable = true,
sunlight_propagates = true,
walkable = false,
selection_box = {
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}