mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Remove “unknown node” particles when dig barrier
This commit is contained in:
parent
d9807e7a43
commit
4b6c9e3192
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ minetest.register_node("mcl_core:barrier", {
|
|||
paramtype = "light",
|
||||
inventory_image = "default_barrier.png",
|
||||
wield_image = "default_barrier.png",
|
||||
tiles = { "blank.png" },
|
||||
stack_max = 64,
|
||||
sunlight_propagates = true,
|
||||
is_ground_content = false,
|
||||
|
|
Loading…
Reference in a new issue