forked from VoxeLibre/VoxeLibre
Remove “unknown node” particles when dig barrier
This commit is contained in:
parent
d9807e7a43
commit
4b6c9e3192
|
@ -16,6 +16,7 @@ minetest.register_node("mcl_core:barrier", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
inventory_image = "default_barrier.png",
|
inventory_image = "default_barrier.png",
|
||||||
wield_image = "default_barrier.png",
|
wield_image = "default_barrier.png",
|
||||||
|
tiles = { "blank.png" },
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
|
Loading…
Reference in New Issue