Port full Catlas-Fabric dungeon map stack into SkytilsMod#589
Draft
Port full Catlas-Fabric dungeon map stack into SkytilsMod#589
Conversation
Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>
Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Integrate Catlas Dungeon Map into mod
Add a Catlas dungeon map HUD overlay to Skytils
Mar 10, 2026
Copilot stopped work on behalf of
My-Name-Is-Jeff due to an error
March 12, 2026 05:24
Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>
Copilot
AI
changed the title
Add a Catlas dungeon map HUD overlay to Skytils
Port full Catlas-Fabric dungeon map stack into SkytilsMod
Mar 13, 2026
…directives for MC 1.21.1 (#590) * Initial plan * Fix bugs and prune unused code: remove preprocessor directives, fix wrong event imports, delete duplicate files Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> * Rename onMouseClickEventImpl to handleMouseClickEvent for clarity Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>
* Initial plan * Remove unnecessary files and dependencies: sychicskin.png, GPG keys, essential-loader, orphaned legal files, unbundle MixinExtras Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> * Prune unused utilities, remove mcmod.info and ASM legal file Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> * Remove unnecessary legal text files for transitive/non-bundled dependencies Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: My-Name-Is-Jeff <37018278+My-Name-Is-Jeff@users.noreply.github.com>
…th testing - Create custom ESP render layers (espLines, espFilledBoxLayer) with NO_DEPTH_TEST so they render through walls as intended for dungeon map visualization - Separate HeightProvider to use standard RenderLayers.LINES_TRANSLUCENT with normal depth testing for debug heightmap visualization - Add AccessorRenderLayer mixin @invoker to safely access RenderLayer.of() across obfuscation environments (Yarn/intermediary/production) - Fix Matrix3x2fStack and RenderPipeline APIs for 1.21.8+ HUD rendering (push/pop → pushMatrix/popMatrix, translate/scale without Z, rotate in degrees) - Preserve CustomRenderLayers depth testing modifications from vanilla source (ALWAYS_DEPTH_TEST via NO_DEPTH_TEST + writeDepth=false) Fixes: Catlas dungeon map compilation errors and rendering behavior on 1.21.11
Moves brotli, ktor, kotlinx-serialization, and mixinextras from hardcoded strings in build.gradle.kts to gradle/libs.versions.toml.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repository only had a lightweight dungeon map overlay, not the full Catlas feature set requested. This change ports the actual Catlas-Fabric implementation into SkytilsMod, including its dungeon scanning, state tracking, HUD rendering, events, mixins, assets, and supporting shared types.
Full Catlas feature import
CatlasDungeonMapOverlaywith the real Catlas implementation underfeatures/impl/dungeons/catlas/**DungeonFeaturesDungeonTimerScoreCalculationDungeonListenerServerPayloadInterceptorSkytils.ktso the imported feature stack is initialized with the rest of the modHUD, config, and GUI integration
CatlasConfigCatlasElementDungeonMapPlayerGuiManagerGuiElementEvent and mixin surface required by Catlas
eventsmodule with Catlas-required event types for play/render/world/entity flowsevents/src/main/java/gg/skytils/event/mixins/**Vendored shared/runtime code
src/main/kotlin/gg/skytils/skytilsws/**hypixel-apitypes used by the imported Catlas utilities intosrc/main/kotlin/gg/skytils/hypixel/types/**Resources and metadata
assets/catlas/**including room metadata, state mappings, marker/checkmark textures, and language filesassets/skytils/**resources used by the imported GUI/runtime codefabric.mod.jsonmixins.skytils.jsonmixins.skytils-events.jsonmixins.skytils-init.jsonmcmod.infoSkytils-local adaptation
skytilsinstead of turning the repo into a standalonecatlasmodReferencewith the Catlas data/API fields expected by the imported codepreLaunchwiring fromfabric.mod.jsonand aligns the imported bootstrap path with this repositoryDefensive import fixes
ScanUtils.ktLegacyIdProvider.ktSkytils.ktExample of the new bootstrap path:
arrayOf( this, DungeonListener, MayorInfo, guiManager, SBInfo, SoundQueue, Catlas, DungeonFeatures, DungeonTimer, ScoreCalculation, ServerPayloadInterceptor ).forEach(EventSubscriber::setup)Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
maven.architectury.dev/usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -Xmx4096m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.14-bin/38aieal9i53h9rfe7vjup95b9/gradle-8.14/lib/gradle-daemon-main-8.14.jar(dns block)maven.fabricmc.net/usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -Xmx4096m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.14-bin/38aieal9i53h9rfe7vjup95b9/gradle-8.14/lib/gradle-daemon-main-8.14.jar(dns block)maven.minecraftforge.net/usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -Xmx4096m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.14-bin/38aieal9i53h9rfe7vjup95b9/gradle-8.14/lib/gradle-daemon-main-8.14.jar(dns block)repo.essential.gg/usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -Xmx4096m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.14-bin/38aieal9i53h9rfe7vjup95b9/gradle-8.14/lib/gradle-daemon-main-8.14.jar(dns block)/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)/usr/bin/python python -(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.