summaryrefslogtreecommitdiff
path: root/castle/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-05-19 22:20:33 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-05-19 22:20:33 -0400
commit0e8d734a692aa79ececac77d7cb3ca8911a29682 (patch)
tree83b69dcb99bf18f6eda0e30c9277ad9a902fa2d9 /castle/init.lua
parent7d08fbf33b2c4ff97aa3cd447f9b524d3ed4b6f9 (diff)
downloaddreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar
dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar.gz
dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar.bz2
dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.tar.xz
dreambuilder_modpack-0e8d734a692aa79ececac77d7cb3ca8911a29682.zip
update castle, homedecor, maptools, moreblocks, moretrees, and teleport request
Diffstat (limited to 'castle/init.lua')
-rw-r--r--castle/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/castle/init.lua b/castle/init.lua
index 012366e..73a97d7 100644
--- a/castle/init.lua
+++ b/castle/init.lua
@@ -16,6 +16,7 @@ minetest.register_node("castle:stonewall", {
paramtype = "light",
drop = "castle:stonewall",
groups = {cracky=3},
+ sunlight_propagates = false,
sounds = default.node_sound_stone_defaults(),
})