introduce World.topology_present, to indicate if any meaningful path information is available in the world

This commit is contained in:
Fabian Dill
2021-07-08 11:07:41 +02:00
parent ffc00b7800
commit 172c1789a8
4 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ client_version = (0, 4)
class MinecraftWorld(World):
game: str = "Minecraft"
options = minecraft_options
topology_present = True
def _get_mc_data(self):
exits = ["Overworld Structure 1", "Overworld Structure 2", "Nether Structure 1", "Nether Structure 2",