Archipelago/worlds/stardew_valley
agilbert1412 280ebf9c34
Stardew valley: Supported Mods documentation and changes required for legal reasons (#2038)
## What is this fixing or adding?
It was pointed out that distributing an archive with copies of all the supported mods could lead to legal problems down the line. So we are moving away from this approach.
This also means that, in the event that a mod gets updated and the previous version is no longer available, we need the ability to update the mod's supported version at any point in time, and cannot rely on AP's release schedule for such updates that will, in most cases, be only changing the string for the required version.

Changes:
- Scrub all references to the support mods zip file from documentation
- Create dedicated "Supported Mods" documentation page, external to AP so we can keep it updated with mod versions regardless of their release schedule
- Remove mod version validation from the AP backend, and manage that in the mod itself, for the same reason.
2023-07-29 04:08:22 +02:00
..
data Stardew Valley: Fix typo with woods obelisk item (#2015) 2023-07-22 23:23:03 -05:00
docs Stardew valley: Supported Mods documentation and changes required for legal reasons (#2038) 2023-07-29 04:08:22 +02:00
mods Stardew valley: Supported Mods documentation and changes required for legal reasons (#2038) 2023-07-29 04:08:22 +02:00
scripts Stardew Valley: 4.x.x - The Ginger Update (#1931) 2023-07-19 20:26:38 +02:00
strings Stardew Valley: 4.x.x - The Ginger Update (#1931) 2023-07-19 20:26:38 +02:00
test Stardew valley: backpack fix, enum fix (#2028) 2023-07-25 01:52:15 +02:00
__init__.py Stardew valley: Supported Mods documentation and changes required for legal reasons (#2038) 2023-07-29 04:08:22 +02:00
bundles.py Major Game Update: Stardew Valley v3.x.x - The BK Update (#1686) 2023-04-11 01:44:59 +02:00
items.py Stardew valley: backpack fix, enum fix (#2028) 2023-07-25 01:52:15 +02:00
locations.py Stardew valley: backpack fix, enum fix (#2028) 2023-07-25 01:52:15 +02:00
logic.py Stardew Valley: Fixed Leo's Treehouse being randomized too aggressively (#1992) 2023-07-20 01:20:52 +02:00
options.py Stardew Valley: 4.x.x - The Ginger Update (#1931) 2023-07-19 20:26:38 +02:00
region_classes.py Stardew Valley: 4.x.x - The Ginger Update (#1931) 2023-07-19 20:26:38 +02:00
regions.py Stardew Valley: Fixed Leo's Treehouse being randomized too aggressively (#1992) 2023-07-20 01:20:52 +02:00
requirements.txt Stardew Valley: Removed Pytest Requirement from everything (#1696) 2023-04-15 05:42:02 +02:00
rules.py Stardew Valley: Turned the Treehouse into an unlockable item (#2004) 2023-07-21 12:56:03 -05:00
stardew_rule.py Stardew Valley: 4.x.x - The Ginger Update (#1931) 2023-07-19 20:26:38 +02:00