This commit is contained in:
bconlon 2020-07-19 21:30:37 -07:00
parent 47170d62f4
commit 2c42ffab0b

View file

@ -24,9 +24,9 @@ public class MapGenSilverDungeon extends MapGenStructure {
protected boolean canSpawnStructureAtCoords(int chunkX, int chunkZ) {
RandomTracker randomTracker = new RandomTracker();
if (randomTracker.testRandom(this.rand, 80) != 0)
if (randomTracker.testRandom(this.rand, 100) != 0)
{
if (randomTracker.testRandom(this.rand, 120) != 0)
if (randomTracker.testRandom(this.rand, 140) != 0)
{
return false;
}