Skip to content

Commit

Permalink
Merge pull request #4 from konstructs/feature-increase-radius
Browse files Browse the repository at this point in the history
Increase radius of ores
  • Loading branch information
petterarvidsson committed Dec 6, 2016
2 parents 13addda + 7ecd207 commit 846552f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/reference.conf
Expand Up @@ -4,28 +4,28 @@ konstructs {
ores {
org/konstructs/ore/tin-ore {
spawns-in = org/konstructs/stone
radius = 3
radius = 4
generations = 3
probability = 750
max-distance = 15
}
org/konstructs/ore/iron-ore {
spawns-in = org/konstructs/stone
radius = 3
radius = 4
generations = 3
probability = 1000
max-distance = 10
}
org/konstructs/ore/gold-nuggets {
spawns-in = org/konstructs/stone
radius = 4
radius = 5
generations = 5
probability = 150
max-distance = 10
}
org/konstructs/ore/silver-nuggets {
spawns-in = org/konstructs/stone
radius = 5
radius = 6
generations = 6
probability = 300
max-distance = 15
Expand Down

0 comments on commit 846552f

Please sign in to comment.