kaeza wrote:change:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.env.find_node_near
to:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.env:find_node_near
(note the colon ':' instead of the period '.')
Edit: It happens in line 10 and a bit below.
ok. thanks. I only looked at first one so I missed it.