add World.location_names

This commit is contained in:
Fabian Dill
2021-07-12 15:11:48 +02:00
parent 9821e05386
commit ae32315bf7
11 changed files with 70 additions and 58 deletions

View File

@@ -17,6 +17,7 @@ class MinecraftWorld(World):
options = minecraft_options
topology_present = True
item_names = frozenset(item_table)
location_names = frozenset(advancement_table)
def _get_mc_data(self):
exits = ["Overworld Structure 1", "Overworld Structure 2", "Nether Structure 1", "Nether Structure 2",