new items added
This commit is contained in:
@@ -116,13 +116,20 @@ minetest.register_decoration({
|
||||
rotation = "random",
|
||||
})minetest.register_decoration({
|
||||
deco_type = "schematic",
|
||||
place_on = {"amogus_blocks:comp"},
|
||||
place_on = {"amogus_blocks:grass"},
|
||||
sidelen = 16,
|
||||
fill_ratio = 0.01,
|
||||
noise_params = {
|
||||
offset = 0,
|
||||
scale = 0.0001,
|
||||
spread = {x = 100, y = 100, z = 100},
|
||||
seed = 4321,
|
||||
octaves = 3,
|
||||
persist = 0.6
|
||||
},
|
||||
biomes = {"amogus_biome"},
|
||||
y_max = 31000,
|
||||
y_min = 1,
|
||||
schematic = "/schematics/treer.mts",
|
||||
schematic = "/schematics/minihouse.mts",
|
||||
flags = "place_center_x, place_center_z",
|
||||
rotation = "random",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user