From 652c9943c2c9adb538c871054296ba271dba0c80 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:35:08 +0200 Subject: [PATCH] api.md: add to the list of requirements --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index 3e1dc173..82a5da29 100644 --- a/docs/api.md +++ b/docs/api.md @@ -371,6 +371,8 @@ The world has to provide the following things for generation * additions to the regions list: at least one called "Menu" * locations placed inside those regions * a `def create_item(self, item: str) -> MyGameItem` for plando/manual placing +* applying `self.world.precollected_items` for plando/start inventory + if not using a `remote_start_inventory` * a `def generate_output(self, output_directory: str)` that creates the output if there is output to be generated. If only items are randomized and `remote_items = True` it is possible to have a generic mod and output