Stardew Valley: Turned the Treehouse into an unlockable item (#2004)

This commit is contained in:
agilbert1412
2023-07-21 13:56:03 -04:00
committed by GitHub
parent 7f180a6d5a
commit 57c1bc800c
5 changed files with 6 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ class StardewValleyWorld(World):
item_name_to_id = {name: data.code for name, data in item_table.items()}
location_name_to_id = {name: data.code for name, data in location_table.items()}
data_version = 2
data_version = 3
required_client_version = (0, 4, 0)
options: StardewOptions