new items added

This commit is contained in:
Kacper Kostka
2023-01-22 18:26:41 +01:00
parent 3e0eb60b2a
commit aeba15798b
53 changed files with 58 additions and 7844 deletions

View File

@@ -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",
})