Rope textures changed

master
DanDuncombe 2013-11-07 17:59:20 +00:00 committed by Vanessa Ezekowitz
parent 940d546e4e
commit ccf218b6cf
4 changed files with 2 additions and 2 deletions

View File

@ -446,13 +446,13 @@ minetest.register_node("farming:rope",{
node_box = {
type = "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 = {
type = "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