wowowo looking gooooood
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user