added birch leaves

This commit is contained in:
cale 2016-11-30 19:41:31 +01:00
parent 0713bf7db8
commit c7815f97b3
2 changed files with 10 additions and 0 deletions

View File

@ -130,6 +130,16 @@ minetest.register_node("default:leaves_4", {
climbable = true,
})
minetest.register_node("default:leaves_5", {
description = "Leaves",
paramtype = "light",
drawtype = "allfaces",
tiles = {"default_leaves_5.png"},
groups = {crumbly = 3, leaves = 1},
walkable = false,
climbable = true,
})
minetest.register_node("default:stones_on_floor", {
description = "Stones on Floor",
tiles = {"default_stones_on_floor.png"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B