Changed rope end texture for more seamless look

This commit is contained in:
bas080
2013-03-15 16:49:08 +01:00
parent a6b8600213
commit 291f04fa50

View File

@ -62,7 +62,7 @@ minetest.register_node("vines:rope_end", {
sunlight_propagates = true,
paramtype = "light",
drops = "",
tile_images = { "vines_rope.png" },
tile_images = { "vines_rope_end.png" },
drawtype = "plantlike",
groups = {flammable=2, not_in_creative_inventory=1},
sounds = default.node_sound_leaves_defaults(),