Mark unfinished items with “WIP” in tooltip

This commit is contained in:
Wuzzy 2017-02-22 01:46:13 +01:00
parent 84b20db53e
commit 4300795837
5 changed files with 60 additions and 1 deletions

View file

@ -1,5 +1,5 @@
minetest.register_node("mcl_observers:observer", {
description = "Observer (WIP)",
description = "Observer",
is_ground_content = false,
sounds = mcl_sounds.node_sound_stone_defaults(),
paramtype2 = "facedir",