diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-03-01 09:58:46 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-03-01 09:58:46 +0000 |
commit | 66525a91a29b798c7ac707b3cf9c8d82a7b238b0 (patch) | |
tree | 70b3b30d0f01f0213c7d46b969ea6cd02da68c00 /plantpack.lua | |
parent | eca5b6e13c6b08bed05919425ed5a435f462b5f1 (diff) |
Added support for "default:dirt_with_rainforest_litter"
Diffstat (limited to 'plantpack.lua')
-rw-r--r-- | plantpack.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plantpack.lua b/plantpack.lua index 517e1c2..03e1096 100644 --- a/plantpack.lua +++ b/plantpack.lua @@ -81,7 +81,7 @@ minetest.register_decoration({ place_on = { "ethereal:prairie_grass", "ethereal:green_dirt", "ethereal:grove_dirt", "ethereal:jungle_grass", - "ethereal:gray_dirt" + "ethereal:gray_dirt", "default:dirt_with_rainforest_litter" }, sidelen = 16, fill_ratio = 0.005, @@ -96,7 +96,7 @@ minetest.register_decoration({ minetest.register_decoration({ deco_type = "simple", - place_on = {"ethereal:jungle_dirt", "ethereal:green_dirt"}, + place_on = {"ethereal:jungle_dirt", "ethereal:green_dirt", "default:dirt_with_rainforest_litter"}, sidelen = 16, fill_ratio = 0.007, biomes = {"junglee", "jumble"}, @@ -166,7 +166,8 @@ minetest.register_decoration({ "ethereal:dirt_with_snow", "ethereal:jungle_dirt", "ethereal:prairie_dirt", "ethereal:grove_dirt", "ethereal:dry_dirt", "ethereal:fiery_dirt", "default:sand", - "default:desert_sand", "xanadu:red", "ethereal:bamboo_dirt" + "default:desert_sand", "xanadu:red", "ethereal:bamboo_dirt", + "default:dirt_with_rainforest_litter" }, sidelen = 16, fill_ratio = 0.004, |