mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Documentation: now in repository. Programming documentation should be in /docs, player/user documentation should be in /WebHostLib/static/assets/tutorial.
Network: implement InvalidPacket, remove InvalidArguments and InvalidCmd Datapackage: implement per-game versions and per-game package retrieval
This commit is contained in:
@@ -18,6 +18,7 @@ class ALTTPWorld(World):
|
||||
item_name_to_id = {name: data.item_code for name, data in item_table.items() if type(data.item_code) == int}
|
||||
location_name_to_id = lookup_name_to_id
|
||||
|
||||
data_version = 7
|
||||
remote_items: bool = False
|
||||
|
||||
def collect(self, state: CollectionState, item: Item) -> bool:
|
||||
|
Reference in New Issue
Block a user