Exclude barrier from “solid” group

This commit is contained in:
Wuzzy 2017-02-24 06:25:28 +01:00
parent bb9d6cf037
commit 1287ba7d69
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ minetest.register_node("mcl_core:barrier", {
stack_max = 64,
sunlight_propagates = true,
is_ground_content = false,
groups = { not_in_creative_inventory = 1, oddly_breakable_by_hand = 5 },
groups = { not_in_creative_inventory = 1, oddly_breakable_by_hand = 5, not_solid = 1 },
on_blast = function() end,
drop = "",
_mcl_blast_resistance = 18000003,