forked from thunderdog1138/star_wars
Fence rails: Allow connections to walls
This commit is contained in:
parent
ab1a79b13c
commit
f583d90c94
|
@ -368,7 +368,7 @@ function default.register_fence_rail(name, def)
|
|||
{1/16, 3/16, -1/16, 1/2, 5/16, 1/16},
|
||||
{1/16, -5/16, -1/16, 1/2, -3/16, 1/16}},
|
||||
},
|
||||
connects_to = {"group:fence"},
|
||||
connects_to = {"group:fence", "group:wall"},
|
||||
inventory_image = fence_rail_texture,
|
||||
wield_image = fence_rail_texture,
|
||||
tiles = {def.texture},
|
||||
|
|
Loading…
Reference in New Issue