change all tree leaves back to cubical/allfaces_optional

master
Vanessa Ezekowitz 2015-09-11 21:32:30 -04:00
parent 24185ea88d
commit 4dcb29a0ea
9 changed files with 1 additions and 4 deletions

View File

@ -220,8 +220,7 @@ function realtest.register_tree(name, TreeDef)
minetest.register_node(tree.name.."_leaves", {
description = tree.description.." Leaves",
drawtype = "plantlike",
visual_scale = 1.189,
drawtype = "allfaces_optional",
tiles = {tree.textures.leaves},
paramtype = "light",
groups = {snappy=3, leafdecay=3, flammable=2,drop_on_dig=1,leaves=1},
@ -251,7 +250,6 @@ function realtest.register_tree(name, TreeDef)
minetest.register_node(tree.name.."_leaves_autumn", {
description = tree.description.." Leaves",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {tree.textures.autumn_leaves},
paramtype = "light",
groups = {snappy=3, leafdecay=3, flammable=2,drop_on_dig=1,leaves=1},
@ -282,7 +280,6 @@ function realtest.register_tree(name, TreeDef)
minetest.register_node(tree.name.."_leaves_winter", {
description = tree.description.." Leaves",
drawtype = "allfaces_optional",
visual_scale = 1.3,
tiles = {tree.textures.autumn_leaves},
paramtype = "light",
groups = {snappy=3, leafdecay=3, flammable=2,drop_on_dig=1,leaves=1},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 692 B

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 695 B

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 419 B

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 609 B

After

Width:  |  Height:  |  Size: 597 B