Conversation
To support Java 25
Since MC 26.1 and newer will no longer be obfuscated
ArchLoom and MDG aren't so different after all -_-
SRG is being stupid again, I wish they added Runtime Mojmap long ago, I blame lex.
This is insanely confusing wtf?
Signed-off-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
… communicated that better GITHUB!
Finally fix the gradle sync
* Fix some errors * Moved AW to :xplat
* Almost there, maybe?
* Fabric launched properly tho still need to clean up more #if FABRIC and #if FORGE remnants
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.
Now that NeoForge publish build for snapshots I can finally work on newer version a lot sooner.
Blocked by ArchLoom not supporting obf disable for Neo, might be worth looking at Neo's MDG's Vanilla-mode and ditch ArchLoom entirely. Tho MDG (Legacy) is blocking 1.16.5 since it's 1.17+ only, so maybe:
Blocked by:
mods { yourmodid { sourceSet.add(sourceSets.main) sourceSet.add(project(":mclib").sourceSets.main) } } // -- compileOnly(project(":mclib")) // -- compileJava { source(project(":mclib").sourceSets.main.allSource) }