Merge pull request #17 from D00Med/toby

yellow ipe tree
This commit is contained in:
Toby plowy 2017-01-15 16:37:09 +01:00 committed by GitHub
commit 0897704776
6 changed files with 32 additions and 0 deletions

View File

@ -1,4 +1,36 @@
minetest.register_node("mapgen:yellow_ipe_leves", {
description = "yellow ipe leves",
drawtype = "allfaces",
paramtype = "light",
tiles = {
"mapgen_yellow_ipe_leves.png",
},
groups = {snappy = 1, oddly_breakable_by_hand = 1, flammable = 1, dig_immediate = 1, leaves = 1, leafdecay = 3},
sounds = default.node_sound_leaves_defaults()
})
minetest.register_node("mapgen:yellow_ipe_Planks", {
description = "yellow ipe Planks",
tiles = {
"mapgen_yellow_ipe_wood.png",
},
groups = {choppy = 1, flammable = 1, oddly_breakable_by_hand=1},
sounds = default.node_sound_wood_defaults()
})
minetest.register_node("mapgen:yellow_ipe_tree", {
description = "yellowv ipe tree",
tiles = {
"mapgen_yellow_ipe_tree_top.png",
"mapgen_yellow_ipe_tree_top.png",
"mapgen_yellow_ipe_tree.png",
},
groups = {choppy = 2, tree = 1, flammable = 1, oddly_breakable_by_hand=1},
sounds = default.node_sound_wood_defaults(),
on_place = minetest.rotate_node
})
minetest.register_node("mapgen:coarse_dirt", {
description = "coarse dirt",
tiles = {"mapgen_coarse_dirt.png"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B