Skip to content

Commit

Permalink
Fence rail: Only connect to fences. Update map mod README recipe
Browse files Browse the repository at this point in the history
Fence rail: Only connect to 'group:fence'.
Update map mod README crafting recipe documentation.
  • Loading branch information
paramat committed Sep 25, 2018
1 parent f42deb4 commit 24900f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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", "group:wood", "group:tree", "group:wall"},
connects_to = {"group:fence"},
inventory_image = fence_rail_texture,
wield_image = fence_rail_texture,
tiles = {def.texture},
Expand Down
2 changes: 1 addition & 1 deletion mods/map/README.txt
Expand Up @@ -22,7 +22,7 @@ default:glass G
default:paper P
default:stick S
default:steel_ingot I
default:wood W
group:wood W
dye:black D

GPS
Expand Down

0 comments on commit 24900f7

Please sign in to comment.