Difference between revisions of "Ignore"
Jump to navigation
Jump to search
General3214 (talk | contribs) m |
|||
Line 1: | Line 1: | ||
+ | {{Languages}} | ||
{{Block Data | {{Block Data | ||
| image=Air.png | | image=Air.png | ||
Line 11: | Line 12: | ||
| drops=''N/A'' | | drops=''N/A'' | ||
}} | }} | ||
− | + | ||
Normal players: Just ignore. | Normal players: Just ignore. | ||
Revision as of 20:19, 8 February 2016
Language: | English |
---|
CONTENT_IGNORE | |
---|---|
A node in Minetest Game | |
Node Type | N/A |
Drops | N/A |
Physics | N/A |
Luminance | No |
Flammable | No |
Generated | N/A |
Renewable | N/A |
Stackable | Yes (99) |
Itemstring | ignore |
Normal players: Just ignore.
Modders: It is a node that represents a node in a unloaded MapBlock. If you try to access a block whose MapBlock is unloaded, this is what you will get. You can use minetest.get_node_or_nil to get nil instead of "ignore".