Skip to content

Commit f583d90

Browse files
TumeniNodesEzhh
authored andcommittedOct 11, 2018
Fence rails: Allow connections to walls
1 parent ab1a79b commit f583d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/default/functions.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ function default.register_fence_rail(name, def)
368368
{1/16, 3/16, -1/16, 1/2, 5/16, 1/16},
369369
{1/16, -5/16, -1/16, 1/2, -3/16, 1/16}},
370370
},
371-
connects_to = {"group:fence"},
371+
connects_to = {"group:fence", "group:wall"},
372372
inventory_image = fence_rail_texture,
373373
wield_image = fence_rail_texture,
374374
tiles = {def.texture},

0 commit comments

Comments
 (0)
Please sign in to comment.