Made some updates to the vines mods

This commit is contained in:
Bas 2012-07-14 13:27:54 +02:00
parent c7507e1a59
commit f159599e4d
2 changed files with 1 additions and 0 deletions

@ -131,6 +131,7 @@ minetest.register_abm({
minetest.env:add_node(pos, {name="vines:vine_rotten"})
else
if n.name =="air" then
minetest.env:add_node(pos, {name="vines:vine_rotten"})
minetest.env:add_node(p, {name="vines:vine"})
end
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 244 B