-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add CIT Resewn and fix mods #23
Merged
Merged
Conversation
This file contains 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
For minor resource pack compatibility with Server Resource pack Performance impact should be negligible at worst, and none at best.
Should 1-2 fps better
CADIndie
added a commit
that referenced
this pull request
Nov 9, 2023
* General rule of thumb, UPDATE THE PUBLIC MODS WHEN RELEASING A NEW VERSION CAD * Remove flags and up memory * Update the JRE * VC Update, Clone from last PR (#19) * HECK YOU JUDGE conflics made me reset my branch * Update devmods.json This is the vc update, also removed 1.20 due to 20.1 being the exact same with less bugs * Update mods.json (#20) * Cart, stop updating 1.19.3 Sodium to 0.4.9 please * Update devmods.json * Fix GLFW spam, and GLFW being added several times to the classpath * Move mod download to avoid black screen issue. * Fix singleplayer crashing by downgrading to JRE-17 * Down memory back to what it was * Change 1.19.3 entityculling to the fabric jar. How did that even happen? * Fix illegal state exception * Update devmods.json 20% test * Fix mod updating * MSAL integration, TODO: CAD test reacquiring tokens, (basically wait a day after initally logging in, then try going into a server) * Whoops * Update README.md * Update README.md * Update README.md * Fix crashing on first mod download * Update devmods.json * Fixes * Update devmods.json * Fix accessToken being null, remove unused field * Add modern fix properties * Update devmods.json * Add token persistence * MSAL WIP * Update devmods.json * If the refresh token expires, (90 days), do login process again * Update devmods.json * Update devmods.json * Remove 1.19.3 support for now, Vivecraft doesn't have a stable 1.19.3 version * If you have already logged in online, allow login offline * Update mods.json * Update libraries. Why did we still have GL4es in here? * Set Gallium Threads to 0, to prevent crash * Revamp some mods handling * Update devmods.json * Add CIT Resewn and fix mods (#23) * Add CIT Resewn For minor resource pack compatibility with Server Resource pack Performance impact should be negligible at worst, and none at best. * remove modmenu from 1.18.2 * Devmods update * Add more modernfix properites Should 1-2 fps better * Revert "Add CIT Resewn and fix mods (#23)" This reverts commit c9ed93a. * Update mods.json * Update mods.json * Add 1.20.2 * Update devmods.json * Update devmods.json * Update devmods.json * Update devmods.json * Revert "Update mods.json" This reverts commit 4074758. * Update fabric api * Revert "Revert "Update mods.json"" This reverts commit 810a3c5. * Rename GLFW File (#24) * Remove the forgotten child (#25) remove 1.19.3 --------- Co-authored-by: The Judge <[email protected]> Co-authored-by: Cart <[email protected]> Co-authored-by: Not Flamgop <[email protected]>
thejudge156
pushed a commit
that referenced
this pull request
Apr 2, 2024
* Add CIT Resewn For minor resource pack compatibility with Server Resource pack Performance impact should be negligible at worst, and none at best. * remove modmenu from 1.18.2 * Devmods update * Add more modernfix properites Should 1-2 fps better
thejudge156
pushed a commit
that referenced
this pull request
Apr 2, 2024
This reverts commit c9ed93a.
Novampr
pushed a commit
to Refitted-Team/Pojlib-HEF
that referenced
this pull request
Jun 21, 2024
* Add CIT Resewn For minor resource pack compatibility with Server Resource pack Performance impact should be negligible at worst, and none at best. * remove modmenu from 1.18.2 * Devmods update * Add more modernfix properites Should 1-2 fps better
Novampr
pushed a commit
to Refitted-Team/Pojlib-HEF
that referenced
this pull request
Jun 21, 2024
This reverts commit c9ed93a.
thewiilover
referenced
this pull request
in thewiilover/Pojlib
Jun 24, 2024
* Add CIT Resewn For minor resource pack compatibility with Server Resource pack Performance impact should be negligible at worst, and none at best. * remove modmenu from 1.18.2 * Devmods update * Add more modernfix properites Should 1-2 fps better
thewiilover
referenced
this pull request
in thewiilover/Pojlib
Jun 24, 2024
This reverts commit c9ed93a.
CADIndie
pushed a commit
that referenced
this pull request
Oct 9, 2024
* Add CIT Resewn For minor resource pack compatibility with Server Resource pack Performance impact should be negligible at worst, and none at best. * remove modmenu from 1.18.2 * Devmods update * Add more modernfix properites Should 1-2 fps better
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.
For minor resource pack compatibility with Server Resource pack
Performance impact should be negligible at worst, and none at best.