Add sticks to grasslands.

This commit is contained in:
Duane 2016-06-26 00:25:15 -05:00
parent 5568b5c893
commit 394b046bed
4 changed files with 43 additions and 4 deletions

View file

@ -77,7 +77,7 @@ minetest.register_node('fun_caves:sticks_default', {
drawtype = 'allfaces_optional',
waving = 1,
visual_scale = 1.3,
tiles = {'mymonths_sticks.png'},
tiles = {'fun_caves_dry_twigs.png'},
paramtype = 'light',
is_ground_content = false,
drop = 'default:stick 2',