aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/dungeons
AgeCommit message (Collapse)Author
2025-06-14One flow waterboard solver (#1283)SpaceMonkeyy86
* Port Desco19's waterboard solver to Skyblocker * Many waterboard tweaks * Update watertimes.json to newer version and fix leftover water check * Visualize water paths on board * General improvements * Preview lever effects * Fix preview hitboxes being too small in rooms with an entrance from below * Refactor into multiple files and add config options * Benchmark all solutions and improve two of them * Show indicator line from next lever to the lever after that * Optimize many of the slower solutions * Add marks support for easier solution iteration * Tweak comments * Clean up one flow waterboard solver * Add suggested comments * Add lever type argument type and debug command * Verify json file * Make commands debug only and make feedback translatable * Update VerifyJsonTest * Make color codes less scuffed --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2025-03-12Update Ice Fill Room (#1203)Aaron
Fixed it matching really slowly
2024-11-22Add configurable waypoints for Goldor phase on f7. (#934)Daroche
* Add configurable waypoints for Goldor phase on f7. * Re-use existing descriptions for config texts * Fix order in DungeonsConfig.java * Refine iterator used to find closest terminal Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> * Missing import --------- Co-authored-by: GatienDoesStuff <GatienDoesStuff@users.noreply.github.com> Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-04-02Update Dungeon Secrets (#618)Kevin
2024-03-14Fix bugs with secret detectionKevinthegreat
Fix secret item detection with Personal Deleter Add trapped chest detection for mimics Add locked chest detection and set secret as missing if chest is locked Fix translatable text in Room
2024-01-12Adds a custom GUI for the Party Finder in dungeons. Is it good? Debatable.vicisacat
2023-11-12Fix room matchingKevinthegreat
2023-11-11Fix room matching and secret index parsing bugKevinthegreat
2023-10-22Add Atlas AOTV waypointAaron
2023-10-22Add Blue Skulls Pearl waypointAaron
2023-10-22Add AOTV and Pearl waypoint for MarkerAaron
2023-10-22Tweak Pressure Plates Stonk 6 WaypointAaron
2023-10-22Change order of redstone skull to be logicalAaron
This way it doesn't disappear when you pick up an item
2023-10-22Add AOTV & Pearl Secret WaypointsAaron
2023-09-16Update Dungeon Secrets (#306)Kevin
2023-08-30Migrate dungeon rooms data to resource systemKevinthegreat
2023-08-30Add rooms data saving and update reading to nioKevinthegreat
2023-08-30Add DungeonRoomsDFUKevinthegreat
2023-08-30Add Dungeon Secrets loadingKevinthegreat