update: bugfix and new ice textures
This commit is contained in:
parent
c02863dfea
commit
d82d835d4f
@ -604,7 +604,7 @@ minetest.register_decoration({ -- Carrot, Cucumber, Potato, Tomato, Corn, C
|
|||||||
|
|
||||||
minetest.register_decoration({ -- Melon, Pumpkin
|
minetest.register_decoration({ -- Melon, Pumpkin
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"default:green_dirt", "ethereal:jungle_dirt"},
|
place_on = {"ethereal:green_dirt", "ethereal:jungle_dirt"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
fill_ratio = 0.015,
|
fill_ratio = 0.015,
|
||||||
biomes = {"grassy", "grassytwo", "junglee", "jumble"},
|
biomes = {"grassy", "grassytwo", "junglee", "jumble"},
|
||||||
|
@ -20,7 +20,7 @@ minetest.register_decoration({
|
|||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"default:desert_sand", "default:sandstone", "default:sand"},
|
place_on = {"default:desert_sand", "default:sandstone", "default:sand"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
fill_ratio = 0.003,
|
fill_ratio = 0.004,
|
||||||
biomes = {"desert", "desertstone"},
|
biomes = {"desert", "desertstone"},
|
||||||
decoration = {"bakedclay:desert_kangaroo", "bakedclay:desert_brittle", "bakedclay:desert_ocotillo", "bakedclay:desert_whitesage"},
|
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
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
BIN
textures/default_ice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 B |
Loading…
Reference in New Issue
Block a user