From 9ea27fa544d056e43eb458344cb958aa59a49168 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 25 Nov 2022 22:28:08 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index f84505df..a5c81d70 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -575,6 +575,11 @@ "format": "float", "default": 750.0 }, + "hasVines": { + "type": "boolean", + "description": "Whether this dimensions has vines.\nSet to false if you want to create your own vines.", + "default": true + }, "allowedEntrances": { "type": "array", "description": "An array of integers from 0-5. By default, all entrances are allowed. To force this dimension to warp players in from only one point (like the anglerfish nest dimension in the base game) set this value to [3], [5], or similar. Values of 0-5 only.",