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
7 changed files with 10 additions and 4 deletions

View File

@ -796,6 +796,8 @@ minetest.register_node("default:apple", {
minetest.register_node("default:apple_mark", {
description = S("Apple Marker"),
inventory_image = "default_apple.png^default_invisible_node_overlay.png",
wield_image = "default_apple.png^default_invisible_node_overlay.png",
drawtype = "airlike",
paramtype = "light",
sunlight_propagates = true,

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B