Fence rail: Only connect to fences. Update map mod README recipe

Fence rail: Only connect to 'group:fence'.
Update map mod README crafting recipe documentation.
This commit is contained in:
Paramat 2018-09-25 19:42:19 +01:00 committed by GitHub
parent f42deb4026
commit 24900f7da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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", "group:wood", "group:tree", "group:wall"},
connects_to = {"group:fence"},
inventory_image = fence_rail_texture,
wield_image = fence_rail_texture,
tiles = {def.texture},

View File

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