forked from FabricMC/fabric
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Update to 1.20.2 #135
Closed
Closed
Update to 1.20.2 #135
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
* Update to loom 1.3 * Fix more 1.3 deprecations * Opps * Move to mod publish plugin * Revert some changes * Fix some more Gradle deprecations * Fix names * Remove extra stuff * Cleanup
…API (FabricMC#3244) * Config networking refactor :) * Add some unit tests for common packets. * write FabricPacket on network thread. Split ServerConfigurationConnectionEvents into two. * Fixes * Rename event * Add a testmod + ssome docs * Improve registry sync fixing deadlock in a number of cases. * Cleanup channel events. * Review feedback and fixes.
…registry sync. This was caused by the changes in the port to 23w32a
* Make deprecated modules opt-out instead of opt-in * Add comment * Update build.gradle Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> --------- Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
* Make DFU error-tolerant to mod custom generator types. * Fix license. Rename mixin. * Fix license. * Disable remap in Schema2832Mixin
* Improve flat shade - Use AO mode to make flat shade calculation consistent with shade applied by smooth lighting - Use face normal to calculate shade if necessary - Use normal shade even if no custom normals are set * Improve FRAPI test mod - Add octagonal column to test irregular face lighting - Use obsidian sprite instead of missing sprite for frame mesh - Simplify and organize registration - Inline `simple` package * Fix crumbling on 45 degree faces - Fix checkstyle - Give octagonal column a non-zero hardness * Fix checkstyle * Improve PillarBakedModel to fully support custom block appearance * Explain OverlayVertexConsumer fix
* Mark events class constructor as private * Enhance FabricServerConfigurationNetworkHandler javadoc * Expand package-info * Mark some interfaces as non-extendable * Refactor PlayerLookup and fix javadoc The example about block entities was removed. This is not the proper way to do it anymore; you should use `BlockEntity#markDirty` and the built-in syncing. * Fix missing period * Fix typos * Fix checkstyle. --------- Co-authored-by: modmuss50 <modmuss50@gmail.com>
(cherry picked from commit 195226a)
* Fabric BlockView API v2 * Fix dependency on nonexistent module * Add test for biome getter * Improve getBiomeFabric documentation * Simplify javadoc (cherry picked from commit 92a0d36)
(cherry picked from commit 9f8c23c)
* Include namespace in modded registry tag path * Document tag namespace change
…th priorities (FabricMC#3087) * Add JsonKeySortOrderCallback * Use an entry point rather than an event for sort keys and priorities * Resolve static imports * Add a bit of javadoc * Check if a key is null and modify the javadoc * Add a field reference in the javadoc * Rename JsonKeySortOrderAdder to JsonKeySortOrderCallback (cherry picked from commit 0883a8d)
…and multipart) (FabricMC#3282) * Fix Random mismatch between vanilla and FRAPI baked models (weighted and multipart) * Review comments (cherry picked from commit ecfd5a8)
…rs, small enhancements (FabricMC#3287) * Add cull check and item transformation mode getter to FRAPI * Terminally deprecate `fallbackConsumer` and `bakedModelConsumer` * Fix uvs in octagonal column test mod * Review comments (cherry picked from commit 39a511b)
* Support trade rebalance experiment * Add pool IDs * Delayed pool modification * Fix unused import
…abricMC#3328) * Handle null being passed as the datafix type to PersistentState.Type Closes FabricMC#3327 * Checkstyle ;-) * Update fabric-object-builder-api-v1/src/main/java/net/fabricmc/fabric/mixin/object/builder/PersistentStateManagerMixin.java Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> --------- Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
…te. (FabricMC#3331) This fixes a crash when assertions are enabled. Also fixes ClientConfigurationConnectionEvents.READY being called at the incorrect time. Assertions have also been enabled for all Fabric API run configs.
Minecraft Wiki has officially moved from Fandom to their own wiki. I updated a link I found in a comment. (cherry picked from commit 68c3a29)
* Update to loom 1.4 * Try java 21 * Revert "Try java 21" This reverts commit 5cb2394. * Try java 21 again
* Document the getCodec method * Update fabric-recipe-api-v1/src/main/java/net/fabricmc/fabric/api/recipe/v1/ingredient/CustomIngredientSerializer.java
…#3349) No functional change.
…d dynamic registries (FabricMC#3353) * Add reproduction test * Fix the issue
All versions bumped due to Loom upgrade.
I was unable to pull any changes from this PR to add to mine as the original repo appears to be deleted. |
It's use and changes were basically completely supplanted by your PR. |
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.
Only the buildscripts are done.