Release 3.6.0 (NeoForge 1.21.1)#156
Merged
cotrin8672 merged 7 commits intomc1.21.1/neoforge/releasefrom Mar 16, 2026
Merged
Conversation
Play SPOUTING sound when enchanted spout starts processing, with pitch scaling by efficiency level. Refs #137
Use KineticBlockEntity.validateKinetics via mixin invoker instead of maintaining a divergent local copy in kinetic tick. Refs #148
Override description id on enchanted block classes to reuse the original Create block translation key, preventing long registry ids in Jade. Refs #146
Apply silk-touch-aware snow-layer drop handling in enchanted plough behavior and route contraption drops through collectOrDropItem for drill/harvester/roller/plough movement behaviors. Refs #134
Only redirect to enchanted Drill/Saw/Roller block logic when the held item is enchanted and matches the interacted block type.
Clear EnchantedItemFactory caches on server stop, client logout, and tag updates; also keep drill break path gated under non-cobblegen handling.
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.
Summary\n- Fix enchanted spout processing sound playback (#137)\n- Fix enchanted mechanical mixer restart after overstress recovery (#148)\n- Fix Jade block names for enchanted variants (#146)\n- Fix silk-touch plough snow drops and collect-or-drop handling (#134)\n- Restrict enchanted Drill/Saw/Roller interaction redirection conditions\n- Add enchanted item cache reset hooks\n- Bump version to 3.6.0 and update changelog\n