summaryrefslogtreecommitdiff
path: root/plantpack.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-22 20:27:07 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-22 20:27:07 +0000
commit210646475132d8236928aaf8da43e0bcb2dbb448 (patch)
tree6bada15f402cb955a65be570c1add11d49ae35ce /plantpack.lua
parent87e79821316335177e6082db6fa700df79fafa2c (diff)
Tweaked and tidied biomes
Diffstat (limited to 'plantpack.lua')
-rw-r--r--plantpack.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plantpack.lua b/plantpack.lua
index 4ef0da5..d2c3e04 100644
--- a/plantpack.lua
+++ b/plantpack.lua
@@ -9,7 +9,7 @@ minetest.register_decoration({
place_on = {"default:desert_sand", "default:sandstone"},
sidelen = 16,
fill_ratio = 0.005,
- biomes = {"desert", "desertstone"},
+ biomes = {"desert", "sandstone"},
decoration = {
"bakedclay:cactus_echinocereus", "bakedclay:cactus_matucana",
"bakedclay:cactus_baseball", "bakedclay:cactus_golden"
@@ -22,7 +22,7 @@ minetest.register_decoration({
place_on = {"default:desert_sand", "default:sandstone", "default:sand"},
sidelen = 16,
fill_ratio = 0.004,
- biomes = {"desert", "desertstone"},
+ biomes = {"desert", "sandstone"},
decoration = {
"bakedclay:desert_kangaroo", "bakedclay:desert_brittle",
"bakedclay:desert_ocotillo", "bakedclay:desert_whitesage"