update 3apple

This commit is contained in:
HybridDog 2013-05-18 20:23:24 +02:00
parent 096e27c050
commit 8d65e1f87a
3 changed files with 7 additions and 4 deletions

View File

@ -250,10 +250,13 @@ minetest.register_node(":default:apple", {
type = "fixed",
fixed = {
{-3/16, -7/16, -3/16, 3/16, 1/16, 3/16},
{-1/4, -3/8, -3/16, 1/4, 0, 3/16},
{-3/16, -3/8, -1/4, 3/16, 0, 1/4},
{0, 1/16, -1/16, 1/16, 1/4, 0},
{-1/16, 1/16, 0, 0, 1/4, 1/16},
{-4/16, -6/16, -3/16, 4/16, 0, 3/16},
{-3/16, -6/16, -4/16, 3/16, 0, 4/16},
{-1/32, 1/16, -1/32, 1/32, 4/16, 1/32},
{-1/16, 1.6/16, 0, 1/16, 1.8/16, 1/16},
{-2/16, 1.4/16, 1/16, 1/16, 1.6/16, 2/16},
{-2/16, 1.2/16, 2/16, 0, 1.4/16, 3/16},
{-1.5/16, 1/16, .5/16, 0.5/16, 1.2/16, 2.5/16},
}
},
groups = {fleshy=3,dig_immediate=3,flammable=2},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 388 B