Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Tweakeroo

Tweakeroo

Various client-side tweaks, such as hand restock, hotbar swap/cycle, flexible/fast block placement etc.

1.50M
1,090
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.6
1.20.1–1.20.4
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.2–1.14.4
1.14
1.13.2
1.12.x

Platforms

Fabric
Forge
LiteLoader
Quilt
Rift

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server
Donate on PayPal

Creators

masa
masa Owner
sakura-ryoko
sakura-ryoko Maintainer

Details

Licensed LGPL-3.0-only
Published 10 months ago
Updated last month
DescriptionChangelogVersions

Show all versions

1
2
20

Tweakeroo 1.21.5-0.24.1

by sakura-ryoko on May 5, 2025
Download
  • add: fly increment hotkeys by @scfbj
  • fix: entityDataSyncBackup mode not querying for data
  • fix: freecam submersion mixin
  • fix: silkTouchFirst / tweakToolSwitch to select tools more accurately / reliably
  • block tweakWeaponSwitch from attempting to swap to / from a Mace to stop unintended behavior.
  • add: toolSilkTouchFirstOres; uses new #malilib:ore_blocks block tag
  • make all tool / weapon toggles a boolean hotkey for quick toggles.
  • Various i18n language updates.
  • critical fix: Freecam causing unintended behavior while using Periodic Attacks; and it was somehow causing issues with Carpet Bots.

Tweakeroo 1.21.4-0.23.3

by sakura-ryoko on May 5, 2025
Download

Tweakeroo 1.21.3-0.22.5

by sakura-ryoko on May 5, 2025
Download

Tweakeroo 1.21.1-0.21.58

by sakura-ryoko on May 5, 2025
Download
  • add: fly increment hotkeys by @scfbj
  • fix: entityDataSyncBackup mode not querying for data
  • fix: freecam submersion mixin
  • fix: silkTouchFirst / tweakToolSwitch to select tools more accurately / reliably
  • block tweakWeaponSwitch from attempting to swap to / from a Mace to stop unintended behavior.
  • add: toolSilkTouchFirstOres; uses new #malilib:ore_blocks block tag
  • make all tool / weapon toggles a boolean hotkey for quick toggles.
  • Various i18n language updates.

Tweakeroo 1.21.5-0.24.0

by sakura-ryoko on Apr 22, 2025
Download
  • Port to 1.21.5
  • See Sakura's Github / JavaDocs for Changelogs; a lot has changed, particularly with Rendering Topics.

Tweakeroo 1.21.4-0.23.2

by sakura-ryoko on Mar 2, 2025
Download
  • various lang file updates (For contributing, see Sakura Ryoko Translate)
  • add: Easy Place black list support
  • 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 code navigation.
  • 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.
  • remove the preferSilkTouch list, and replace it with toolSwapSilkTouchFirst 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.
  • fix: disableConstantChunkSaving Mixin Injection point
  • feat: add Yeet disableElytraSprintCancel - this config disables the new mechanism that 'cancels' your Sprinting Mode while Gliding with an Elytra.
  • add: ServerDataSync cache requeue system & add checks for OP; and add related serverDataSyncCacheRefresh config.

Tweakeroo 1.21.3-0.22.4

by sakura-ryoko on Mar 2, 2025
Download
  • various lang file updates (For contributing, see Sakura Ryoko Translate)
  • add: Easy Place black list support
  • 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 code navigation.
  • 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.
  • remove the preferSilkTouch list, and replace it with toolSwapSilkTouchFirst 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.
  • fix: disableConstantChunkSaving Mixin Injection point
  • add: ServerDataSync cache requeue system & add checks for OP; and add related serverDataSyncCacheRefresh config.

NOTE: This will be the last feature build for 1.21, as I will referr it as being LTS

Tweakeroo 1.21.1-0.21.57

by sakura-ryoko on Mar 2, 2025
Download
  • various lang file updates (For contributing, see Sakura Ryoko Translate)
  • add: Easy Place black list support
  • 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 code navigation.
  • 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.
  • remove the preferSilkTouch list, and replace it with toolSwapSilkTouchFirst 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.
  • add: ServerDataSync cache requeue system & add checks for OP; and add related serverDataSyncCacheRefresh config.

NOTE: This will be the last feature build for 1.21, as I will referr it as being LTS

Tweakeroo 1.21.4-0.23.1

by sakura-ryoko on Dec 30, 2024
Download

Tweakeroo 1.21.3-0.22.3

by sakura-ryoko on Dec 30, 2024
Download

Tweakeroo 1.21.1-0.21.56

by sakura-ryoko on Dec 30, 2024
Download
  • fix: Convert all Pair objects to Apache Commons.
  • Migrate inventoryPreview to the new InventoryOverlayScreen system. This basically now uses the same code as MiniHUD; and then you can configure the Hotkey appropriately so that it doesn't conflict with MiniHUD. I may consider moving InventoryPreview back to Tweakeroo away from MiniHUD again in the future.

Tweakeroo 1.21.4-0.23.0

by sakura-ryoko on Dec 22, 2024
Download
  • fix: 'Shifted' Display for the 'Tweaks' config.
  • fix: missing 'comment' lines under Tweaks
  • revert: disableNoBlockBreakCooldown being blocked from Creative Mode.
  • fix: tweakInventoryPreview to be able to see 'Empty' Block Entities again.
  • fix: inventoryPreview for Empty Inventory Entities, such as Armor Stands
  • fix: Missing Horse / Wolf Empty Slot textures
  • add Chinese lang files, thanks to @DreamingLri and @snowlinouo, and @zly2006
  • Includes Config Gui Registration code
  • fix: Easy Place Protocol not applying all possible rotation Directional Block States.
  • fix: Easy Place V3 for AXIS BlockStates; meaning this fixes Logs, Froglights, Basalt, Hyphae, etc.
  • fix: AutoElytraSwap logic from @zly2006
  • feat: configurable BundlePreviewRowWidth

Tweakeroo 1.21.3-0.22.2

by sakura-ryoko on Dec 22, 2024
Download
  • fix: 'Shifted' Display for the 'Tweaks' config.
  • fix: missing 'comment' lines under Tweaks
  • revert: disableNoBlockBreakCooldown being blocked from Creative Mode.
  • fix: tweakInventoryPreview to be able to see 'Empty' Block Entities again.
  • fix: inventoryPreview for Empty Inventory Entities, such as Armor Stands
  • fix: Missing Horse / Wolf Empty Slot textures
  • add Chinese lang files, thanks to @DreamingLri and @snowlinouo, and @zly2006
  • Includes Config Gui Registration code
  • fix: Easy Place Protocol not applying all possible rotation Directional Block States.
  • fix: Easy Place V3 for AXIS BlockStates; meaning this fixes Logs, Froglights, Basalt, Hyphae, etc.
  • fix: AutoElytraSwap logic from @zly2006
  • feat: configurable BundlePreviewRowWidth

Tweakeroo 1.21.1-0.21.55

by sakura-ryoko on Dec 22, 2024
Download
  • fix: 'Shifted' Display for the 'Tweaks' config.
  • fix: missing 'comment' lines under Tweaks
  • revert: disableNoBlockBreakCooldown being blocked from Creative Mode.
  • fix: tweakInventoryPreview to be able to see 'Empty' Block Entities again.
  • fix: inventoryPreview for Empty Inventory Entities, such as Armor Stands
  • fix: Missing Horse / Wolf Empty Slot textures
  • add Chinese lang files, thanks to @DreamingLri and @snowlinouo, and @zly2006
  • Includes Config Gui Registration code
  • fix: Easy Place Protocol not applying all possible rotation Directional Block States.
  • fix: Easy Place V3 for AXIS BlockStates; meaning this fixes Logs, Froglights, Basalt, Hyphae, etc.
  • feat: configurable BundlePreviewRowWidth

Tweakeroo 1.21.3-0.22.1

by sakura-ryoko on Dec 1, 2024
Download

Tweakeroo 1.21.1-0.21.54

by sakura-ryoko on Dec 1, 2024
Download
  • fix Tweakeroo's free camera tweak breaking zoom mods (https://github.com/sakura-ryoko/tweakeroo/pull/75)
  • Removed Crowdin files

This is due to the unpopularity of Machine Translations. If you want a language supported, translate it and post under Sakura's Tweakeroo Issues -- With that said, if you wish to become more of a permanent language translator for these mods, I can invite you to my crowdin account. Until then, any Machine translations that I could find / recall from recent memory have been removed; which will also revert some existing lang files, such as various additions under Chinese to English until I can gain that support more consistantly. Note that as various configs get added to the mod, this will also mean that languages without a proper human maintainer WILL NOT BE FULLY TRANSLATED. I have tried and spent my own money on these Crowdin projects in order to be more open for more of the top 30 languages to be represented, only for this to be the result due to the poor quality of Machine Translations. I assume that you understand that it's better to have NO translation instead of a poor translation.

Tweakeroo 1.21.3-0.22.0

by sakura-ryoko on Nov 22, 2024
Download
  • Port to 1.21.3

Tweakeroo-1.21.1-0.21.53

by sakura-ryoko on Nov 22, 2024
Download
  • Add serverDataSyncCacheTimeout to be able to configure the length of time in between ServerDataSync Cache ticking.
  • Add EnderItems display
  • Add apply() config method for translations.
  • Add several lang files from Crowdin (Report translation issues, and fixes in my GitHub)

Tweakeroo-1.21.1-0.21.52

by sakura-ryoko on Nov 10, 2024
Download
  • Fixes extra Client Tick processing for Choppy Freecam Movement.

Tweakeroo-1.21.1-0.21.51

by sakura-ryoko on Nov 8, 2024
Download
  • Rewrite of EntityDataSync Cache from Develpment Branches (1.21.3+)
  • Adds Support for Servux for inventoryPreview using the Tweaks Data Provider (Requires Servux 0.3.8+)
  • Rewrite of InventoryPreview Code from Development Branches, which prioritizies the use of Nbt tags.
  • Adds Crafter locked slots for InventoryPreview and Shulker Preview code
  • Adds Bundle Preview that replaces the Vanilla screen when activated.
  • fix crash from Saving Maps as Images
  • mitigate/fix crash from 'NULL' lastAction values.
  • disable ActionBar messages for Enabling Zoom.
  • disableBlockBreakCooldown is now excluded from Creative mode
  • Requires MaLiLib 0.21.1
1
2
20

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.