Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amateras-server/ama-tweaks
client utilities mod made for amateras.
https://github.com/amateras-server/ama-tweaks
amateras-server fabric-mod fabricmc malilib minecraft minecraft-mod tweaks
Last synced: about 11 hours ago
JSON representation
client utilities mod made for amateras.
- Host: GitHub
- URL: https://github.com/amateras-server/ama-tweaks
- Owner: amateras-server
- License: mit
- Created: 2025-02-04T19:49:01.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-02-05T19:52:32.000Z (about 17 hours ago)
- Last Synced: 2025-02-05T20:53:22.144Z (about 16 hours ago)
- Topics: amateras-server, fabric-mod, fabricmc, malilib, minecraft, minecraft-mod, tweaks
- Language: Java
- Homepage: https://modrinth.com/mod/amatweaks
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AmaTweaks
[日本語の説明はこちら](README_ja.md)
[![Dev Builds](https://github.com/amateras-server/ama-tweaks/actions/workflows/gradle.yml/badge.svg)](https://github.com/amateras-server/ama-tweaks/actions/workflows/gradle.yml)
[![License](https://img.shields.io/github/license/amateras-server/ama-tweaks.svg)](https://opensource.org/licenses/MIT)
[![Issues](https://img.shields.io/github/issues/amateras-server/ama-tweaks.svg)](https://github.com/amateras-server/ama-tweaks/issues)
[![Modrinth](https://img.shields.io/modrinth/dt/amatweaks?label=Modrinth%20Downloads)](https://modrinth.com/mod/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 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](https://github.com/Kikugie/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](https://github.com/TaichiServer/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](https://github.com/TaichiServer/taichi-tweaks)