wowowo looking gooooood

This commit is contained in:
Kacper Kostka
2023-01-28 11:04:13 +01:00
parent 046d6fb7a1
commit 8b7a428b88
7 changed files with 182 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ minetest.register_decoration({
decoration = "amogus_blocks:lucky_block",
})minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass"},
place_on = {"amogus_blocks:grass_green"},
sidelen = 16,
noise_params = {
offset = 0,
@@ -105,6 +105,68 @@ minetest.register_decoration({
y_min = 1,
decoration = "amogus_blocks:lucky_block",
})
minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass_green"},
sidelen = 16,
fill_ratio = 0.01,
biomes = {"green_biome"},
y_max = 31000,
y_min = 1,
decoration = "amogus_blocks:amogflower",
})
minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass_green"},
sidelen = 16,
fill_ratio = 0.10,
biomes = {"green_biome"},
y_max = 31000,
y_min = 1,
decoration = "amogus_blocks:grass_tall",
})minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass"},
sidelen = 16,
fill_ratio = 0.10,
biomes = {"amogus_biome"},
y_max = 31000,
y_min = 1,
decoration = "amogus_blocks:purple_grass_tall",
})
minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass"},
sidelen = 16,
fill_ratio = 0.01,
biomes = {"amogus_biome"},
y_max = 31000,
y_min = 1,
decoration = "amogus_blocks:amogflower",
})
minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass_green"},
sidelen = 16,
fill_ratio = 0.01,
biomes = {"green_biome"},
y_max = 31000,
y_min = 1,
decoration = "amogus_blocks:redflower",
})
minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass_green"},
sidelen = 16,
fill_ratio = 0.01,
biomes = {"green_biome"},
y_max = 31000,
y_min = 1,
decoration = "amogus_blocks:yellowflower",
})
minetest.register_decoration({
deco_type = "simple",
place_on = {"amogus_blocks:grass"},