Remove “unknown node” particles when dig barrier

This commit is contained in:
Wuzzy 2017-03-02 22:55:07 +01:00
parent d9807e7a43
commit 4b6c9e3192
1 changed files with 1 additions and 0 deletions

View File

@ -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,