Mark unfinished items with “WIP” in tooltip
This commit is contained in:
parent
84b20db53e
commit
4300795837
5 changed files with 60 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue