mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 19:55:09 +00: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,
|
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,
|
||||||
|
|
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