1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 05:10:29 +02:00

fix flowers addition :)

This commit is contained in:
TenPlus1
2019-03-25 20:32:13 +00:00
parent 363ec856ee
commit 1299f39126
2 changed files with 8 additions and 8 deletions

View File

@ -63,7 +63,7 @@ if minetest.get_modpath("ethereal") then
{"ethereal:orange_tree_sapling", ethereal.grow_orange_tree, "soil"},
{"ethereal:bamboo_sprout", ethereal.grow_bamboo_tree, "soil"},
{"ethereal:birch_sapling", ethereal.grow_birch_tree, "soil"},
{"ethereal:sakura_sapling", ethereal.grow_sakura_tree, "soil"},
{"ethereal:sakura_sapling", ethereal.grow_sakura_tree, "soil"},
})
local grass = {"default:grass_3", "default:grass_4", "default:grass_5", ""}