Skip to content

Change Hypixel Mod API from embedded to required dependency#43

Open
TomekoYT wants to merge 1 commit into
Roxiun:feat/rewritefrom
TomekoYT:build/require-hypixel-mod-api
Open

Change Hypixel Mod API from embedded to required dependency#43
TomekoYT wants to merge 1 commit into
Roxiun:feat/rewritefrom
TomekoYT:build/require-hypixel-mod-api

Conversation

@TomekoYT

Copy link
Copy Markdown

Shading mod dependencies is a bad practice that used to be common in the modding community. When two mods shade the same dependency, it gets loaded twice, which can cause several issues. Currently, the game crashes on startup when both Mellow and Hypixel Mod API are present in the same modpack.

This PR fixes the issue by requiring users to include Hypixel Mod API separately in their modpack instead of embedding it inside Mellow. This approach is standard practice in modern Fabric/NeoForge modding.

@TomekoYT TomekoYT changed the base branch from main to feat/rewrite May 28, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant