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 index d893299..f3bc7b5 100644 Binary files a/textures/brick_ice.png and b/textures/brick_ice.png differ diff --git a/textures/brick_ice.png_old b/textures/brick_ice.png_old new file mode 100644 index 0000000..d893299 Binary files /dev/null and b/textures/brick_ice.png_old differ diff --git a/textures/default_ice.png b/textures/default_ice.png new file mode 100644 index 0000000..2664b7b Binary files /dev/null and b/textures/default_ice.png differ