update: bugfix and new ice textures

master
tenplus1 2014-12-06 16:28:39 +00:00
parent c02863dfea
commit d82d835d4f
5 changed files with 2 additions and 2 deletions

View File

@ -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"},

View File

@ -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"},
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 272 B

BIN
textures/brick_ice.png_old Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

BIN
textures/default_ice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B