diff options
-rw-r--r-- | mapgen_v7s.lua | 2 | ||||
-rw-r--r-- | plantpack.lua | 2 | ||||
-rw-r--r-- | textures/brick_ice.png | bin | 277 -> 272 bytes | |||
-rw-r--r-- | textures/brick_ice.png_old | bin | 0 -> 277 bytes | |||
-rw-r--r-- | textures/default_ice.png | bin | 0 -> 272 bytes |
5 files changed, 2 insertions, 2 deletions
diff --git a/mapgen_v7s.lua b/mapgen_v7s.lua index bd0e722..128b387 100644 --- a/mapgen_v7s.lua +++ b/mapgen_v7s.lua @@ -604,7 +604,7 @@ minetest.register_decoration({ -- Carrot, Cucumber, Potato, Tomato, Corn, C minetest.register_decoration({ -- Melon, Pumpkin
deco_type = "simple",
- place_on = {"default:green_dirt", "ethereal:jungle_dirt"},
+ place_on = {"ethereal:green_dirt", "ethereal:jungle_dirt"},
sidelen = 16,
fill_ratio = 0.015,
biomes = {"grassy", "grassytwo", "junglee", "jumble"},
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"}, }) diff --git a/textures/brick_ice.png b/textures/brick_ice.png Binary files differindex d893299..f3bc7b5 100644 --- a/textures/brick_ice.png +++ b/textures/brick_ice.png diff --git a/textures/brick_ice.png_old b/textures/brick_ice.png_old Binary files differnew file mode 100644 index 0000000..d893299 --- /dev/null +++ b/textures/brick_ice.png_old diff --git a/textures/default_ice.png b/textures/default_ice.png Binary files differnew file mode 100644 index 0000000..2664b7b --- /dev/null +++ b/textures/default_ice.png |