mirror of
https://github.com/minetest-mods/ropes.git
synced 2025-02-17 18:33:43 +01:00
Changed rope end texture for more seamless look
This commit is contained in:
2
init.lua
2
init.lua
@ -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(),
|
||||
|
Reference in New Issue
Block a user