From 484ed5e03a36ffe630cf8dc2f2bcb7e33e318228 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Tue, 25 Feb 2025 21:45:04 +0100 Subject: [PATCH 1/2] Fix description for blockx/y --- src/mars_patcher/data/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mars_patcher/data/schema.json b/src/mars_patcher/data/schema.json index ec17585..cd20c78 100644 --- a/src/mars_patcher/data/schema.json +++ b/src/mars_patcher/data/schema.json @@ -108,11 +108,11 @@ }, "BlockX": { "$ref": "#/$defs/TypeU8", - "description": "The X-coordinate in the room where the player should spawn." + "description": "The X-coordinate in the room where the player should spawn. If the room contains a save station, then this value will not be taken into consideration." }, "BlockY": { "$ref": "#/$defs/TypeU8", - "description": "The Y-coordinate in the room where the player should spawn." + "description": "The Y-coordinate in the room where the player should spawn. If the room contains a save station, then this value will not be taken into consideration." } }, "required": [ From 0ebcac7080fa673fbb42c2759349ed8acdefa4e4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:45:32 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/mars_patcher/auto_generated_types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mars_patcher/auto_generated_types.py b/src/mars_patcher/auto_generated_types.py index ee2de07..52fe684 100644 --- a/src/mars_patcher/auto_generated_types.py +++ b/src/mars_patcher/auto_generated_types.py @@ -267,10 +267,10 @@ class MarsschemaStartinglocation(typ.TypedDict): """The room ID of the starting location.""" BlockX: Typeu8 - """The X-coordinate in the room where the player should spawn.""" + """The X-coordinate in the room where the player should spawn. If the room contains a save station, then this value will not be taken into consideration.""" BlockY: Typeu8 - """The Y-coordinate in the room where the player should spawn.""" + """The Y-coordinate in the room where the player should spawn. If the room contains a save station, then this value will not be taken into consideration.""" MarsschemaStartingitemsSecuritylevelsItem = typ.Literal[