Greymerk / minecraft-roguelike

This is a mod for minecraft that adds randomly generated dungeon complexes.
GNU General Public License v3.0
130 stars 53 forks source link

Frequency config option irritating #129

Closed simonmeusel closed 7 years ago

simonmeusel commented 7 years ago

The smaller the frequency config option is, the more dungeons it generates. This is irritating since normally the frequency should generate more dungeons the higher the number is. So either some more comments would be necessary or renaming the options to spawnRarity or something similar.

Greymerk commented 7 years ago

I've added another config option called "spawn chance" which is a probability value from 0 to 1. This will be a way adjust spawn rates using a percentage value.

at frequency 10, every village location has a dungeon. with a chance of 0.8 only 80% of village locations will have a dungeon.

simonmeusel commented 7 years ago

Thanks!