forked from Mineclonia/Mineclonia
Change inventory/wield image for void item
This commit is contained in:
parent
cf81dd63eb
commit
19e2d5f09e
|
@ -51,8 +51,8 @@ minetest.register_node("mcl_core:void", {
|
||||||
walkable = false,
|
walkable = false,
|
||||||
floodable = false,
|
floodable = false,
|
||||||
buildable_to = false,
|
buildable_to = false,
|
||||||
inventory_image = "unknown_node.png",
|
inventory_image = "mcl_core_void.png",
|
||||||
wield_image = "unknown_node.png",
|
wield_image = "mcl_core_void.png",
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 243 B |
Loading…
Reference in New Issue