Skip to content
Snippets Groups Projects
Unverified Commit 24900f7d authored by Paramat's avatar Paramat Committed by GitHub
Browse files

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.
parent f42deb40
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,7 @@ function default.register_fence_rail(name, def) ...@@ -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, 3/16, -1/16, 1/2, 5/16, 1/16},
{1/16, -5/16, -1/16, 1/2, -3/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, inventory_image = fence_rail_texture,
wield_image = fence_rail_texture, wield_image = fence_rail_texture,
tiles = {def.texture}, tiles = {def.texture},
......
...@@ -22,7 +22,7 @@ default:glass G ...@@ -22,7 +22,7 @@ default:glass G
default:paper P default:paper P
default:stick S default:stick S
default:steel_ingot I default:steel_ingot I
default:wood W group:wood W
dye:black D dye:black D
GPS GPS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment