dimple cup art, add the rest of the saplings
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
BIN
textures/dfcaverns_black_cap_sapling.png
Normal file
After Width: | Height: | Size: 635 B |
BIN
textures/dfcaverns_dimple_cups_1.png
Normal file
After Width: | Height: | Size: 422 B |
BIN
textures/dfcaverns_dimple_cups_2.png
Normal file
After Width: | Height: | Size: 481 B |
BIN
textures/dfcaverns_dimple_cups_3.png
Normal file
After Width: | Height: | Size: 703 B |
BIN
textures/dfcaverns_dimple_cups_4.png
Normal file
After Width: | Height: | Size: 840 B |
BIN
textures/dfcaverns_dimple_cups_seeds.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
textures/dfcaverns_goblin_cap_sapling.png
Normal file
After Width: | Height: | Size: 454 B |
BIN
textures/dfcaverns_nether_cap_sapling.png
Normal file
After Width: | Height: | Size: 717 B |
Before Width: | Height: | Size: 691 B |
Before Width: | Height: | Size: 793 B After Width: | Height: | Size: 3.5 KiB |
BIN
textures/dfcaverns_tower_cap_sapling.png
Normal file
After Width: | Height: | Size: 811 B |
Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 469 B |
@ -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,
|
||||
|