Jump to conversation
Unresolved conversations (4)
@ghost ghost Sep 28, 2017
get_node_or_nil() must be a lot less expensive to use repeatedly than get_node(), I take it?
mods/player_api/api.lua
tenplus1
@ghost ghost Sep 28, 2017
Comments are sentances, too.
Outdated
mods/player_api/api.lua
@ghost ghost Sep 28, 2017
Space here. Also why should there be so many blank lines?
Outdated
mods/player_api/api.lua
tenplus1
@SmallJoker SmallJoker Sep 28, 2017
Do you mean ```Lua = minetest.registered_nodes[minetest.get_node(pos).name] ``` ? Or do you want to change the ignore name to air? If so, then this code won't work as expected either, as it can either return the node information (for the specific position) or node definition.
mods/player_api/api.lua
SmallJoker tenplus1
Resolved conversations (0)