Add icons for invisible nodes (#2718)
This commit is contained in:
parent
dd91a1bfe5
commit
6605724fe1
7 changed files with 10 additions and 4 deletions
|
@ -429,6 +429,8 @@ end
|
|||
|
||||
minetest.register_node("tnt:boom", {
|
||||
drawtype = "airlike",
|
||||
inventory_image = "tnt_boom.png",
|
||||
wield_image = "tnt_boom.png",
|
||||
light_source = default.LIGHT_MAX,
|
||||
walkable = false,
|
||||
drop = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue