mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
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:
parent
f42deb4026
commit
24900f7da5
@ -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
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user