Module:Biome spawn data values BE

Jump to navigation Jump to search
Documentation[create] [refresh]
This module has no documentation. If you know how to use this module, please create it.
return {
	['bamboo_jungle'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'panda',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'parrot',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ocelot',
				['weight'] = 30,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['bamboo_jungle_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'panda',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'parrot',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ocelot',
				['weight'] = 30,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['basalt_deltas'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'strider',
				['weight'] = 20,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'magma_cube',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'ghast',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
	},
	['beach'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'turtle',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['birch_forest'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['birch_forest_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['birch_forest_hills_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['birch_forest_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['cherry_grove'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 2,
				['min_size'] = 2,
				['max_size'] = 6,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 2,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['cold_beach'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['cold_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['cold_taiga'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['cold_taiga_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['cold_taiga_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['crimson_forest'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'hoglin',
				['weight'] = 20,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'strider',
				['weight'] = 20,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'piglin',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'zombie_pigman',
				['weight'] = 1,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
	},
	['deep_cold_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['deep_dark'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['deep_frozen_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['deep_lukewarm_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 75,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 25,
				['min_size'] = 1,
				['max_size'] = 3,
			},
		},
	},
	['deep_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['deep_warm_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 75,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'pufferfish',
				['weight'] = 25,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 25,
				['min_size'] = 1,
				['max_size'] = 3,
			},
		},
	},
	['desert'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'husk',
				['weight'] = 240,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['desert_hills'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'husk',
				['weight'] = 240,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['desert_mutated'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'husk',
				['weight'] = 240,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['dripstone_caves'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['extreme_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 5,
				['min_size'] = 4,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['extreme_hills_edge'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 5,
				['min_size'] = 4,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['extreme_hills_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 5,
				['min_size'] = 4,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['extreme_hills_plus_trees'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 5,
				['min_size'] = 4,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['extreme_hills_plus_trees_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 5,
				['min_size'] = 4,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['flower_forest'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['forest'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 5,
				['min_size'] = 4,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['forest_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 5,
				['min_size'] = 4,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['frozen_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['frozen_peaks'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'goat',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['frozen_river'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'salmon',
				['weight'] = 16,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['grove'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['hell'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'strider',
				['weight'] = 20,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'zombie_pigman',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'ghast',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'piglin',
				['weight'] = 15,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'magma_cube',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
	},
	['ice_mountains'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['ice_plains'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['ice_plains_spikes'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['jagged_peaks'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'goat',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['jungle'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'parrot',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ocelot',
				['weight'] = 30,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'panda',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['jungle_edge'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'parrot',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ocelot',
				['weight'] = 30,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'panda',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['jungle_edge_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'parrot',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ocelot',
				['weight'] = 30,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'panda',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['jungle_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'parrot',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ocelot',
				['weight'] = 30,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'panda',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['jungle_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'parrot',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ocelot',
				['weight'] = 30,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'panda',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['legacy_frozen_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['lukewarm_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 75,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 25,
				['min_size'] = 1,
				['max_size'] = 3,
			},
		},
	},
	['lush_caves'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 75,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 25,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'axolotl',
				['weight'] = 10,
				['min_size'] = 4,
				['max_size'] = 6,
			},
		},
	},
	['mangrove_swamp'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'frog',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'bogged',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 25,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['meadow'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'rabbit',
				['weight'] = 2,
				['min_size'] = 2,
				['max_size'] = 6,
			},
			{
				['entity_id'] = 'sheep',
				['weight'] = 2,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'donkey',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mega_taiga'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mega_taiga_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mesa'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'armadillo',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mesa_bryce'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'armadillo',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mesa_plateau'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'armadillo',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mesa_plateau_mutated'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'armadillo',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 2,
				['min_size'] = 4,
				['max_size'] = 8,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mesa_plateau_stone'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'armadillo',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 2,
				['min_size'] = 4,
				['max_size'] = 8,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mesa_plateau_stone_mutated'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'armadillo',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['mushroom_island'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'mooshroom',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 8,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
	},
	['mushroom_island_shore'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'mooshroom',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 8,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
	},
	['ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'cod',
				['weight'] = 75,
				['min_size'] = 4,
				['max_size'] = 7,
			},
			{
				['entity_id'] = 'salmon',
				['weight'] = 26,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['pale_garden'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['plains'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'horse',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 6,
			},
			{
				['entity_id'] = 'donkey',
				['weight'] = 1,
				['min_size'] = 2,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['redwood_taiga_hills_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['redwood_taiga_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['river'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'drowned',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'salmon',
				['weight'] = 16,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
	},
	['roofed_forest'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['roofed_forest_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['savanna'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'armadillo',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'horse',
				['weight'] = 1,
				['min_size'] = 2,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['savanna_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'armadillo',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'horse',
				['weight'] = 1,
				['min_size'] = 2,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['savanna_plateau'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'armadillo',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 8,
			},
			{
				['entity_id'] = 'horse',
				['weight'] = 1,
				['min_size'] = 2,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['savanna_plateau_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'armadillo',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'llama',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 8,
			},
			{
				['entity_id'] = 'horse',
				['weight'] = 1,
				['min_size'] = 2,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['snowy_slopes'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'goat',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'polar_bear',
				['weight'] = 1,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'stray',
				['weight'] = 120,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['soulsand_valley'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'strider',
				['weight'] = 20,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'ghast',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
	},
	['stone_beach'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['stony_peaks'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['sunflower_plains'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'horse',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 6,
			},
			{
				['entity_id'] = 'donkey',
				['weight'] = 1,
				['min_size'] = 2,
				['max_size'] = 6,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['swampland'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'frog',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'bogged',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['swampland_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'frog',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'bogged',
				['weight'] = 40,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['taiga'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['taiga_hills'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'wolf',
				['weight'] = 8,
				['min_size'] = 4,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['taiga_mutated'] = {
		['AMBIENT_UNDERGROUND'] = {
			{
				['entity_id'] = 'bat',
				['weight'] = 10,
				['min_size'] = 8,
				['max_size'] = 8,
			},
		},
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'sheep',
				['weight'] = 12,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'chicken',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'pig',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'cow',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 3,
			},
			{
				['entity_id'] = 'fox',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'rabbit',
				['weight'] = 4,
				['min_size'] = 2,
				['max_size'] = 3,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
	},
	['the_end'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 4,
				['max_size'] = 4,
			},
		},
	},
	['warm_ocean'] = {
		['ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'squid',
				['weight'] = 8,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'dolphin',
				['weight'] = 7,
				['min_size'] = 3,
				['max_size'] = 5,
			},
		},
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_SURFACE'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'drowned',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'phantom',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'creeper',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'slime',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'spider',
				['weight'] = 100,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie',
				['weight'] = 95,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'skeleton',
				['weight'] = 80,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 2,
			},
			{
				['entity_id'] = 'witch',
				['weight'] = 5,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'zombie_villager_v2',
				['weight'] = 5,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['PILLAGER_SURFACE'] = {
			{
				['entity_id'] = 'pillager',
				['weight'] = 100,
				['min_size'] = 2,
				['max_size'] = 5,
			},
		},
		['WATER_ANIMAL_SURFACE'] = {
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 75,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'pufferfish',
				['weight'] = 25,
				['min_size'] = 3,
				['max_size'] = 5,
			},
			{
				['entity_id'] = 'tropicalfish',
				['weight'] = 25,
				['min_size'] = 1,
				['max_size'] = 3,
			},
		},
	},
	['warped_forest'] = {
		['ANIMAL_UNDERGROUND'] = {
			{
				['entity_id'] = 'strider',
				['weight'] = 20,
				['min_size'] = 2,
				['max_size'] = 4,
			},
			{
				['entity_id'] = 'glow_squid',
				['weight'] = 10,
				['min_size'] = 2,
				['max_size'] = 4,
			},
		},
		['MONSTER_UNDERGROUND'] = {
			{
				['entity_id'] = 'enderman',
				['weight'] = 10,
				['min_size'] = 1,
				['max_size'] = 1,
			},
			{
				['entity_id'] = 'enderman',
				['weight'] = 6,
				['min_size'] = 1,
				['max_size'] = 1,
			},
		},
	},
}