Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
AmaTweaks
AmaTweaks is a client-side Minecraft Fabric mod which has some useful features made for Amateras SMP.
Features
tweakAutoEat
Automatically eat food from your inventory when your food level drops below a set threshold. The
autoEatThreshold
can be configured in theGeneric
tab of the configs.
tweakAutoFireworkGlide
Automatically glide with firework rocket in you inventory when you're flying and flying speed is less than the value
autoGlideSpeedThreshold
that can be configured in the configGeneric
.
tweakAutoRestockInventory
Automatically restocks items from a container block (like chests, shulker-boxes, etc.) when you open it. The
inventoryRestockList
can be customized in theList
tab of the config.
tweakCompactScoreboard
Displays formatted scoreboard value in the sidebar. Implementation of >=mc1.20.4 is ported from techutils.
tweakHoldBack
Automatically keeps you moving back.
tweakHoldForward
Automatically keeps you moving forward.
tweakHoldLeft
Automatically keeps you moving left.
tweakHoldRight
Automatically keeps you moving right.
tweakInteractionHistory
Cache specified number of player interactions. The interactions can be checked with
/history
command in the game and cleared with/clearinteractions
. The number of interaction to keep can be set byinteractionHistoryMaxSize
in config generic.
tweakMonoGui
Overrides text color in gui with white.
tweakMonoTeam
Overrides text color of team with white.
tweakPickBlockRedirect
Replace the block to be picked with litematica's pick block feature.
pickRedirectMap
can be configured in theList
tab of the config.
tweakPreventBreakingAdjacentPortal
Prevents breaking blocks that are adjacent to a nether portal.
tweakPreventPlacementOnPortalSides
Prevents block placement on sliced nether portal sides. This feature was ported from taichi-tweaks
tweakSafeStepProtection
Prevent breaking blocks below you while you're moving forward or sideways. This can be useful for activities like perimeter digging.
tweakSelectiveBlockRendering
This feature has not supported block entity render selection yet.
Renders only specified blocks. The blocks can be configured in the list tab so check it. This feature will reload the entire world (renderer) on settings changed. List entries example:
minecraft:white_stained_glass
,minecraft:dirt
,minecraft:bedrock
, etc.
tweakSelectiveEntityRendering
Renders only specified entities. The entities can be configured in the list tab. List entries example:
player
,tnt
,slime
,item
.
This feature was ported from taichi-tweaks