{
  "client_settings": {
    "color_settings": {
      "moon_texture_color": "665828",
      "sky_light_color": "99833b"
    },
    "moon_size": 20.0,
    "moon_texture_location": "minecraft:textures/environment/moon_phases.png",
    "sound_track": {
      "sound_id": "enhancedcelestials:harvest_moon"
    }
  },
  "dimension_chances": {
    "minecraft:overworld": {
      "chance": 0.1,
      "min_number_of_nights_between": 15,
      "valid_moon_phases": [
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        7
      ]
    }
  },
  "drops": {
    "drop_enhancer": {
      "#enhancedcelestials:harvest_moon_crops": 2.0
    }
  },
  "mob_settings": {
    "blocks_sleeping": {
      "type": "corgilib:flipped",
      "condition_to_flip": {
        "type": "corgilib:any"
      }
    },
    "lunar_spawn_settings": {
      "force_surface_spawning": false,
      "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": {}
  },
  "text_components": {
    "end_notification": {
      "type": "CHAT",
      "component": {
        "key": "enhancedcelestials.notification.harvest_moon.set"
      }
    },
    "name": {
      "key": "enhancedcelestials.name.harvest_moon",
      "style": {
        "color": "ffff55"
      }
    },
    "start_notification": {
      "type": "CHAT",
      "component": {
        "key": "enhancedcelestials.notification.harvest_moon.rise",
        "style": {
          "color": "ffff55"
        }
      }
    }
  }
}