mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-12-28 08:37: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"})
|
||||
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 |
Loading…
Reference in New Issue
Block a user