EnchantLang

# EnchantLang
[![Compatible with Vanilla](https://cdn.modrinth.com/data/GleiksHk/images/ccc4761dec9bf468d41ede1cf962ab9a74ce68c2.png)](https://minecraft.net)

This is a simple resource pack that changes all of the text, including signs and chat, to use the Standard Galactic Alphabet (Enchantment Table alphabet) font.

The reason on why to do this is simple:

Why not? When life gives you lemons [~~don’t~~ make lemonade](https://youtu.be/Dt6iTwVIiMM?feature=shared)

## Screenshots

![Taken with Pridepack](https://cdn.modrinth.com/data/jGRPptn0/images/48b3232c540bed04b873eec330051051b59512f3.png)

## 🏳️‍🌈-Pridecraft
Have you ever thought that your game is too boring and straight? Well, that’s no more! Get [Pridepack](https://pridecraft.gay/pridepack) *(or [it’s variations](https://git.pridecraft.gay))* today!

Biis

Elmo Totem of Undying

Hey there! If you’re a fan of Minecraft and Sesame Street, then you’re going to love this texture pack! This pack replaces the texture of the totem of undying with everyone’s favorite furry red monster – Elmo! Once you’ve installed the texture pack, you’ll notice that every time you use the totem of undying, it will now be replaced by Elmo’s smiling face. It’s a fun and quirky addition to the game that adds a bit of personality to your Minecraft experience. The Elmo totem of undying texture pack is perfect for players who want to add a bit of whimsy to their Minecraft world. It’s a great way to inject some lightheartedness into a game that can sometimes feel a bit intense. So why not give it a try? Install the texture pack and see what it’s like to have Elmo on your side in Minecraft!

NOTE: Does not need Optifine or CIT Resewn

Easyflint

Download Easyflint and make dropping gravel onto torches a thing of the past.

This data pack lets you craft 1 gravel into 1 flint.

I went looking for a pack like this and didn’t find one that didn’t mess with the 1:1 ratio, so I just made my own.

Easyflint is very lightweight in size. It’s essentially just the recipe and the hidden advancement that makes it show up in the recipe book.

No need to unzip the file or do anything really, just drop it right into the `datapacks` folder for your world or server, and you’re good to go. If you’re using the mod rather than the datapack, place it in your `mods` folder instead.

Have fun,

-kk iris

Easy Trapped Chest

## **🔄 Easy Trapped Chest** ✨

Tired of that misclick a **Trapped Chest** instead of a regular one? Say **goodbye to confusion** forever!

![Preview](https://cdn.modrinth.com/data/cached_images/98c7e7edab64ad59f41dab2b44492d9611d37092_0.webp)

**Easy Trapped Chest** is a **minimalist & vanilla-friendly** 🍃 resource pack that solves this problem with **elegance and clarity** 🎯. It **visually reworks** 🎨 the classic texture to make it **instantly recognizable** 👀, saving you from **accidental redstone signals** ⚡ and **unwanted attention** 🙈!

### **✨ What’s Different?**

* **🔴 BOLD RED BAND:** The sneaky strip is now a **vibrant, high-contrast red warning line**! Impossible to miss!
* **🛡️ True to Vanilla:** Blends **seamlessly** with Minecraft’s original style. It feels **like it was always meant to be this way**!
* **⚡ Instant Recognition:** In a **dark cave**, a **cluttered base**, or a **complex redstone circuit** — the **danger (or genius!)** is now **obvious**!

### **📥 Installation & Compatibility**

1. **Download** the `Easy_Trapped_Chest.zip` 📦 file.
2. **Place it** in your Minecraft `resourcepacks` 📁 folder.
3. **Activate it** in the game’s Resource Pack menu!
4. **Works like a charm** 🔮 with **all recent versions** (1.6.1+) and **plays nicely** with most other packs!

**🌟 Transform a subtle hazard into a clear tool. Download Easy Trapped Chest today and bring **brilliant clarity** to your world! 🎉**

Dot Crosshair

# Just a dot crosshair.
Works on any 1.6.1+ verison of Minecraft.

Doodle Hamster Reaction Totem of Undying

– **ENG**: White stupid hamsters are a popular meme from TikTok that includes a series of pictures of hamsters making funny faces. This resource pack includes a picture of one of them.

– **RU**: белые тупые хомяки – популярный мем из тиктока который включает в себя серию из картинок где хомяки корчат смешные рожи, этот ресурспак включает в себя изображение одного из них

[Check collection with all memes + streamers Totems ](https://modrinth.com/collection/sfDcDGAi)

Doggie Girl Inventory

A cute anime-style inventory texture pack featuring a doggie girl theme. This pack redesigns the Minecraft inventory GUI with an adorable dog-girl aesthetic, creating a clean and cozy anime vibe while keeping the interface simple and easy to use.

DockBridge

# DockBridge

Velocity plugin to auto-register Docker-backed servers (e.g., Limbo) and check for updates on Modrinth.

## Features
– Auto-discovery: Containers with label `net.uebliche.dockbridge.autoregister=true` are registered as Velocity servers. Host from container name, port from label `net.uebliche.dockbridge.server_port` (fallback: first exposed port, else 25565).
– Name collisions: Default `suffix` → append short container id (`basename-abcdef`). Alternative `overwrite` → keep basename, last writer wins.
– `/dockbridge` command (permission `dockbridge.command`): Shows label filter, duplicate strategy, last scan stats, and registered servers (no sensitive data).
– Modrinth update check on proxy start; login hint for players with permission `dockbridge.update.notify`.

## Installation
1) Download the latest DockBridge release from Modrinth (jar file).
2) Place the jar into your Velocity `plugins/` folder.
3) (Optional) If Velocity runs in Docker, mount `/var/run/docker.sock` into the Velocity container so DockBridge can discover containers.
4) Start Velocity. On first start, the config file `dockbridge.conf` is created in the Velocity data folder; adjust settings and restart.
5) Permissions:
– `dockbridge.command` for `/dockbridge`
– `dockbridge.update.notify` for update hints on login

## Configuration
`dockbridge.conf` (created in the Velocity data folder on first start):
“`
docker.endpoint=unix:///var/run/docker.sock
docker.poll_interval_seconds=30
filters.proxy_group=default
docker.autoregister.label_key=net.uebliche.dockbridge.autoregister
docker.autoregister.label_value=true
docker.autoregister.name_label=net.uebliche.dockbridge.server_name
docker.autoregister.port_label=net.uebliche.dockbridge.server_port
docker.autoregister.duplicate_strategy=suffix # suffix | overwrite
“`

## Docker labels (example)
“`
net.uebliche.dockbridge.autoregister=true
net.uebliche.dockbridge.server_name=limbo
net.uebliche.dockbridge.server_port=30000
“`


## Local testing
### Gradle run
“`
./gradlew runVelocity
“`
Downloads Velocity, builds the plugin (shadowJar), and starts the proxy with the plugin loaded.

### Docker Compose (Limbo set)
“`
docker compose up –build # or: docker compose -f docker-compose.limbo.yml up –build
“`
Includes three Limbo backends (ports 30000/30001/30002) and Velocity on host port 26678. Velocity runs via `runVelocity` inside the container and mounts your sources/config.

## Commands & permissions
– `/dockbridge` (permission `dockbridge.command`): Status and registered servers.
– Update hint on login: permission `dockbridge.update.notify`.

## Troubleshooting
– No servers registered?
– Ensure your containers have the label `net.uebliche.dockbridge.autoregister=true` and a valid `net.uebliche.dockbridge.server_port`.
– Make sure Velocity can reach Docker: mount `/var/run/docker.sock` (or set `docker.endpoint` to a reachable TCP endpoint).
– Check `/dockbridge` output for last scan count and registered servers.
– Port mismatch or forwarding errors?
– Verify the Limbo (or other backend) port matches the label and the server properties.
– For Velocity forwarding, ensure forwarding secret/mode match on both ends.
– Duplicate names?
– Default strategy is `suffix`. Switch to `overwrite` via `docker.autoregister.duplicate_strategy` if you want last-writer-wins.


## Build
“`
./gradlew build
“`
Produces the shaded jar at `build/libs/DockBridge-.jar`.

## Contributing
– Fork & PRs welcome. Keep code comments minimal but purposeful.
– Default Java 21, Gradle Kotlin DSL, Velocity API 3.4.0-SNAPSHOT for run task; 3.1.1 for compileOnly/annotationProcessor.
– Run `./gradlew build` before submitting; Docker-based tests are optional.

Transparent Fishing Bobber

## **Have you ever been annoyed by that one Player who kept fishing you in PvP?**
##
### This Pack fixes that!
Other than every other Pack doing this, this Pack doesn’t completely remove the Fishing Bobber, it just makes it see-through so you still can see the bobber but it isn’t as annoying as normally.

**Fishing Bobber on Screen**
![Fishing Bobber on Screen](https://cdn.modrinth.com/data/cached_images/5a1cd681ad288b3af140bc229b1ebb34de6e9939.png)

**Fishing Bobber on Ground**
![Fishing Bobber on Ground](https://cdn.modrinth.com/data/cached_images/bac123c48a354668e218157b754fa86037e0bd98.jpeg)

Tiny Effect Particles

## **Have you ever been distracted by the effect spirals in your screen?**

### Well, this pack fixes exactly that!
![Vanilla/ With Pack](https://cdn.modrinth.com/data/cached_images/1e81c1ca4e87cc1eecf7db60b3b3a140a0f9ce8b.png)
I retextured effect particles to be only one pixel big, so you can still see everything without completely removing them. This is especially useful for PvP, considering that most packs just completely remove the particles, what makes it impossible to see other players effects of invis particles, what is really bad.