Skip to content

Commit

Permalink
Fence rails: Allow connections to walls
Browse files Browse the repository at this point in the history
  • Loading branch information
TumeniNodes authored and Ezhh committed Oct 11, 2018
1 parent ab1a79b commit f583d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/functions.lua
Expand Up @@ -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},
Expand Down

0 comments on commit f583d90

Please sign in to comment.