dimple cup art, add the rest of the saplings

This commit is contained in:
FaceDeer 2017-03-11 15:00:00 -07:00
parent e5e718087c
commit f5d778e9f4
16 changed files with 12 additions and 12 deletions

View File

@ -48,9 +48,9 @@ minetest.register_node("dfcaverns:black_cap_sapling", {
description = S("Black Cap Spawn"),
drawtype = "plantlike",
visual_scale = 1.0,
tiles = {"dfcaverns_spore_tree_sapling.png"},
inventory_image = "dfcaverns_spore_tree_sapling.png",
wield_image = "dfcaverns_spore_tree_sapling.png",
tiles = {"dfcaverns_black_cap_sapling.png"},
inventory_image = "dfcaverns_black_cap_sapling.png",
wield_image = "dfcaverns_black_cap_sapling.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,

View File

@ -48,9 +48,9 @@ minetest.register_node("dfcaverns:goblin_cap_sapling", {
description = S("Goblin Cap Spawn"),
drawtype = "plantlike",
visual_scale = 1.0,
tiles = {"dfcaverns_spore_tree_sapling.png"},
inventory_image = "dfcaverns_spore_tree_sapling.png",
wield_image = "dfcaverns_spore_tree_sapling.png",
tiles = {"dfcaverns_goblin_cap_sapling.png"},
inventory_image = "dfcaverns_goblin_cap_sapling.png",
wield_image = "dfcaverns_goblin_cap_sapling.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,

View File

@ -48,9 +48,9 @@ minetest.register_node("dfcaverns:nether_cap_sapling", {
description = S("Nether Cap Spawn"),
drawtype = "plantlike",
visual_scale = 1.0,
tiles = {"dfcaverns_spore_tree_sapling.png"},
inventory_image = "dfcaverns_spore_tree_sapling.png",
wield_image = "dfcaverns_spore_tree_sapling.png",
tiles = {"dfcaverns_nether_cap_sapling.png"},
inventory_image = "dfcaverns_nether_cap_sapling.png",
wield_image = "dfcaverns_nether_cap_sapling.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 793 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 469 B

View File

@ -48,9 +48,9 @@ minetest.register_node("dfcaverns:tower_cap_sapling", {
description = S("Tower Cap Spawn"),
drawtype = "plantlike",
visual_scale = 1.0,
tiles = {"dfcaverns_spore_tree_sapling.png"},
inventory_image = "dfcaverns_spore_tree_sapling.png",
wield_image = "dfcaverns_spore_tree_sapling.png",
tiles = {"dfcaverns_tower_cap_sapling.png"},
inventory_image = "dfcaverns_tower_cap_sapling.png",
wield_image = "dfcaverns_tower_cap_sapling.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,