-
Notifications
You must be signed in to change notification settings - Fork 429
Comparing changes
Open a pull request
base repository: FabricMC/fabric
base: 0.106.0+1.21.2
head repository: FabricMC/fabric
compare: 0.107.0+1.21.3
- 16 commits
- 25 files changed
- 9 contributors
Commits on Oct 21, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 56ec7ac - Browse repository at this point
Copy the full SHA 56ec7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c9ab6 - Browse repository at this point
Copy the full SHA e7c9ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43607ae - Browse repository at this point
Copy the full SHA 43607aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d94de0 - Browse repository at this point
Copy the full SHA 7d94de0View commit details -
Fix title screen screenshot in automated client test (#4177)
* Fix title screen screenshot * Use accessor to detect when background fade is done
Configuration menu - View commit details
-
Copy full SHA for 2127dc7 - Browse repository at this point
Copy the full SHA 2127dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1ceae - Browse repository at this point
Copy the full SHA 3a1ceaeView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1d444e - Browse repository at this point
Copy the full SHA d1d444eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb06cc - Browse repository at this point
Copy the full SHA 8cb06ccView commit details
Commits on Oct 26, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for d9873d8 - Browse repository at this point
Copy the full SHA d9873d8View commit details -
* 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)
Configuration menu - View commit details
-
Copy full SHA for 1ff58ec - Browse repository at this point
Copy the full SHA 1ff58ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3b5d4 - Browse repository at this point
Copy the full SHA 6c3b5d4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d21566a - Browse repository at this point
Copy the full SHA d21566aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4402f4e - Browse repository at this point
Copy the full SHA 4402f4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89cb0a4 - Browse repository at this point
Copy the full SHA 89cb0a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82f21f - Browse repository at this point
Copy the full SHA e82f21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e14d62e - Browse repository at this point
Copy the full SHA e14d62eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.106.0+1.21.2...0.107.0+1.21.3