diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2014-12-06 16:28:39 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2014-12-06 16:28:39 +0000 |
commit | d82d835d4f160e6507e2bf206dd76477905b50cc (patch) | |
tree | afb44643e5199567d134e39988c593d2f60d82d5 /plantpack.lua | |
parent | c02863dfeaf54e36a4ffa8d1eb1c78ce1beed37a (diff) |
update: bugfix and new ice textures
Diffstat (limited to 'plantpack.lua')
-rw-r--r-- | plantpack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plantpack.lua b/plantpack.lua index 830671d..1c8f0d4 100644 --- a/plantpack.lua +++ b/plantpack.lua @@ -20,7 +20,7 @@ minetest.register_decoration({ deco_type = "simple", place_on = {"default:desert_sand", "default:sandstone", "default:sand"}, sidelen = 16, - fill_ratio = 0.003, + fill_ratio = 0.004, biomes = {"desert", "desertstone"}, decoration = {"bakedclay:desert_kangaroo", "bakedclay:desert_brittle", "bakedclay:desert_ocotillo", "bakedclay:desert_whitesage"}, }) |