forked from nalc/nalc_game
Add icons for invisible nodes (#2718)
This commit is contained in:
@ -78,6 +78,8 @@ end
|
||||
-- nodes from being placed in the top half of the door.
|
||||
minetest.register_node("doors:hidden", {
|
||||
description = S("Hidden Door Segment"),
|
||||
inventory_image = "doors_hidden_segment.png^default_invisible_node_overlay.png",
|
||||
wield_image = "doors_hidden_segment.png^default_invisible_node_overlay.png",
|
||||
drawtype = "airlike",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
BIN
mods/doors/textures/doors_hidden_segment.png
Normal file
BIN
mods/doors/textures/doors_hidden_segment.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 B |
Reference in New Issue
Block a user