Core: Remove Universally Unique ID Requirements (Per-Game Data Packages) (#1933)
This commit is contained in:
		| @@ -28,7 +28,6 @@ class ShortHikeWorld(World): | ||||
|  | ||||
|     game = "A Short Hike" | ||||
|     web = ShortHikeWeb() | ||||
|     data_version = 2 | ||||
|  | ||||
|     item_name_to_id = {item["name"]: item["id"] for item in item_table} | ||||
|     location_name_to_id = {loc["name"]: loc["id"] for loc in location_table} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zach Parks
					Zach Parks