Add is_ground_content=false to some nodes

This commit is contained in:
Wuzzy 2017-03-11 16:36:05 +01:00
parent d79d629e3d
commit 005b509938
10 changed files with 23 additions and 3 deletions

View file

@ -28,6 +28,7 @@ mcl_torches.register_torch = function(substring, description, icon, mesh_floor,
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,
is_ground_content = false,
walkable = false,
liquids_pointable = false,
light_source = light,
@ -134,6 +135,7 @@ mcl_torches.register_torch = function(substring, description, icon, mesh_floor,
paramtype = "light",
paramtype2 = "wallmounted",
sunlight_propagates = true,
is_ground_content = false,
walkable = false,
light_source = light,
groups = groups_wall,