-- UwU Generacioncita minetest.register_ore({ ore_type = "scatter", ore = "uwu:stone_with_uwu", wherein = "default:stone", clust_scarcity = 16 * 16 * 16, clust_num_ores = 5, clust_size = 3, y_max = 31000, y_min = 1025, }) minetest.register_ore({ ore_type = "scatter", ore = "uwu:stone_with_uwu", wherein = "default:stone", clust_scarcity = 17 * 17 * 17, clust_num_ores = 3, clust_size = 4, y_max = -250, y_min = -750, }) minetest.register_ore({ ore_type = "scatter", ore = "uwu:stone_with_uwu", wherein = "default:stone", clust_scarcity = 15 * 15 * 15, clust_num_ores = 5, clust_size = 2, y_max = -751, y_min = -31000, })