mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 04:40:22 +02:00
Add icons for invisible nodes (#2718)
This commit is contained in:
@ -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 = "",
|
||||
|
Reference in New Issue
Block a user