123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- ----rocks n stuff--------
- minetest.register_ore({
- ore_type = "blob",
- ore = "minerdream:marble_white",
- wherein = {"default:stone"},
- clust_scarcity = 25 * 25 * 25,
- clust_size = 5,
- y_min = -5000,
- y_max = -50,
- noise_threshold = 0.0,
- noise_params = {
- offset = 0.5,
- scale = 0.2,
- spread = {x = 5, y = 5, z = 5},
- seed = 766,
- octaves = 1,
- persist = 0.0
- },
- })
- minetest.register_ore({
- ore_type = "blob",
- ore = "minerdream:marble_pink",
- wherein = {"default:stone"},
- clust_scarcity = 25 * 25 * 25,
- clust_size = 5,
- y_min = -5000,
- y_max = -125,
- noise_threshold = 0.0,
- noise_params = {
- offset = 0.5,
- scale = 0.2,
- spread = {x = 5, y = 5, z = 5},
- seed = 766,
- octaves = 1,
- persist = 0.0
- },
- })
- minetest.register_ore({
- ore_type = "blob",
- ore = "minerdream:marble_red",
- wherein = {"default:stone"},
- clust_scarcity = 25 * 25 * 25,
- clust_size = 5,
- y_min = -5000,
- y_max = -200,
- noise_threshold = 0.0,
- noise_params = {
- offset = 0.5,
- scale = 0.2,
- spread = {x = 5, y = 5, z = 5},
- seed = 766,
- octaves = 1,
- persist = 0.0
- },
- })
- minetest.register_ore({
- ore_type = "blob",
- ore = "minerdream:marble_green",
- wherein = {"default:stone"},
- clust_scarcity = 25 * 25 * 25,
- clust_size = 5,
- y_min = -5000,
- y_max = -300,
- noise_threshold = 0.0,
- noise_params = {
- offset = 0.5,
- scale = 0.2,
- spread = {x = 5, y = 5, z = 5},
- seed = 766,
- octaves = 1,
- persist = 0.0
- },
- })
- minetest.register_ore({
- ore_type = "blob",
- ore = "minerdream:marble_blue",
- wherein = {"default:stone"},
- clust_scarcity = 25 * 25 * 25,
- clust_size = 5,
- y_min = -5000,
- y_max = -425,
- noise_threshold = 0.0,
- noise_params = {
- offset = 0.5,
- scale = 0.2,
- spread = {x = 5, y = 5, z = 5},
- seed = 766,
- octaves = 1,
- persist = 0.0
- },
- })
- minetest.register_ore({
- ore_type = "blob",
- ore = "minerdream:marble_black",
- wherein = {"default:stone"},
- clust_scarcity = 25 * 25 * 25,
- clust_size = 5,
- y_min = -5000,
- y_max = -600,
- noise_threshold = 0.0,
- noise_params = {
- offset = 0.5,
- scale = 0.2,
- spread = {x = 5, y = 5, z = 5},
- seed = 766,
- octaves = 1,
- persist = 0.0
- },
- })
- ---treasure---
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:treasure1",
- wherein = "default:desert_stone",
- clust_scarcity = 8 * 8 * 8,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -200,
- y_max = 50,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:treasure1",
- wherein = "default:stone",
- clust_scarcity = 8 * 8 * 8,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -200,
- y_max = 50,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:treasure2",
- wherein = "default:desert_stone",
- clust_scarcity = 10 * 10 * 10,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -400,
- y_max = -100,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:treasure2",
- wherein = "default:stone",
- clust_scarcity = 10 * 10 * 10,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -400,
- y_max = -100,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:treasure3",
- wherein = "default:stone",
- clust_scarcity = 12 * 12 * 12,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -750,
- y_max = -250,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:treasure4",
- wherein = "default:stone",
- clust_scarcity = 14 * 14 * 14,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -2000,
- y_max = -500,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:treasure5",
- wherein = "default:stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -2500,
- y_max = -1500,
- })
- ---ores---
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_calcium",
- wherein = "default:stone",
- clust_scarcity = 12 * 12 * 12,
- clust_num_ores = 5,
- clust_size = 2,
- y_min = -31000,
- y_max = 420,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_potassium",
- wherein = "default:stone",
- clust_scarcity = 13 * 13 * 13,
- clust_num_ores = 7,
- clust_size = 3,
- y_min = -31000,
- y_max = 420,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_nickel",
- wherein = "default:stone",
- clust_scarcity = 13 * 13 * 13,
- clust_num_ores = 7,
- clust_size = 3,
- y_min = -31000,
- y_max = -40,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_zinc",
- wherein = "default:stone",
- clust_scarcity = 14 * 14 * 14,
- clust_num_ores = 7,
- clust_size = 3,
- y_min = -31000,
- y_max = -50,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_silver",
- wherein = "default:stone",
- clust_scarcity = 14 * 14 * 14,
- clust_num_ores = 3,
- clust_size = 2,
- y_min = -31000,
- y_max = -64,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_lead",
- wherein = "default:stone",
- clust_scarcity = 13 * 13 * 13,
- clust_num_ores = 7,
- clust_size = 3,
- y_min = -31000,
- y_max = -70,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_aluminum",
- wherein = "default:stone",
- clust_scarcity = 14 * 14 * 14,
- clust_num_ores = 4,
- clust_size = 3,
- y_min = -31000,
- y_max = -250,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_platinum",
- wherein = "default:stone",
- clust_scarcity = 14 * 14 * 14,
- clust_num_ores = 4,
- clust_size = 3,
- y_min = -31000,
- y_max = -300,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_cobalt",
- wherein = "default:stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 3,
- clust_size = 3,
- y_min = -31000,
- y_max = -500,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_ruthenium",
- wherein = "default:stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 3,
- clust_size = 3,
- y_min = -31000,
- y_max = -500,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_amethyst",
- wherein = "default:stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = -650,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_jade",
- wherein = "default:stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = -650,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_garnet",
- wherein = "default:stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = -650,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_bituminous_coal",
- wherein = "default:stone",
- clust_scarcity = 13 * 13 * 13,
- clust_num_ores = 10,
- clust_size = 3,
- y_min = -31000,
- y_max = -500,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_topaz",
- wherein = "default:stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = -1700,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_spinel",
- wherein = "default:stone",
- clust_scarcity = 16 * 16 * 16,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = -1700,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_aquamarine",
- wherein = "default:stone",
- clust_scarcity = 16 * 16 * 16,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = -1700,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_onyx",
- wherein = "default:stone",
- clust_scarcity = 16 * 16 * 16,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = -1700,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_tantalum",
- wherein = "default:stone",
- clust_scarcity = 16 * 16 * 16,
- clust_num_ores = 3,
- clust_size = 3,
- y_min = -31000,
- y_max = -1500,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:stone_with_rhodium",
- wherein = "default:stone",
- clust_scarcity = 16 * 16 * 16,
- clust_num_ores = 3,
- clust_size = 3,
- y_min = -31000,
- y_max = -1500,
- })
- -------desert ores--------
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:desertstone_with_richiron",
- wherein = "default:desert_stone",
- clust_scarcity = 10 * 10 * 10,
- clust_num_ores = 5,
- clust_size = 2,
- y_min = -31000,
- y_max = 420,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:desertstone_with_lapislazuli",
- wherein = "default:desert_stone",
- clust_scarcity = 10 * 10 * 10,
- clust_num_ores = 5,
- clust_size = 2,
- y_min = -31000,
- y_max = 420,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:desertstone_with_coal",
- wherein = "default:desert_stone",
- clust_scarcity = 12 * 12 * 12,
- clust_num_ores = 5,
- clust_size = 2,
- y_min = -31000,
- y_max = 420,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:desertstone_with_sulfur",
- wherein = "default:desert_stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 5,
- clust_size = 2,
- y_min = -31000,
- y_max = 420,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:desertstone_with_saltpeter",
- wherein = "default:desert_stone",
- clust_scarcity = 15 * 15 * 15,
- clust_num_ores = 5,
- clust_size = 2,
- y_min = -31000,
- y_max = 420,
- })
- minetest.register_ore({
- ore_type = "scatter",
- ore = "minerdream:desertstone_with_poorgold",
- wherein = "default:desert_stone",
- clust_scarcity = 10 * 10 * 10,
- clust_num_ores = 1,
- clust_size = 1,
- y_min = -31000,
- y_max = 420,
- })
|