forked from minetest/minetest_game
Add icons for invisible nodes (#2718)
This commit is contained in:
@ -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,
|
||||
|
BIN
mods/default/textures/default_invisible_node_overlay.png
Normal file
BIN
mods/default/textures/default_invisible_node_overlay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 B |
Reference in New Issue
Block a user