{
	"client_settings": {
		"color_settings": {
			"moon_texture_color": "FFFFFF",
			"sky_light_color": "FFFFFF"
		},
		"moon_size": 60.0,
		"moon_texture_location": "minecraft:textures/environment/moon_phases.png"
	},
	"dimension_chances": {
		"minecraft:overworld": {
			"chance": 0.1,
			"min_number_of_nights_between": 20,
			"valid_moon_phases": [
				0,
				1,
				2,
				3,
				4,
				5,
				6,
				7
			]
		},
		"mce:sakura": {
			"chance": 1.0,
			"min_number_of_nights_between": 0,
			"valid_moon_phases": [
				0,
				1,
				2,
				3,
				4,
				5,
				6,
				7
			]
		}
	},
	"drops": {
		"drop_enhancer": { }
	},
	"mob_settings": {
		"blocks_sleeping": {
			"condition_to_flip": {
				"type": "corgilib:any"
			},
			"type": "corgilib:flipped"
		},
		"lunar_spawn_settings": {
			"force_surface_spawning": true,
			"mob_spawn_settings": {
				"spawn_costs": { },
				"spawners": {
					"ambient": [],
					"axolotls": [],
					"creature": [],
					"misc": [],
					"monster": [],
					"underground_water_creature": [],
					"water_ambient": [],
					"water_creature": []
				}
			},
			"slimes_spawn_everywhere": false,
			"use_biome_spawn_settings": true
		},
		"mob_effects": [],
		"spawn_category_multiplier": {
			"monster": 0.00
		  }
	},
	"text_components": {
		"end_notification": {
			"component": {
				"key": "enhancedcelestials.notification.peaceful_moon.set"
			},
			"type": "CHAT"
		},
		"name": {
			"key": "enhancedcelestials.name.peaceful_moon"
		},
		"start_notification": {
			"component": {
				"key": "enhancedcelestials.notification.peaceful_moon.rise"
			},
			"type": "CHAT"
		}
	}
}