This file is indexed.

/usr/share/games/minetest/mods/moreores/_config.txt is in minetest-mod-moreores 0~20130828+git0977bbc809-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
------------------------------------------------------------------------------
------------------------------ CONFIGURATION ---------------------------------
------------------------------------------------------------------------------

------------------------------------------------------------------------------
-------- Change settings by changing the values after the "=". ---------------
------------------------------------------------------------------------------

-- Chunk sizes for ore generation (bigger = ore deposits are more scattered around)
moreores_copper_chunk_size = 8
moreores_tin_chunk_size = 7
moreores_silver_chunk_size = 11
moreores_gold_chunk_size = 14
moreores_mithril_chunk_size = 11

-- Amount of ore per chunk (higher = bigger ore deposits)
moreores_copper_ore_per_chunk = 8
moreores_tin_ore_per_chunk = 3
moreores_silver_ore_per_chunk = 4
moreores_gold_ore_per_chunk = 4
moreores_mithril_ore_per_chunk = 1

-- Minimal depths of ore generation (Y coordinate, 0 being sea level by default)
moreores_copper_min_depth = -31000
moreores_tin_min_depth = -31000
moreores_silver_min_depth = -31000
moreores_gold_min_depth = -31000
moreores_mithril_min_depth = -31000

-- Maximal depths of ore generation (Y coordinate, 0 being sea level by default)
moreores_copper_max_depth = 64
moreores_tin_max_depth = 8
moreores_silver_max_depth = -2
moreores_gold_max_depth = -64
moreores_mithril_max_depth = -512