Rope textures changed

This commit is contained in:
DanDuncombe 2013-11-07 17:59:20 +00:00
parent cfebe9bee8
commit d90ccd0e95
4 changed files with 2 additions and 2 deletions

View File

@ -446,13 +446,13 @@ minetest.register_node("farming:rope",{
node_box = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{-1/16, -8/16, -1/16, 1/16, 8/16, 1/16}, {-2/16, -8/16, -2/16, 2/16, 8/16, 2/16},
}, },
}, },
selection_box = { selection_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{-1/16, -8/16, -1/16, 1/16, 8/16, 1/16}, {-3/16, -8/16, -3/16, 3/16, 8/16, 3/16},
}, },
}, },
}) })

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 357 B