AmaTweaks is a client-side Minecraft Fabric mod which has some useful features made for Amateras SMP.
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.
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
.
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.
Displays formatted scoreboard value in the sidebar. Implementation of >=mc1.20.4 was ported from techutils.
Automatically keeps you moving back.
Automatically keeps you moving forward.
Automatically keeps you moving left.
Automatically keeps you moving right.
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.
Overrides text color in gui with white.
Overrides text color of team with white.
Replace the block to be picked with litematica's pick block feature.
pickRedirectMap
can be configured in theList
tab of the config.
Prevents breaking blocks that are adjacent to a nether portal.
Prevents block placement on sliced nether portal sides. This feature was ported from taichi-tweaks
Prevent breaking blocks below you while you're moving forward or sideways. This can be useful for activities like perimeter digging.
Caution
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.
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