Add icons for invisible nodes (#2718)

This commit is contained in:
Wuzzy 2020-09-30 17:41:04 +02:00 committed by GitHub
parent dd91a1bfe5
commit 6605724fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 4 deletions

View file

@ -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",