Releases: sakura-ryoko/tweakeroo
Releases · sakura-ryoko/tweakeroo
1.21.4-0.23.2-sakura.6
- remove the
preferSilkTouch
list, and replace it withtoolSwapSilkTouchFirst
based on MaLiLib based Block Tags called#malilib.needs_silk_touch
-- the old implementation only worked partially, so the new method uses an actual Block State Tag. This is only because Minecraft fails to properly match tools using Vanilla functions for blocks that requires Silk Touch, such as for Glass and Ender Chests, etc; as it only uses a loot table condition.
1.21.3-0.22.4-sakura.6
- remove the
preferSilkTouch
list, and replace it withtoolSwapSilkTouchFirst
based on MaLiLib based Block Tags called#malilib.needs_silk_touch
-- the old implementation only worked partially, so the new method uses an actual Block State Tag. This is only because Minecraft fails to properly match tools using Vanilla functions for blocks that requires Silk Touch, such as for Glass and Ender Chests, etc; as it only uses a loot table condition.
1.21-0.21.57-sakura.4
- remove the
preferSilkTouch
list, and replace it withtoolSwapSilkTouchFirst
based on MaLiLib based Block Tags called#malilib.needs_silk_touch
-- the old implementation only worked partially, so the new method uses an actual Block State Tag. This is only because Minecraft fails to properly match tools using Vanilla functions for blocks that requires Silk Touch, such as for Glass and Ender Chests, etc; as it only uses a loot table condition.
1.21.4-0.23.2-sakura.4
- migrate Config file loading/saving to new Path system, and allow having Unicode files; such as with Chinese characters.
- add: selective rendering system from Tweak Fork. Note that this tends to be a bit laggy / odd to use.
- fix: Save Map rendering colors
1.21.3-0.22.4-sakura.4
- migrate Config file loading/saving to new Path system, and allow having Unicode files; such as with Chinese characters.
- add: selective rendering system from Tweak Fork. Note that this tends to be a bit laggy / odd to use.
- fix: Save Map rendering colors
1.21-0.21.57-sakura.2
- migrate Config file loading/saving to new Path system, and allow having Unicode files; such as with Chinese characters.
- add: selective rendering system from Tweak Fork. Note that this tends to be a bit laggy / odd to use.
1.21.4-0.23.2-sakura.3
- feat: add Yeet
disableElytraSprintCancel
- this config disables the new mechanism that 'cancels' your Sprinting Mode while Gliding with an Elytra.
1.21.4-0.23.2-sakura.2
- fix: disableConstantChunkSaving Mixin Injection point
1.21.3-0.22.4-sakura.2
- fix: disableConstantChunkSaving Mixin Injection point
1.21.4-0.23.2-sakura.1
- add:
inventoryPreviewVillagerBGColor
as a config option to show the 'villager BG colors' of their trades window during inventoryPreview. - lots of code sync-ups with MaLiLib & several Mixin realignments for easier navigation.
NOTE: This release formally ends my back port support for 1.21 - 1.21.3, besides critical bugs. It makes no sense to maintain 4 versions of 1.21.x with the snapshot now a thing.