1
0
mirror of git://repo.or.cz/tsm_mines.git synced 2025-01-09 17:50:18 +01:00

Ignore fake air for doc_items

This commit is contained in:
Wuzzy 2016-11-03 22:45:05 +01:00
parent d686d8ac8d
commit bbc1d4fe75

View File

@ -14,6 +14,7 @@ end
minetest.register_node("tsm_mines:dummy", {
description = "Air (you hacker you!)",
x_doc_items_create_entry = false,
inventory_image = "unknown_node.png",
wield_image = "unknown_node.png",
drawtype = "airlike",