Skip to content

Commit 846552f

Browse files
Merge pull request #4 from konstructs/feature-increase-radius
Increase radius of ores
2 parents 13addda + 7ecd207 commit 846552f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/reference.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ konstructs {
44
ores {
55
org/konstructs/ore/tin-ore {
66
spawns-in = org/konstructs/stone
7-
radius = 3
7+
radius = 4
88
generations = 3
99
probability = 750
1010
max-distance = 15
1111
}
1212
org/konstructs/ore/iron-ore {
1313
spawns-in = org/konstructs/stone
14-
radius = 3
14+
radius = 4
1515
generations = 3
1616
probability = 1000
1717
max-distance = 10
1818
}
1919
org/konstructs/ore/gold-nuggets {
2020
spawns-in = org/konstructs/stone
21-
radius = 4
21+
radius = 5
2222
generations = 5
2323
probability = 150
2424
max-distance = 10
2525
}
2626
org/konstructs/ore/silver-nuggets {
2727
spawns-in = org/konstructs/stone
28-
radius = 5
28+
radius = 6
2929
generations = 6
3030
probability = 300
3131
max-distance = 15

0 commit comments

Comments
 (0)