From 1d0ede59b74f1409a3aaed13fa4c911cccb625fd Mon Sep 17 00:00:00 2001 From: Ben C Date: Thu, 3 Oct 2024 04:12:13 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index cd38cdee..8cd8e1e7 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -552,9 +552,10 @@ "description": "Radius of a simple sphere used as the ground for the planet. If you want to use more complex terrain, leave this as\n0.", "format": "float" }, - "invulnerableToSun": { + "hasFluidDetector": { "type": "boolean", - "description": "Can this planet survive entering a star?" + "description": "Is this planet able to detect fluid volumes? Disabling this means that entering a star or lava volume will not destroy this planet\nMay have adverse effects if anglerfish are added to this planet, disable this if you want those to work (they have fluid volumes in their mouths)", + "default": true }, "showMinimap": { "type": "boolean",