mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
Update to mc-dev rename revision 01
This commit is contained in:
@@ -197,7 +197,7 @@ public final class SpawnerCreature {
|
||||
}
|
||||
|
||||
public static void a(World world, BiomeBase biomebase, int i, int j, int k, int l, Random random) {
|
||||
List list = biomebase.a(EnumCreatureType.CREATURE);
|
||||
List list = biomebase.getMobs(EnumCreatureType.CREATURE);
|
||||
|
||||
if (!list.isEmpty()) {
|
||||
while (random.nextFloat() < biomebase.d()) {
|
||||
|
Reference in New Issue
Block a user