{
	"client_settings": {
		"color_settings": {
			"moon_texture_color": "665828",
			"sky_light_color": "665828"
		},
		"moon_size": 20.0,
		"moon_texture_location": "minecraft:textures/environment/moon_phases.png",
		"sound_track": {
      "sound_id": "enhancedcelestials:blood_moon"
    }
	},
	"dimension_chances": {
		"minecraft:overworld": {
			"chance": 0.1,
			"min_number_of_nights_between": 4,
			"valid_moon_phases": [
				0,
				1,
				2,
				3,
				4,
				5,
				6,
				7
			]
		}
	},
	"drops": {
		"drop_enhancer": { }
	},
	"mob_settings": {
		"blocks_sleeping": {
			"type": "corgilib:any"
		},
		"lunar_spawn_settings": {
			"force_surface_spawning": true,
			"mob_spawn_settings": {
				"spawn_costs": { },
				"spawners": {
					"ambient": [],
					"axolotls": [],
					"creature": [],
					"misc": [],
					"monster": [
					{
			   "type": "rats:rat",
          		   "weight": 1000,
          		   "minCount": 6,
	 		   "maxCount": 50
			}
			],
					"underground_water_creature": [],
					"water_ambient": [],
					"water_creature": []
				}
			},
			"slimes_spawn_everywhere": false,
			"use_biome_spawn_settings": true
		},
		"mob_effects": [],
		"spawn_category_multiplier": {
			"monster": 1.25
		  }
	},
	"text_components": {
		"end_notification": {
			"component": {
				"key": "enhancedcelestials.notification.rat_moon.set"
			},
			"type": "CHAT"
		},
		"name": {
			"key": "enhancedcelestials.name.rat_moon"
		},
		"start_notification": {
			"component": {
				"key": "enhancedcelestials.notification.rat_moon.rise"
			},
			"type": "CHAT"
		}
	}
}