From 5b7cd09470a00dbe3d42654eca73c27f20f31b78 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:05:58 +0100 Subject: [PATCH] I just didn't do this one and then Medic approved it anyway LMAO --- docs/world api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/world api.md b/docs/world api.md index 3dec76d132c8..5c78b306932b 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -466,7 +466,7 @@ The world has to provide the following things for generation: * the properties mentioned above * additions to the item pool -* additions to the regions list: at least one called "Menu" +* additions to the regions list: at least one using the world class's `origin_region_name` ("Menu" by default) * locations placed inside those regions * a `def create_item(self, item: str) -> MyGameItem` to create any item on demand * applying `self.multiworld.push_precollected` for world-defined start inventory