1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 13:20:28 +02:00

added support for default bushes

This commit is contained in:
TenPlus1
2017-07-24 20:07:13 +01:00
parent 0c72135d4d
commit 3a74785675
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,8 @@ local saplings = {
{"default:acacia_sapling", default.grow_new_acacia_tree, "soil"},
{"default:aspen_sapling", default.grow_new_aspen_tree, "soil"},
{"default:pine_sapling", pine_grow, "soil"},
{"default:bush_sapling", default.grow_bush, "soil"},
{"default:acacia_bush_sapling", default.grow_acacia_bush, "soil"},
}
-- helper tables ( "" denotes a blank item )