mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-08-17 11:46:33 -04:00
Add icons for invisible nodes (#2718)
This commit is contained in:
parent
dd91a1bfe5
commit
6605724fe1
7 changed files with 10 additions and 4 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue