mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-23 02:51:06 +01:00
Change inventory/wield image for void item
This commit is contained in:
parent
cf81dd63eb
commit
19e2d5f09e
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
BIN
mods/ITEMS/mcl_core/textures/mcl_core_void.png
Normal file
BIN
mods/ITEMS/mcl_core/textures/mcl_core_void.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 B |
Loading…
Reference in a new issue