Small Home
My social networks

—
## Description👀
**This datapack adds a new dungeon to your world with a small house where there are a couple of chests of stoves and also beds with dogs**
—
## Useful Сommands🔧
– **Use /locate structure elysianfields:small_home for see dungeon coordinates**
– **Use /place structure elysianfields:small_home for spawn dungeon**
—

Small Swords
🗡️ Smaller Swords – PvP Optimized Texture Pack
Tired of bulky swords blocking your view in combat? This texture pack replaces the default Minecraft swords with sleeker, shorter versions—giving you a clearer line of sight, faster reaction time, and a cleaner look for competitive PvP.
🔧 Features:
– 🔪 Reduced sword size without losing detail or readability
– 👀 Improved visibility in close combat and tight spaces
– 🎨 Compatible with most resource packs – just load it on top!
– 👑 Support for 1.8.9 and newer versions like 1.21.8 and above
[YouTube Channel](https://youtube.com/@modsinth?si=WjByvH1jdxuJLdVc)

skywhywalker Totem of Undying
– ENG: Skywhywalker is a Twitch streamer who streams CS:GO and other games, particularly matches of famous teams and ELO boosts. This resource pack replaces the totem with a meme photo of him (from an anime).
– RU: Skywhywalker это стример на твиче который стримит КСГО и другие игры, в частности матчи известных команд и буст ЭЛО. Этот ресурспак заменяет тотем на его мемное фото (из аниме)
[ALL RESOURCEPACKS COLLECTION: MEMES + STREAMERS](https://modrinth.com/collection/sfDcDGAi)

Skipping
# Skipping🌊
Lets you skip eggs, experience bottles, splash potions, lingering potions, and ender pearls across water by throwing them at specific angles. Skipping an item makes it bounce above the water, an item can be skipped multiple times until eventually either sinking or hitting something.
## Notes
– If you angle it right you can make a skippable item not skip over water.
## Updates
– 1.3 Slightly modified the function used for skipping.
SimplesorterR
# SimpleSorter
> A lightweight client-side inventory sorting mod.
—
## Features
### One-Key Smart Sorting
Open an inventory or container and press **R** to sort items.
– **Auto Stack Merging** — Automatically consolidates partial stacks of the same item into full stacks, freeing up valuable slots
– **Creative Tab Native Sorting** — Items are arranged using Minecraft’s Creative Mode tab order and support modded items
– **Custom Sort Order** — Adjust `tabOrder` in the config file to change tab priority
– **Pinned Items** — Configure `pinnedItems` to keep specific items always sorted first
– **Dynamic Container Blacklist** — All storage containers are sortable by default (including modded containers like Reinforced Chests). Functional containers are excluded by exact class names in `blockedContainers`; you can also press **B** while a container is open to toggle it automatically
– **Config Hot-Reload** — Edit `simplesorter.json` directly, changes take effect on the next R-key sort without restarting the game
– **Pure Client-Side** — Sorting is performed by simulated clicks, so the server does not need the mod
—
### Mouse Tweaks
#### Shift + Drag to Quick-Move
Hold **Shift** and **left-click drag** across multiple slots — every slot you pass over will be instantly quick-moved to the opposite inventory.
> Useful when moving many slots at once.
#### Shift + Double-Click to Move All Same Items
While **holding an item** on your cursor, **Shift + Double-Click** on a matching item to instantly quick-move **all identical items** from that inventory to the other side.
> Useful for pulling all matching items out of a chest.
#### Space + Double-Click to Move Everything
Hold **Space** and **Double-Click** any slot in a container to instantly quick-move **every single item** from that inventory to the opposite side.
> Useful for quickly emptying a chest.
—
### Slot Locking
Hold **Alt** and **click** any slot to **lock** it — locked slots display an overlay.
– Locked slots are **never moved** when sorting with R
– Locked hotbar slots are **protected from Q-key drops** (prevents accidental discarding)
– Lock state is **automatically saved** and independent per save file
– **Alt + click** again to unlock
– Hold **Alt + left-click drag** to lock or unlock multiple slots in one sweep. The first slot decides whether the drag locks or unlocks
– Overlay color can be customized with `lockOverlayColor`, supporting both `#RRGGBB` and `#AARRGGBB`
Color values use **Hex color codes**. Both `#RRGGBB` and `#AARRGGBB` are supported. The 8-digit format uses `ARGB` order: `AA` opacity, `RR` red, `GG` green, `BB` blue. It is not `RGBA`.
Common `AA` values: `40` very transparent, `80` half transparent, `C0` mostly opaque, `FF` fully opaque. Examples: `#80FF0000` half-transparent red, `#8000FF00` half-transparent green, `#800000FF` half-transparent blue.
> Useful for keeping tools in fixed slots and reducing accidental drops.
—
### Auto Replacer
– **Tool Break Replacement** — When a held tool breaks, automatically equips a replacement of the same type from your inventory
– **Stackable Item Refill** — When a held stackable item runs out (e.g. placing blocks), automatically refills from your inventory
– Can be **toggled on/off** in the settings screen
> Useful when building or mining with repeated item replacement.
—
### Caps Lock + Double-Click to Batch Drop
Hold **Caps Lock** and **double-click** any slot to **drop all identical items** in that inventory (using the Q-key drop action).
> Useful for clearing large quantities of one item.
—
### In-Game Configuration
Press **Z + I** (default combo) to open a graphical settings panel in-game:
– **Tab Sort Order (tabOrder)** — Customize the priority of Creative Mode tabs
– **Pinned Items (pinnedItems)** — Specify item IDs that always sort to the front
– **Container Blacklist (blockedContainers)** — Add container class names to exclude from sorting, or press **B** while a container is open to write the current class name automatically
– **Lock Overlay Color (lockOverlayColor)** — Customize locked-slot overlay color, for example `#80FF0000`
– **Z-Key Guard Toggle** — Disable the Z-key requirement to open settings with just I
– **Auto Replacer Toggle** — Enable/disable automatic tool and item replacement
– **Localized UI** — Settings interface automatically adapts to your game language (English / Chinese)
Also accessible from **Mod Menu** if installed.
> Advanced settings can be edited directly in `config/simplesorter.json`. Changes take effect on the next R-key sort.
> ⚠️ `blockedContainers` uses **exact class-name matching**, not fuzzy matching. Depending on mappings and Minecraft version, class names may look like `GenericContainerScreenHandler` instead of `ChestMenu`; the safest workflow is opening the target container and pressing **B** so the mod writes the correct name for you.
—
## Requirements
| Dependency | Required? | Notes |
|—|—|—|
| **Fabric Loader** ≥ 0.16.5 | ✅ Required | Mod loader |
| **Fabric API** | ✅ Required | Core API library |
| **Fabric Language Kotlin** | ✅ Required | Kotlin runtime support |
| **Cloth Config API** | ❌ Bundled | Config screen framework (already included in the mod jar) |
| **Mod Menu** | ❌ Optional | Adds a settings entry in the mod list |
—
## Installation
1. Install **Fabric Loader** and **Fabric API**
2. Download **Fabric Language Kotlin** and place it in your `mods` folder
3. Pick the jar matching your Minecraft version and drop it into your `mods` folder
4. Launch the game
—
## Keybind Reference
All keybinds appear under the **SimpleSorter** category in Minecraft’s Controls screen and can be changed there.
| Key | Action | Context |
|:—:|—|—|
| **R** | Sort & organize inventory | While any container is open |
| **Alt + Click** | Lock / Unlock slot | Prevents that slot from being sorted |
| **Alt + Left-Drag** | Batch lock / unlock slots | Drag across multiple slots |
| **B** | Toggle current container blacklist | When the current container should not be sorted |
| **Caps Lock + Double-Click** | Batch drop identical items | Quickly clear large stacks |
| **Shift + Drag** | Quick-move multiple slots | Drag across slots while holding Shift |
| **Shift + Double-Click** | Move all identical items | While holding an item on cursor |
| **Space + Double-Click** | Move all items from container | Empty an entire inventory at once |
| **Z + I** | Open settings screen | Available anytime |
—
## Technical Details
– **Client-Side Only** — No server modifications; sorting is achieved by simulating player click actions
– **Creative Tab Native Sorting** — Reads Minecraft’s Creative Mode tabs directly to build a sort index, perfectly matching the game’s native item order and automatically supporting all modded items
– **Multi-Version Architecture** — Built with a `core` + `shared` + `platform` layered architecture, allowing one codebase to support multiple Minecraft versions
– **Dynamic Config System** — Supports config file hot-reload, no game restart needed after edits
– **Exact Container Matching** — `blockedContainers` matches exact container class names to avoid accidental fuzzy matches
– **Modular Mouse Tweaks** — Each mouse enhancement is an independent `MouseTweakModule`, making it easy to add or modify features
– **License** — All Rights Reserved (See LICENSE file for strict usage terms)
—
SimpleSorter
A simple Minecraft inventory sorting tool.
Simple Voice Chat
[Modrinth](https://modrinth.com/mod/simple-voice-chat)
|
[CurseForge](https://legacy.curseforge.com/minecraft/mc-mods/simple-voice-chat)
|
[Discord](https://discord.gg/4dH2zwTmyX)
|
[Wiki](https://modrepo.de/minecraft/voicechat/wiki)
|
[FAQ](https://modrepo.de/minecraft/voicechat/faq)
|
[Credits](https://modrepo.de/minecraft/voicechat/credits)
|
[API](https://modrepo.de/minecraft/voicechat/api)
# Simple Voice Chat
A proximity voice chat for Minecraft with a variety of [addons](https://modrepo.de/minecraft/voicechat/addons) that offer additional features and functionalities.
⚠️ **NOTE** This mod requires special setup on the server in order to work.
Please read the [wiki](https://modrepo.de/minecraft/voicechat/wiki/setup) for more information.

Please join the Discord if you have questions!
## Downloads
– [Fabric](https://modrinth.com/mod/simple-voice-chat/versions?l=fabric)
– [NeoForge](https://modrinth.com/mod/simple-voice-chat/versions?l=neoforge)
– [Forge](https://modrinth.com/mod/simple-voice-chat/versions?l=forge)
– [Bukkit/Spigot/Paper](https://modrinth.com/plugin/simple-voice-chat/versions?l=bukkit)
– [Quilt](https://modrinth.com/mod/simple-voice-chat/versions?l=quilt)
– [Velocity](https://modrinth.com/mod/simple-voice-chat/versions?l=velocity)
– [BungeeCord/Waterfall](https://modrinth.com/mod/simple-voice-chat/versions?l=bungeecord)
## Features
– Push to talk
– Voice activation
– Proximity voice chat
– Password protected groups
– Automatic voice activity detection
– Automatic microphone gain adjustment
– [Opus codec](https://opus-codec.org/)
– [RNNoise](https://jmvalin.ca/demo/rnnoise/) recurrent neural network noise suppression
– OpenAL audio
– Cross compatibility between Fabric, NeoForge, Forge, Quilt, Bukkit, Spigot and Paper
– Support for Velocity, BungeeCord and Waterfall
– Compatibility with [ModMenu](https://modrinth.com/mod/modmenu) (Use [ClothConfig](https://modrinth.com/mod/cloth-config) for a better configuration UI)
– Configurable push to talk key
– Microphone and speaker test playback
– Configurable voice distance
– Whispering
– Individual player volume adjustment
– Microphone amplification
– 3D sound
– AES encryption
– Audio recording with separate audio tracks
– A powerful [API](https://modrepo.de/minecraft/voicechat/api)
– Many [addons](https://modrepo.de/minecraft/voicechat/addons)
## Icons
| Icon | Description |
|:————————————:|——————————————————-|
|  | You are talking |
|  | You are whispering |
|  | Player is talking |
|  | Player is whispering |
|  | Microphone muted |
|  | Voice chat disabled |
|  | Voice chat not connected
Voice chat not installed |
## The GUI
You can open the voice chat GUI by pressing the `V` key.
This allows you to open the settings, group chats, mute yourself, disable the voice chat, start/stop a recording and hide all icons.

### Group Chats
Group chats allow you to talk to players that are not in your vicinity.
To open the group chat interface, either press the group button in the voice chat GUI or just press the group key.
To create a new group, just type a name in the text field and press the button at the bottom.

Creating or joining a group will bring you into the group chat interface.
You will also see the heads of the group members in the top left corner of your screen.
Talking players will be outlined.
You can disable these icons by pressing the third button from the left.

Players that are not in a group will see a group icon next to your head, indicating that you are in a group.
You can invite players to your group chat by entering the command `/voicechat invite ` or from the social interactions screen.
### Settings
You can access the voice chat settings by pressing the `V` key and pressing the settings button.
This menu offers the ability to set up your voice chat audio settings.
By clicking the microphone button, you can test your microphone activation.

## Important Notes
You need to open a port on the server. This is port `24454` `UDP` by default.
Without opening this port, the voice chat will not work.
This port can be changed in the server config.
More information [here](https://modrepo.de/minecraft/voicechat/wiki/setup).
The voice chat is encrypted, but we don’t guarantee the security of it. Use at your own risk!
Side Eyed Rabbits
### **Side Eyed Rabbits**
Makes the eyes of rabbits on the side instead of the front, making them more realistic
(And cuter in my opinion)
Ship With Robber
My social networks

—
## Description👀
**This datapack adds a pirate ship with robbers to your world. The upper chests contain raw cod, fried cod, charcoal, gunpowder, crossbow, fishing rod, ore iron. The middle chests contain tnt, fried cod, raw cod, charcoal, ore iron, gunpowder, fishing rod, trident with a small chance. In the lower chests there is a blacksmith template Shore, gunpowder, tnt, iron ingot, ore iron, charcoal, raw cod, fried cod, with a small chance you can drop a trident and a raid bottle (and there is also a secret barrel with good loot!)**
—
## Useful Сommands🔧
– **Use /locate structure elysianfields:ship_woth_robber for see dungeon coordinates**
– **Use /place structure elysianfields:ship_with_robber for spawn dungeon**
—

Shader DevTools
# Shader DevTools
Client-side fabric mod for working on Minecraft core shaders, post shaders, post effects, and render pipelines without restarting the game or reloading the resource pack.
https://github.com/seailz/shader-devtools
## Features
– Reload shaders, both core and post, on demand without having to fully reload the resource pack
– Live editing of shader files in-game with syntax highlighting
– When a shader exists in multiple packs (including vanilla), ability to edit each of those individually (except vanilla shaders, which are read-only) and force load them
– Ability to quickly visualize what a shader is rendering
– Parsing of post effect JSON files, and the ability to edit these too
– Parsing and visualization of all render pipelines
– Ability to override any value in the `Globals` uniform buffer
### Shader Debug Logging
You can add calls like `dbg(“time=” + GameTime);` to supported shader programs and the value will be written to `logs/latest.log`.
Notes:
– Works on both OpenGL and Vulkan
– ASCII string literals are supported
– Top-level string concatenation is supported, so `”abc” + someValue` works
– Common scalar and vector values are converted to text automatically
Warning:
– `dbg(…)` is still expensive in hot shaders, especially fragment shaders
– Frequently changing values such as `GameTime` can reduce FPS if logged aggressively
Saplanting
[](https://discord.gg/JunKeKCJAY)
# Saplanting
A mod that automatically plants sapling drops in minecraft games.
Saplings from other mods are supported theoretically.
Other plants are also available, if you configure them.
This is a fabric mod, fabric api is required.
If there isn’t a version that satisfy your MC version, you might need [this](https://www.curseforge.com/minecraft/mc-mods/quickplant)



## Annoucement
Saplanting v1.1.2 for Minecraft 1.19 was released!
## Contact Me
[buy me a coffee](https://afdian.net/@muyucloud)
[Chat Group from QQ](https://t.bilibili.com/563537522129988306)
[Gitee](https://gitee.com/muyu-twilighter/saplanting_fabric)
[MCMOD](https://www.mcmod.cn/class/5221.html)
[bilibili](https://space.bilibili.com/291040380)