From b1113e3eb2f34bf899720289b09df7aafe8adb75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Oct 2022 22:05:16 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 75424b21..ddfb16c5 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -34,12 +34,6 @@ "description": "Add bramble nodes to this planet and/or make this planet a bramble dimension", "$ref": "#/definitions/BrambleModule" }, - "buildPriority": { - "type": "integer", - "description": "Set to a higher number if you wish for this body to be built sooner", - "format": "int32", - "default": -1 - }, "canShowOnTitle": { "type": "boolean", "description": "Should this planet ever be shown on the title screen?",