diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-12-09 22:33:33 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-12-09 22:33:33 +0000 |
commit | 0ec560b31a69f70a59256efb99158e47cb03b6a4 (patch) | |
tree | b05799875bdb323eaefe1c3e518afa441934a8d5 /plantpack.lua | |
parent | 56c6f0aef230730a96aa1b2cca7d1d93f1794f8b (diff) |
Added fire dust
Diffstat (limited to 'plantpack.lua')
-rw-r--r-- | plantpack.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plantpack.lua b/plantpack.lua index d2c3e04..6956de4 100644 --- a/plantpack.lua +++ b/plantpack.lua @@ -147,7 +147,7 @@ minetest.register_decoration({ place_on = {"default:sand", "default:green_dirt"}, sidelen = 16, fill_ratio = 0.015, - biomes = {"sandclay", "lake", "grassy", "grassytwo", "jumble"}, + biomes = {"sandclay", "grassy_ocean", "grassy", "grassytwo", "jumble"}, decoration = { "bakedclay:wetlands_cattails", "bakedclay:wetlands_pickerel", "bakedclay:wetlands_mannagrass", "bakedclay:wetlands_turtle" @@ -171,7 +171,7 @@ minetest.register_decoration({ sidelen = 16, fill_ratio = 0.004, biomes = { - "mushroom", "prairie", "grayness", "plains", "desert", "lake", + "mushroom", "prairie", "grayness", "plains", "desert", "junglee", "grassy", "grassytwo", "jumble", "snowy", "alpine", "fiery", "mesa", "bamboo" }, |