moreplants changes

master
D00Med 2017-01-19 05:32:46 +10:00
parent b8291b7c9f
commit 65bb1a11e7
7 changed files with 26 additions and 0 deletions

View File

@ -691,6 +691,32 @@ minetest.register_node("moreplants:clover", {
},
})
minetest.register_node("moreplants:mushcluster", {
description = "Mushroom Cluster",
drawtype = "firelike",
tiles = {
"moreplants_mushcluster.png",
"moreplants_trans.png",
"moreplants_trans.png",
"moreplants_mushcluster.png",
"moreplants_mushcluster.png",
"moreplants_mushcluster.png"
},
groups = {snappy=3, flammable=1, attatched_node=1, flora=1},
sounds = default.node_sound_leaves_defaults(),
is_ground_content=true,
buildable_to = true,
sunlight_propagates = true,
walkable = false,
inventory_image = "moreplants_mushcluster.png",
paramtype = "light",
selection_box = {
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, -0.1, 0.5}
},
})
minetest.register_node("moreplants:groundfung", {
description = "Ground fungus",
drawtype = "firelike",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B