This repository was archived by the owner on May 15, 2025. It is now read-only.
Conversation
* Update mappings to stable_29 and fix compiler warnings * Add MethodHandles and reflection for the private stuff * Update gradle and wrapper * Fix infinite NBT tag recursion in getUpdateTag(). Fixes rwtema#101. * Fix the Pusher/Puller not dropping with correct metadata. Fixes rwtema#100. * Disable unused ATs * Fix the NBT recursion fix... Movement animation now works again. * Fix pushers/pullers/etc getting stuck * Fix onBlockActivated return values. Fixes missing sounds. * Fix culling on moving tiles * Fix a single player crash caused by the fix to pushers getting stuck Basically, don't try to start movement from the client side TEs. * Update to Minecraft 1.11.2 * Fix a crash in the Slider and Teleporter with getDamageDropped() * Add a safe way of getting the TE inside getActualState() It is only used in BlockSlider atm.
|
Can we get these changes merged please? I would like to be able to use funky locomotion more in 1.10 |
|
Yes please |
|
This will probably never happen, so have fun with this compiled version: https://drive.google.com/open?id=1AuQg8Gkxq-DmghBIEPJWovwkyx1a9q4B |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport fixes to 1.10.2 as this version is still used by many players.