Change inventory/wield image for void item

This commit is contained in:
Wuzzy 2017-03-21 20:01:30 +01:00
parent cf81dd63eb
commit 19e2d5f09e
2 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ minetest.register_node("mcl_core:void", {
walkable = false,
floodable = false,
buildable_to = false,
inventory_image = "unknown_node.png",
wield_image = "unknown_node.png",
inventory_image = "mcl_core_void.png",
wield_image = "mcl_core_void.png",
stack_max = 64,
sunlight_propagates = true,
is_ground_content = false,

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B