We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13addda + 7ecd207 commit 846552fCopy full SHA for 846552f
1 file changed
src/main/resources/reference.conf
@@ -4,28 +4,28 @@ konstructs {
4
ores {
5
org/konstructs/ore/tin-ore {
6
spawns-in = org/konstructs/stone
7
- radius = 3
+ radius = 4
8
generations = 3
9
probability = 750
10
max-distance = 15
11
}
12
org/konstructs/ore/iron-ore {
13
14
15
16
probability = 1000
17
max-distance = 10
18
19
org/konstructs/ore/gold-nuggets {
20
21
- radius = 4
+ radius = 5
22
generations = 5
23
probability = 150
24
25
26
org/konstructs/ore/silver-nuggets {
27
28
- radius = 5
+ radius = 6
29
generations = 6
30
probability = 300
31
0 commit comments