mirror of
https://github.com/minetest-mods/ropes.git
synced 2025-02-17 18:33:43 +01:00
Made some updates to the vines mods
This commit is contained in:
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 |
Reference in New Issue
Block a user