mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-12-29 17:17:30 +01:00
Made some updates to the vines mods
This commit is contained in:
parent
c7507e1a59
commit
f159599e4d
1
init.lua
1
init.lua
@ -131,6 +131,7 @@ minetest.register_abm({
|
|||||||
minetest.env:add_node(pos, {name="vines:vine_rotten"})
|
minetest.env:add_node(pos, {name="vines:vine_rotten"})
|
||||||
else
|
else
|
||||||
if n.name =="air" then
|
if n.name =="air" then
|
||||||
|
minetest.env:add_node(pos, {name="vines:vine_rotten"})
|
||||||
minetest.env:add_node(p, {name="vines:vine"})
|
minetest.env:add_node(p, {name="vines:vine"})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B |
Loading…
Reference in New Issue
Block a user