Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

pugur523/ama-tweaks

Repository files navigation

AmaTweaks

日本語の説明はこちら

Dev Builds License Issues Modrinth

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 the Generic 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 config Generic.

tweakAutoRestockInventory

Automatically restocks items from a container block (like chests, shulker-boxes, etc.) when you open it. The inventoryRestockList can be customized in the List tab of the config.

tweakCompactScoreboard

Displays formatted scoreboard value in the sidebar. Implementation of >=mc1.20.4 was 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 by interactionHistoryMaxSize 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 the List 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

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.

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