Real Update to 1.20.1#109
Closed
remplerus wants to merge 2 commits intoMrCrayfish:multiloader/1.19.Xfrom
Closed
Conversation
- Fabric not working due to Mixin not working, Forge working fine. Added TODO to ScreenMixin.java
|
Could you post a compiled jar for this? |
Author
|
as long as i don't have any information from the code owner, i won't publish any kind of compiled jar files. Also to mention: now that Forge and NeoForge have devided in 1.20.2, there'll be some more tweaking in these multiloader. Need to investigate fabric problems too. So there's much work to do, going back to draft for now. |
- removed mixins for now, fabric version runs too - still 1.20.1 (Fabric, Forge and Neoforge working)
Author
|
I disabled mixins for now. Fabric version is running fine now. Haven't tested with multiple mods. |
Author
|
Well you need a github token to enable downloading from github pkg. |
oh, how would I get the token for this? |
|
@MrCrayfish - Please could we get the forge version? |
Author
|
thanks for updating mrcrayfish :) |
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.

Created an Update to 1.20.1 with multiloader. I had some problems to get Fabric to work tho. Added a TODO in ScreenMixin as it's breaking there and it's better if you're fixing that instead of me as I break everything related to mixins.
This superseeds #107