remove ice

This commit is contained in:
Sumyjkl 2022-08-07 00:01:08 +10:00
parent 54a243acb1
commit 0884407a96
1 changed files with 11 additions and 11 deletions

View File

@ -563,17 +563,17 @@ if minetest.settings:get_bool("mcl_generate_ores", true) then
}) })
-- --
-- water and lava -- water and lava
-- -- removed
minetest.register_ore({ -- minetest.register_ore({
ore_type = "scatter", -- ore_type = "scatter",
ore = "mcl_core:ice", -- ore = "mcl_core:ice",
wherein = {"mcl_core:stone", "mcl_core:andesite", "mcl_core:diorite", "mcl_core:granite", "mcl_core:dirt"}, -- wherein = {"mcl_core:stone", "mcl_core:andesite", "mcl_core:diorite", "mcl_core:granite", "mcl_core:dirt"},
clust_scarcity = 9000, -- clust_scarcity = 9000,
clust_num_ores = 1, -- clust_num_ores = 1,
clust_size = 1, -- clust_size = 1,
y_min = mcl_worlds.layer_to_y(1000), -- y_min = mcl_worlds.layer_to_y(1000),
y_max = mcl_worlds.layer_to_y(30000), -- y_max = mcl_worlds.layer_to_y(30000),
}) -- })
-- --
-- -- Lava springs are rather common at -31 and below -- -- Lava springs are rather common at -31 and below
-- minetest.register_ore({ -- minetest.register_ore({