mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 09:26:08 +03:00
11 lines
404 B
Diff
11 lines
404 B
Diff
--- ../src-base/minecraft/net/minecraft/world/gen/feature/WorldGenDungeons.java
|
|
+++ ../src-work/minecraft/net/minecraft/world/gen/feature/WorldGenDungeons.java
|
|
@@ -159,6 +159,6 @@
|
|
|
|
private ResourceLocation pickMobSpawner(Random rand)
|
|
{
|
|
- return SPAWNERTYPES[rand.nextInt(SPAWNERTYPES.length)];
|
|
+ return net.minecraftforge.common.DungeonHooks.getRandomDungeonMob(rand);
|
|
}
|
|
}
|