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

Upstream #3

Merged
merged 34 commits into from
Feb 11, 2024
Merged

Upstream #3

merged 34 commits into from
Feb 11, 2024

Conversation

IPECTER
Copy link

@IPECTER IPECTER commented Feb 11, 2024

No description provided.

modmuss50 and others added 30 commits November 13, 2023 13:01
* Generate installer jsons

* Bump to version2

* Include file size

* Add min java version

* Exclude signature info from shaded jars

* Add a little script to aid installing a test version to the minecraft launcher.
…icMC#850)

* Allow replacing the default mod directory via fabric.modDir

* Apply requested changes

* Fix checkstyle failures
* Migrate to mapping io

* Keep enum class members

* Fix and improve TinyRemapperMappingsHelper

* Fix MixinRemapper

* Fix missing src namespace

* Cleanup and test MappingResolver

* Lazily load mapping data if required.

* Update mapping-io

* Update mapping-io

* Don't read method args/var names, or comments.

* Only load mappings when needed.
FabricMC#857)

* Prioritize mods with higher provided versions if their main id differs

* Need to keep provided+actual id groups together so they can always be sorted

* Switch to insertion sort based approach
* Fix mappings when mappings file is in a folder

* pressed the space bar to make checkstyle happy
* Add Chinese Traditional

* Add Traditional Chinese
* fix inputGameJars ObjectShare mutating after being set

* make defensive copy unmodifiable

* document behavior
@IPECTER IPECTER merged commit 928c138 into master Feb 11, 2024
0 of 6 checks passed
@IPECTER IPECTER deleted the upstream branch February 11, 2024 05:16
IPECTER pushed a commit that referenced this pull request Aug 4, 2024
* Added logging for non-fabric mods with tests.

Co-authored-by: Douglas Fischer <[email protected]>
Co-authored-by: Robin Claesson <[email protected]>
Co-authored-by: Acuadragon100 <[email protected]>
Co-authored-by: Erik Vinblad <[email protected]>

* Synchronise the non-fabric mod list to prevent threading issues.

* Only print warning if at least 1 non-fabric mod is found.

* Fix: @VisibleForTesting and static import of Mockito::when (#3)

* feat(FabricMC#644): add @VisibleForTesting for the feat impl method

* Use static import for Mockito::when.

* Use @VisibleForTesting instead of reflection.

Co-authored-by: Douglas Fischer <[email protected]>
Co-authored-by: wenqic <[email protected]>
Co-authored-by: Acuadragon100 <[email protected]>

* Style improvements. (FabricMC#4)

Co-authored-by: Douglas Fischer <[email protected]>

* Use JetBrains' VisibleForTesting annotation instead of Google's.

---------

Co-authored-by: Douglas Fischer <[email protected]>
Co-authored-by: Robin Claesson <[email protected]>
Co-authored-by: Erik Vinblad <[email protected]>
Co-authored-by: Douglas Fischer <[email protected]>
Co-authored-by: wenqic <[email protected]>
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.