Merge pull request #122 from kingoscargames/master

Make "Bamboo leaves" wave
master
Toby plowy 2017-10-04 18:01:19 +02:00 committed by GitHub
commit 20f1024582
1 changed files with 2 additions and 1 deletions

View File

@ -824,8 +824,9 @@ minetest.register_node("mapgen:bamboo", {
minetest.register_node("mapgen:bamboo_leaves", {
description = "Bamboo Leaves",
drawtype = "allfaces",
drawtype = "allfaces_optional",
tiles = {"mapgen_bamboo_leaves.png"},
waving = 1,
paramtype = "light",
is_ground_content = false,
sunlight_propagates = false,