1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 15:00:18 +01:00

Fence rails: Allow connections to walls

This commit is contained in:
TumeniNodes 2018-10-11 14:31:35 -04:00 committed by Ezhh
parent ab1a79b13c
commit f583d90c94

View File

@ -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},