summaryrefslogtreecommitdiff
path: root/vines/nodes.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-30 23:20:05 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-03-30 23:20:05 -0400
commit2fa2867eb72593ae37d325352413e3f5c84f252d (patch)
treec28f088b2b3a45ca2525a77c9cc4a98d17a1680b /vines/nodes.lua
parente932a8478a12eb4fdddb76b5db3535854efd8293 (diff)
downloaddreambuilder_modpack-2fa2867eb72593ae37d325352413e3f5c84f252d.tar
dreambuilder_modpack-2fa2867eb72593ae37d325352413e3f5c84f252d.tar.gz
dreambuilder_modpack-2fa2867eb72593ae37d325352413e3f5c84f252d.tar.bz2
dreambuilder_modpack-2fa2867eb72593ae37d325352413e3f5c84f252d.tar.xz
dreambuilder_modpack-2fa2867eb72593ae37d325352413e3f5c84f252d.zip
update moretrees and plantlife (upstream vines mod updated, + bugfix)
Diffstat (limited to 'vines/nodes.lua')
-rw-r--r--vines/nodes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/vines/nodes.lua b/vines/nodes.lua
index 9d7df00..6a1ee22 100644
--- a/vines/nodes.lua
+++ b/vines/nodes.lua
@@ -58,7 +58,7 @@ minetest.register_node("vines:rope_end", {
groups = {flammable=2, not_in_creative_inventory=1},
sounds = default.node_sound_leaves_defaults(),
after_place_node = function(pos)
- yesh = {x = pos.x, y= pos.y-1, z=pos.z}
+ local yesh = {x = pos.x, y= pos.y-1, z=pos.z}
minetest.add_node(yesh, {name="vines:rope"})
end,
selection_box = {