Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FabricMC/fabric
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.106.0+1.21.2
Choose a base ref
...
head repository: FabricMC/fabric
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.107.0+1.21.3
Choose a head ref
  • 16 commits
  • 25 files changed
  • 9 contributors

Commits on Oct 21, 2024

  1. Prevent vanilla clients from joining servers that require modded regi…

    …stry entries. (#4169)
    
    * Prevent vanilla clients from joining servers that require modded registry entries. (#3992)
    
    * Prevent vanilla clients from joining servers that require modded registry entries
    
    (cherry picked from commit 8759e75)
    
    * Add related namespaces
    
    ---------
    
    Co-authored-by: Patbox <39821509+Patbox@users.noreply.github.com>
    modmuss50 and Patbox authored Oct 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    56ec7ac View commit details
  2. fix: Add operator tab to common group list and filter for visible tab…

    …s in getPageCount. (#4172)
    
    (cherry picked from commit 6823f7c)
    Rover656 authored and modmuss50 committed Oct 21, 2024
    Copy the full SHA
    e7c9ab6 View commit details
  3. 1.21.2-rc1

    modmuss50 committed Oct 21, 2024
    Copy the full SHA
    43607ae View commit details
  4. Bump version

    modmuss50 committed Oct 21, 2024
    Copy the full SHA
    7d94de0 View commit details
  5. Fix title screen screenshot in automated client test (#4177)

    * Fix title screen screenshot
    
    * Use accessor to detect when background fade is done
    Alexander01998 authored Oct 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2127dc7 View commit details
  6. 1.21.2-rc2

    modmuss50 committed Oct 21, 2024
    Copy the full SHA
    3a1ceae View commit details

Commits on Oct 23, 2024

  1. 1.21.3

    modmuss50 committed Oct 23, 2024
    Copy the full SHA
    d1d444e View commit details
  2. Allow running on 1.21.3

    modmuss50 committed Oct 23, 2024
    Copy the full SHA
    8cb06cc View commit details

Commits on Oct 26, 2024

  1. AttachmentType Registration Enhancements (#4109)

    * - Add new method AttachmentRegistry#create that allows configuration of the registered attachment type with a builder.
    - Migrate existing creation methods to use the new one under the hood for consistency.
    - Moves all null checking from AttachmentRegistry to AttachmentRegistryImpl.BuilderImpl (most of them happened there as well already and were thus redundant).
    
    * - Adds the ability to initialize an AttachmentType with only a path, substituting the mod ID of the registrant via an entrypoint.
    
    * - Add registration safety checks
    
    * - Add missing copyright header
    
    * - Remove lazy entrypoint initialization of attachment types.
    
    * - Import fixes
    
    * - Update javadoc.
    
    * - Use expression lambdas.
    
    * - Fix style checks
    
    * - More style fixes
    
    * - Fix line endings
    
    * - Move WheelInfo and initialization to test package
    - Deprecate AttachmentRegistry#builder
    - Update existing tests to use #create rather than #builder
    
    (cherry picked from commit e49211d)
    forgetmenot13579 authored and modmuss50 committed Oct 26, 2024
    Copy the full SHA
    d9873d8 View commit details
  2. New Crowdin updates (#4167)

    * New translations en_us.json (German)
    
    * New translations en_us.json (Italian)
    
    * New translations en_us.json (Russian)
    
    * New translations en_us.json (Polish)
    
    * New translations en_us.json (Russian)
    
    * New translations en_us.json (Korean)
    
    (cherry picked from commit 7fd4837)
    FabricMCBot authored and modmuss50 committed Oct 26, 2024
    Copy the full SHA
    1ff58ec View commit details
  3. Remove LevelProperties check (#4171)

    SemmieDev authored Oct 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6c3b5d4 View commit details
  4. Optimize screenshot delays in automated client test (#4178)

    * Optimize screenshot delays
    
    I've done multiple test runs on GitHub Actions and this seems to be as low as the timings can go while still reliably generating all of the screenshots correctly.
    
    * Increase wait interval in waitFor to 50ms
    Alexander01998 authored Oct 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d21566a View commit details
  5. Add ServerChunkEvents.Generate (#4183)

    * Add a new chunk generate event, fired alongside the chunk load event when a chunk is first upgraded to full status
    
    * fix style
    
    * Add logging test for generate event
    
    After creating an SP world and waiting for all nearby chunks to generate (logging to stop), closing the SP world and opening it again should not log any fresh generation. Moving to an unexplored area will start logging again.
    jpenilla authored Oct 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4402f4e View commit details
  6. Revert "Prevent vanilla clients from joining servers that require mod…

    …ded registry entries. (#4169)" (#4184)
    
    This reverts commit 56ec7ac.
    modmuss50 authored Oct 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    89cb0a4 View commit details
  7. Fix overriding vanilla translations (#4187)

    apple502j authored Oct 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e82f21f View commit details
  8. Bump version

    modmuss50 committed Oct 26, 2024
    Copy the full SHA
    e14d62e View commit details
Loading