diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-06 18:13:59 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-06-06 18:13:59 +0100 |
commit | 627f14bd30ec64c72d786cbf1a51970d18b3c1bf (patch) | |
tree | 30af7d7293382fcf8815bbccb9fbabd2b3899e1c | |
parent | 8cdd0f7b8ea4c5550c9ea615593c4c88098e18b8 (diff) |
added dirt_with_rainforest_litter to lazarus decoration
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ minetest.register_decoration({ minetest.register_decoration({ deco_type = "simple", - place_on = {"default:dirt_with_grass"}, + place_on = {"default:dirt_with_grass", "default:dirt_with_rainforest_litter"}, sidelen = 16, noise_params = { offset = 0, |