Proxy Protocol Support is a [Fabric](https://fabricmc.net/) and [Quilt](https://quiltmc.org/) mod which adds support for [Proxy Protocol (HAProxy)](https://www.haproxy.com/blog/haproxy/proxy-protocol/ “Proxy Protocol (HAProxy)”) for your Minecraft server. It allows to accept both proxied and direct connections simultaneously.
For example you can use [TCPShield](https://tcpshield.com/ “TCPShield”) or other software ([Nginx](https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#proxy_protocol “Nginx”), [FRP](https://gofrp.org/)) to forward traffic, and hide your server’s IP address. Without Proxy Protocol, your console will only show the proxy’s IP address. By reading the Proxy Protocol packet, this mod makes showing the player’s real IP address possible.
**This is a Server-Side only mod; it does nothing when installed on a client.**
Supports Minecraft versions 1.14-26.1 and probably later (untested).
—
## Secure Hybrid Mode
This mod allows your Minecraft server to simultaneously accept connections from a **trusted proxy** (using the PROXY protocol) and from **trusted direct-access IPs**. This is perfect for setups where you want to hide your server’s IP behind a proxy, while still allowing admins or local players to connect directly.
The mod operates on a secure **”Default Deny”** principle. If an incoming connection’s IP address is not explicitly whitelisted in one of the lists below, it will be **rejected**. This prevents unauthorized users from bypassing your proxy and connecting directly to your server’s real IP address.
—
## Configuration
Configuration is handled in `config/proxy_protocol_support.json`.
### `enableProxyProtocol`
Set to `true` to enable the mod’s functionality.
– **Default**: `true`
### `proxyServerIPs`
A list of IP addresses that are your trusted proxy servers. Connections from these IPs **must** send a PROXY Protocol header.
– **Default**: `[“127.0.0.1”]`
### `directAccessIPs`
A list of IPs or CIDR ranges that are allowed to connect directly **without** a PROXY Protocol header. This is ideal for admins, local network players, and server-side tools.
– **Default**: `[“127.0.0.1”, “192.168.0.0/16”]`
### `whitelistTCPShieldServers`
When `true`, the mod automatically fetches TCPShield’s official proxy IPs and adds them to the trusted `proxyServerIPs` list.
– **Default**: `false`
—
## Example Scenarios
#### Scenario 1: Server behind FRP on the same machine
You run `frpc` on the same machine as the Minecraft server. Players from the internet connect through the proxy. You want to connect directly from your gaming PC on the same LAN (`192.168.1.100`).
#### Scenario 2: Server protected by a remote proxy service
Your server is at home, and you use a VPS with the IP 203.0.113.10 as a proxy. You want your entire home network (192.168.0.0/24) to have direct access.
#### Scenario 3: Maximum Security (Proxy Only)
You only want to allow connections through your proxies and nothing else (not even from the local machine).
“`toml
proxyServerIPs = [“1.2.3.4”, “5.6.7.8”] # Your proxy IPs
directAccessIPs = [] # Leave empty
“`
Looking for Minecraft server? Visit [BedrockHost.pl](https://bedrockhost.pl/)
Pride Pack
# Pridepack
This is Pridepack, a Resource Pack made by [Pridecraft Studios](https://pridecraft.gay). It comes with many LGBT Pride additions, such as paintings, beds, mobs and Main Menu changes.
## Donate
You can support the developers of Pridecraft Studios by donating on Patreon






## Who
Pridecraft Studios is a collective modding group that creates resource packs, tooling, and our flagship mod, Joy. Our team of volunteers strive to create prideful content for the diverse Minecraft community <3. We target both Java and Bedrock editions, hoping to create memorable experiences for you.
## Other Downloads
[](https://modrinth.com/project/pridepack) [](https://www.curseforge.com/minecraft/texture-packs/pride-pack) [](https://git.pridecraft.gay/pridepack)
## Socials
[](https://discord.pridecraft.gay)
[](https://tech.lgbt/@pridecraft)
[](https://youtube.com/@pridecraftstudios)
[](https://bsky.app/profile/pridecraft.gay)
[](https://instagram.com/pridecraftstudios)
# Licenses
Assets license [CC BY-SA 4.0]
The soundtracks for Joy are licensed from [lynndova](https://lynndova.com/), under different terms and are **not** distributed under CC BY-SA 4.0. [See here for licensing terms.](https://git.pridecraft.gay/pridepack/blob/main/LICENSE-MUSIC)
In short:
– You must provide credit to lynndova
– You can not reupload this soundtrack verbatim
– You may use this soundtrack under the fair use doctrine including but not limited to the following:
– Using this soundtrack in videos or streams
If you are unsure if you may use the soundtracks or wish to license the soundtracks for your own use, contact lynndova using [their public email](mailto:[email protected]).
Potato Craft-8x
⭐ PotatoCraft 8x – Ultra FPS Boost Texture Pack ⭐
Do you want smooth FPS and a potato-friendly Minecraft? 🍟
PotatoCraft 8x is a lightweight, simplified resource pack designed for Minecraft Java Edition.
🔥 8×8 textures (down from the default 16×16)
⚡ Huge FPS boost on low-end devices
🎮 Perfect for PvP and survival gameplay
🌍 Works on all the latest Minecraft Java versions
💻 Tested on both mobile and PC
Whether you’re on a low-end phone, old laptop, or a beast PC, this pack makes the game feel faster, cleaner, and smoother.
💡 Why PotatoCraft?
Because even the weakest potato deserves to play Minecraft without lag! 🥔
📥 Download now and turn your Minecraft into a lag-free experience!
Peace Of Mind Music Disc
This texture pack replaces the music disc “13” and replaces it with the song “Purity” by A$AP Rocky ft. Frank Ocean. This makes it so that the name of the music disc is changed, and the music from that song is played. This music is from the album “Testing,” featuring many different artists, but for Purity, it features Frank Ocean.
Outlined Wool
Simple and clean resource pack to add outlines to Wool blocks making them easier to see when building with wool
Ornithe Standard Libraries (OSL) provides tools for modding with Ornithe.
## Libraries
### Core API
The Core API provides common utilities used by other modules, such as an events system and registries.
### Branding API
This module patches the title screen with mod loader information in 16w05a and below, emulating what you would see in 16w05b and above. This is done by parsing the run args for the `versionType` option.
### Config API
The Config API provides a framework for building and storing mod configs.
### Entrypoints API
The Entrypoints API allows mod developers to submit entrypoints that are called before the game is initialized.
### Keybinds API
The keybinds API provides events for registering keybinds.
### Lifecycle Events API
The Lifecycle Events API provides events to track the lifecycle of the Minecraft client and server.
### Networking API
The Networking API provides a framework for client-server communication.
### Resource Loader API
The Resource Loader API allows mods to load their own resources into the game.
## Information for developers
Our [Ploceus gradle plugin](https://github.com/OrnitheMC/ploceus) provides helper methods for adding OSL dependencies to your projects:
_A simple freelook/perspective mod for Minecraft._
Omnilook implements a small utility function for your player camera, which lets you rotate which way the third-person camera faces independent of your player’s head movement. This lets you take fancy cinematic shots or aim your cursor in a specific direction while not having to be locked to looking in that direction too!
## Version Support
Omnilook will support pretty much any and every mod loader and version of Minecraft you can think of. The table for this is kind of big, so please see [the GitHub readme](https://github.com/rhysdh540/Omnilook#version-support) for the full thing.
## Why Omnilook?
Omnilook is not the first mod to do this. Here’s why you should try it out:
– **It’s lightweight.** Unlike other mods, Omnilook is small and lightweight in about every way possible. It depends on other mods minimally, doesn’t interrupt your game in the slightest, and the mod jar weighs in at far under 100 kilobytes.
– **It’s compatible.** Omnilook will *just work* anywhere you put it. It uses as few injections as possible to get the job done, and often uses mod loaders’ events and APIs to make sure it functions well with other mods.
– …that’s about it for now.
## Configuration
Omnilook at its core is a pretty simple mod, so there aren’t too many configuration options right now. Besides the activation key binding (by default bound to the grave key, `), the one other option to configure is if pressing it toggles the effect, or if holding it keeps it activated.
## Issues?
See me on [GitHub](https://github.com/rhysdh540/Omnilook/issues). I’d love to help!
Ohmygod (Омайгад) Mellstroy Totem of Undying
– RU: «Омайгад» — это мем, связанный с стримером Меллстроем. В его основе — реакция Меллстроя на стриме, когда он производит эмоциональную жестикуляцию и произносит: «О май гад. Них.., красавчик».
Фраза вместе с выражением лица стали частью Меллстрой-мем-вселенной. Например, появился персонаж Омайгадность в сезоне «Село Молочное»
– EN: “Omaygad” is a meme associated with the streamer Mellstroy. It is based on Mellstroy’s reaction on the stream, when he makes emotional gestures and says, “Oh my god. Nikh.., handsome.”
The phrase, along with the facial expression, has become part of the Mellstroy meme universe. For example, the character Omaygadnost appeared in the “Molochnoye Village” season.
– [Тотем я уже красный со звуком](https://modrinth.com/resourcepack/mellstroy-(-)-totem-of-undying)
**NyaPack 🦋** is a resource pack that lets you show off your skin even more!
Armor becomes more like **accessories** or **situational outfits**, helping you customize your appearance without covering your character entirely.
✨ **Features:**
– **Emissives** and **animations** support in newer versions, all **without additional mods**
– Support for the new **copper armor**
– Versions **without emissive** and **without animations** are also available for those who prefer a simpler look