Port Turtlematic to Minecraft 1.21.1 - #36
Merged
Merged
Conversation
New textures for all automata cores without usage of `layer1` texture in `item_models`. Fixes texture jitter that may appear on item sides. A few fixes in textures related to transparency.
…ent. fixes #28 Co-authored-by: Alisa Sireneva <me@purplesyringa.moe>
Co-authored-by: Alisa Sireneva <me@purplesyringa.moe>
Texture jitter glitch fix. [fabric & forge]
fix: interpret chunkVialTimeLimit in milliseconds, as per config comment. fixes #28
fix: chunk vials now work correctly in all dimensions. fixes #27
fix sucking not returning accurate information
Use block center for sucking items and use same radius as scanning does
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 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.
Migration
1.201.211.20.1->1.21.1Major changes
1.20functionality before completing the port, including inspection monocle, husbandry points, forged automata capabilities, turtle chatter colors, capture/chunk-vial/item-suck fixes, and precomposited automata models.forgeartifact ID.gameTesttask, XML/HTML reports, and Java 21 pull-request CI.Compatibility
consumed_entity_compoundinside the 1.21 custom-data component so migrated 1.20 soul-progress items remain readable.turtlematic:*turtle upgrade type IDs on both loaders with a Turtlematic-owned NeoForge deferred registry.Verification
./gradlew :core:compileKotlin :core:compileJava./gradlew :fabric:runDataand./gradlew :forge:runData; generated diffs inspected./gradlew clean build --no-daemontimeout --foreground 600s ./gradlew gameTest --no-daemon: 2/2 tests passed on Fabric and 2/2 on NeoForge; fresh XML and HTML reports producedDone, acceptedstop, and saved all dimensions cleanlyxvfb-run; bounded timeout usedCI and limitations
29442394881passed on the retry after an initial transient ModMenu Maven download truncation. Thegametest-reportsartifact (8354261171) was downloaded and verified to contain both loaders’ XML and HTML reports; each XML records 2/2 passing tests.