Archipelago/WebHostLib/templates
espeon65536 3fa253bac5
MC: 1.17 support (#120)
* MC: add death_link option

* Minecraft: 1.17 advancements and logic support

* Update Minecraft tracker to 1.17

* Minecraft: add tests for new advancements

* removed jdk/forge download install out of iss and into MinecraftClient.py using flag --install

* Add required_bosses option
choices are none, ender_dragon, wither, both
postgame advancements are set according to the required boss for completion

* fix docstring for PostgameAdvancements

* Minecraft: add starting_items
List of dicts: item, amount, nbt

* Update descriptions for AdvancementGoal and EggShardsRequired

* Minecraft: fix tests for required_bosses attribute

* Minecraft: updated logic for various dragon-related advancements
Split the logic into can_respawn and can_kill dragon
Free the End, Monsters Hunted, The End Again still require both respawn and kill, since the player needs to kill and be credited with the kill
You Need a Mint and Is It a Plane now require only respawn, since the dragon need only be alive; if killed out of logic, it's ok
The Next Generation only requires kill, since the egg spawns regardless of whether the player was credited with the kill or not

* Minecraft client: ignore prereleases unless --prerelease flag is on

* explicitly state all defaults
change structure shuffle and structure compass defaults to true
update install tutorial to point to player-settings page, as well as removing instructions for manual install

* Minecraft client: add Minecraft version check
Adds a minecraft_version field in the apmc, and downloads only mods which contain that version in the name of the .jar file.
This ensures that the client remains compatible even if new mods are released for later versions, since they won't download a mod for a later version than the apmc says.

Co-authored-by: Kono Tyran <Kono.Tyran@gmail.com>
2021-12-01 02:37:11 +01:00
..
header Add Start Playing page, clean up /generate page 2021-10-11 20:52:30 -04:00
404.html
autotablepage.html
check.html
checkResult.html
faq.html
gameInfo.html
generate.html WebHost: add remaining and collect to options page 2021-11-17 16:58:43 +01:00
genericTracker.html
hostGame.html TOuch up host game page 2021-10-11 20:58:05 -04:00
hostRoom.html WebHost: fix some PEP8 2021-11-25 20:48:58 +01:00
islandFooter.html
landing.html Minor wording change on landing page. 2021-10-11 21:13:40 -04:00
lttpTracker.html
macros.html WebHost: fix some PEP8 2021-11-25 20:48:58 +01:00
minecraftTracker.html MC: 1.17 support (#120) 2021-12-01 02:37:11 +01:00
ootTracker.html Update small and boss key counters during the normal update cycle 2021-09-24 23:10:26 +00:00
options.yaml
pageWrapper.html
player-settings.html Move config files and player-settings js files to /generated/configs and /generated/player-settings and update the pages that use them 2021-10-11 21:37:08 -04:00
seedError.html
startPlaying.html Greatly improve the Start Playing page 2021-10-11 21:11:37 -04:00
supportedGames.html Supported game page game links now point to the game info page. Added a link below for the settings pages. 2021-10-11 21:20:31 -04:00
tablepage.html
templates.html
timespinnerTracker.html [Timespinner] New seed options and new locations checks (#140) 2021-11-28 22:59:34 +01:00
tracker.html
tutorial.html
tutorialLanding.html
userContent.html WebHost: fix some PEP8 2021-11-25 20:48:58 +01:00
viewSeed.html WebHost: handle SM and SoE 2021-11-13 20:52:30 +01:00
waitSeed.html