https://github.com/kyagara/fred
Minecraft mod that adds features like inventory movement, music control, zoom and others quality of life features.
https://github.com/kyagara/fred
fabric minecraft minecraft-mod mod music qol
Last synced: 10 months ago
JSON representation
Minecraft mod that adds features like inventory movement, music control, zoom and others quality of life features.
- Host: GitHub
- URL: https://github.com/kyagara/fred
- Owner: Kyagara
- License: mit
- Created: 2022-11-09T18:02:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T01:21:06.000Z (over 1 year ago)
- Last Synced: 2024-10-22T02:46:56.522Z (over 1 year ago)
- Topics: fabric, minecraft, minecraft-mod, mod, music, qol
- Language: Java
- Homepage: https://modrinth.com/mod/fred
- Size: 519 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fred
The main goal with this mod is to add some quality of life features that would normally need another mod to be installed, things my friends and I find funny.
- The name was the first thing a friend said after I asked for a project name.
- The mod icon is my friend's doggo :), no idea of what to actually use.
- This mod was originally developed for a private modpack.
- Some features have been moved to [CoopTweaks](https://github.com/Kyagara/CoopTweaks).
- Some features are not 1:1 since the rework to Architectury and Stonecutter.
## Features
> Most features are toggleable.
### Client
- Custom window title.
- Movement with inventory open.
- Auto walk.
- Zoom with configurable FOV by using the mouse wheel, spyglass also has a configurable zoom.
- Sound on new chat message and when typing.
- A music player screen based on [Music Control](https://github.com/sf-inc/music_control).
- More control over the Minecraft Music (delay between songs, skip, change volume, show what is playing).
- Keep the current session chat history.
#### Keybinds
- **Up Arrow** - Increases music volume.
- **Down Arrow** - Decreases music volume.
- **Left Arrow** - Music player screen.
- **Right Arrow** - Skip music.
- **Right Control** - Displays the current music playing.
- **C** - Zoom (conflicts with a creative mode keybind).
- **G** - Auto walk.
### Server
- Use XP to create Experience bottle.
- Total blocks broken and placed statistic.
- Joke blocks/items: Trumpet from [trumpet-skeleton-fabric](https://github.com/JamiesWhiteShirt/trumpet-skeleton-fabric/), The Rock Block.
#### Recipes
- Rotten Flesh to Leather using furnace
- Horse Armor (diamond, gold, iron)
- Name Tag
- Bell
- Saddle
## License
Fred is licensed under the MIT license.
This project contains code from [trumpet-skeleton-fabric](https://github.com/JamiesWhiteShirt/trumpet-skeleton-fabric/) and [music-control](https://github.com/sf-inc/music_control).