Skip to content

Commit

Permalink
- Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrificTrifid committed May 19, 2022
1 parent fab5bca commit cd81756
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "TerrificTrifid",
"name": "Cloudless Quantum Moons",
"uniqueName": "TerrificTrifid.VisibleQMs",
"version": "0.1.3",
"version": "0.1.4",
"owmlVersion": "2.1.0",
"dependencies": [ "xen.NewHorizons" ]
}
2 changes: 1 addition & 1 deletion planets/qm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "QUANTUM_MOON",
"destroy" : true
}
2 changes: 1 addition & 1 deletion planets/qm_bh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "Quantum Hollow",
"Base": {
"hasMapMarker": true,
Expand Down
2 changes: 1 addition & 1 deletion planets/qm_db.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "Quantum Bramble",
"Base": {
"hasMapMarker": true,
Expand Down
2 changes: 1 addition & 1 deletion planets/qm_eye.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "Quantum Fate",
"Base": {
"hasMapMarker": true,
Expand Down
2 changes: 1 addition & 1 deletion planets/qm_gd.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "Quantum Deep",
"Base": {
"hasMapMarker": true,
Expand Down
2 changes: 1 addition & 1 deletion planets/qm_ht.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "Quantum Twin",
"Base": {
"hasMapMarker": true,
Expand Down
2 changes: 1 addition & 1 deletion planets/qm_th.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json",
"name" : "Quantum Hearth",
"Base": {
"hasMapMarker": true,
Expand Down

0 comments on commit cd81756

Please sign in to comment.