{ 
	"version" : 23,
	"name" : "Base data pack",
	"key" : "default-data",
	"type" : "data-pack",
	"mingsversion" : 30200,
	"check" : "data-main.json",
	"size" : 105539334,
	"description" : "Required data pack.\nFor Gaia Sky 3.2.0 and above. Contains the solar system planets and moons, asteroids, minor planets, satellites, orbits, constellations, the Milky Way, grids, locations and other important objects. Without this data pack Gaia Sky won't start.",
	"releasenotes": "-Upgrade to new descriptor format introduced in 3.2.0.\n-Oort cloud taken to own external dataset.",
	"link" : "@mirror-url@basedata",
	"data" : [
		{
			"loader": "gaiasky.data.JsonLoader",
			"files": [  
				"data/sun.json",
				"data/planets.json",
				"data/moons.json",
				"data/satellites.json",

				"data/orbits-planet.json",
				"data/orbits-moon.json",
				"data/orbits-satellite.json",

				"data/extra.json",

				"data/locations.json",
				"data/locations-earth.json",
				"data/locations-moon.json",

				"data/asteroids.json",
				"data/orbits-asteroid.json",
				"data/asteroids-dr2.json",
				"data/orbits-asteroids-dr2.json"
			]
		},
		{
			"loader": "gaiasky.data.GeoJsonLoader",
			"files": [ "data/countries/countries.geo.json" ]
		},
		{
			"loader": "gaiasky.data.constel.ConstellationsLoader",
			"files": [ "data/constellations/constel_hip.csv" ]
		},
		{
			"loader": "gaiasky.data.constel.ConstelBoundariesLoader",
			"files": [ "data/constellations/boundaries.csv" ]
		}
	]}
