Skip to content

Commit 24900f7

Browse files
authoredSep 25, 2018
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.
1 parent f42deb4 commit 24900f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎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", "group:wood", "group:tree", "group:wall"},
371+
connects_to = {"group:fence"},
372372
inventory_image = fence_rail_texture,
373373
wield_image = fence_rail_texture,
374374
tiles = {def.texture},

Diff for: ‎mods/map/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default:glass G
2222
default:paper P
2323
default:stick S
2424
default:steel_ingot I
25-
default:wood W
25+
group:wood W
2626
dye:black D
2727

2828
GPS

0 commit comments

Comments
 (0)
Please sign in to comment.