cool
This commit is contained in:
parent
60728d2a98
commit
3e0eb60b2a
@ -59,24 +59,7 @@ minetest.register_decoration({
|
|||||||
decoration = "amogus_blocks:lucky_block",
|
decoration = "amogus_blocks:lucky_block",
|
||||||
})
|
})
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "lb",
|
deco_type = "simple",
|
||||||
place_on = {"amogus_blocks:grass"},
|
|
||||||
sidelen = 16,
|
|
||||||
noise_params = {
|
|
||||||
offset = 0,
|
|
||||||
scale = 0.0001,
|
|
||||||
spread = {x = 100, y = 100, z = 100},
|
|
||||||
seed = 1234,
|
|
||||||
octaves = 3,
|
|
||||||
persist = 0.6
|
|
||||||
},
|
|
||||||
biomes = {"amogus_biome"},
|
|
||||||
y_max = 31000,
|
|
||||||
y_min = 1,
|
|
||||||
decoration = "amogus_blocks:lucky_block",
|
|
||||||
})
|
|
||||||
minetest.register_decoration({
|
|
||||||
deco_type = "tv",
|
|
||||||
place_on = {"amogus_blocks:grass"},
|
place_on = {"amogus_blocks:grass"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
@ -108,3 +91,39 @@ minetest.register_decoration({
|
|||||||
flags = "place_center_x, place_center_z",
|
flags = "place_center_x, place_center_z",
|
||||||
rotation = "random",
|
rotation = "random",
|
||||||
})
|
})
|
||||||
|
minetest.register_decoration({
|
||||||
|
deco_type = "schematic",
|
||||||
|
place_on = {"amogus_blocks:grass"},
|
||||||
|
sidelen = 16,
|
||||||
|
fill_ratio = 0.01,
|
||||||
|
biomes = {"amogus_biome"},
|
||||||
|
y_max = 31000,
|
||||||
|
y_min = 1,
|
||||||
|
schematic = "/schematics/fallen.mts",
|
||||||
|
flags = "place_center_x, place_center_z",
|
||||||
|
rotation = "random",
|
||||||
|
})
|
||||||
|
minetest.register_decoration({
|
||||||
|
deco_type = "schematic",
|
||||||
|
place_on = {"amogus_blocks:grass"},
|
||||||
|
sidelen = 16,
|
||||||
|
fill_ratio = 0.01,
|
||||||
|
biomes = {"amogus_biome"},
|
||||||
|
y_max = 31000,
|
||||||
|
y_min = 1,
|
||||||
|
schematic = "/schematics/treer.mts",
|
||||||
|
flags = "place_center_x, place_center_z",
|
||||||
|
rotation = "random",
|
||||||
|
})minetest.register_decoration({
|
||||||
|
deco_type = "schematic",
|
||||||
|
place_on = {"amogus_blocks:comp"},
|
||||||
|
sidelen = 16,
|
||||||
|
fill_ratio = 0.01,
|
||||||
|
biomes = {"amogus_biome"},
|
||||||
|
y_max = 31000,
|
||||||
|
y_min = 1,
|
||||||
|
schematic = "/schematics/treer.mts",
|
||||||
|
flags = "place_center_x, place_center_z",
|
||||||
|
rotation = "random",
|
||||||
|
})
|
||||||
|
|
||||||
|
BIN
mods/amogus_generator/schematics/comp.mts
Normal file
BIN
mods/amogus_generator/schematics/comp.mts
Normal file
Binary file not shown.
BIN
mods/amogus_generator/schematics/fallen.mts
Normal file
BIN
mods/amogus_generator/schematics/fallen.mts
Normal file
Binary file not shown.
BIN
mods/amogus_generator/schematics/treer.mts
Normal file
BIN
mods/amogus_generator/schematics/treer.mts
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user