Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading via 3rd party mod on 1.17+ forge #19

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

Sychic
Copy link
Member

@Sychic Sychic commented Jun 18, 2024

Previously, the transformation service system prevented the loader from being included in third party mods. The origin of this comes from forge being unable to load jars with transformation services as mods. Despite our workaround to force load the source of the transformation service as a mod, forge then loads the stage0 package twice (once from loading as a transformation service, twice from being loaded as a mod).

This system circumvents this by bootstrapping the loading process via a Mixin config plugin. In stage 2, a pinned jar is downloaded to the mods folder and the user is prompted to restart.

Copy link

github-actions bot commented Jun 18, 2024

Test Results

95 tests  ±0   95 ✔️ ±0   11m 21s ⏱️ - 3m 30s
15 suites ±0     0 💤 ±0 
15 files   ±0     0 ±0 

Results for commit 80bbf26. ± Comparison against base commit 7c0d4dd.

♻️ This comment has been updated with latest results.

@Sychic Sychic marked this pull request as ready for review June 18, 2024 22:14
@Sychic Sychic requested a review from Johni0702 June 18, 2024 22:14
@Sychic Sychic requested review from Johni0702 and removed request for Johni0702 July 6, 2024 06:55
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