Pride GUI Legacy

# PrideGUI Legacy

This is the official legacy version of Pride GUI, an official addon to [PridePack](https://modrinth.com/project/pridepack-legacy) that changes the Minecraft GUI to have a dark theme, with LGBT details.
It is available for many versions, starting from beta 1.7.3.

![PrideGUI Banner](https://cdn.modrinth.com/data/M5cBmKB3/images/4e9661d7b339d965eb4d0c62f3afb07d1cf24469.png)
## Donate
You can support the developers of Pridecraft Studios by donating on Patreon

[![patreon](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy/donate/patreon-singular_vector.svg)](https://donate.pridecraft.gay)
## 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. **Dark Mode** [![Download on Modrinth](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/modrinth_vector.svg)](https://modrinth.com/project/pridegui) [![Check out the GitHub](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/github_vector.svg)](https://git.pridecraft.gay/pridegui) **Dark Mode (Legacy)** [![Download on Modrinth](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/modrinth_vector.svg)](https://modrinth.com/project/pridegui-legacy) [![Check out the GitHub](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/github_vector.svg)](https://git.pridecraft.gay/pridegui/branches) **Light Mode** [![Download on Modrinth](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/modrinth_vector.svg)](https://modrinth.com/project/pridegui-light) [![Check out the GitHub](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/github_vector.svg)](https://git.pridecraft.gay/pridegui/tree/light/main) **Light Mode (Legacy)** [![Download on Modrinth](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/modrinth_vector.svg)](https://modrinth.com/project/pridegui-legacy-light) [![Check out the GitHub](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/cozy-minimal/available/github_vector.svg)](https://git.pridecraft.gay/pridegui/branches) ## Socials [![Join our Discord](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/compact/social/discord-plural_vector.svg)](https://discord.pridecraft.gay) [![Chat with us on Mastodon](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/compact/social/mastodon-plural_vector.svg)](https://tech.lgbt/@pridecraft) [![Watch us on Youtube](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/compact/social/youtube-plural_vector.svg)](https://youtube.com/@pridecraftstudios) [![Chat with us on Twitter](https://raw.githubusercontent.com/intergrav/devins-badges/c7fd18efdadd1c3f12ae56b49afd834640d2d797/assets/compact/social/twitter-plural_vector.svg)](https://x.com/pridecraftreal) [![Chat with us on Bluesky](https://badger-api-staging.worldwidepixel.ca/compact?gradientStart=00A5E4&gradientEnd=0076B1&lineOne=Chat%20with%20us%20on&lineTwo=Bluesky&colourOne=FFFFFF&colourTwo=FFFFFF&iconUrl=https://raw.githubusercontent.com/OzzyCzech/bluesky-icon/main/dist/bluesky-icon.white.png)](https://bsky.app/profile/pridecraft.gay) [![Chat with us on Threads](https://badger-api-staging.worldwidepixel.ca/compact?gradientStart=1B1B1B&gradientEnd=000000&lineOne=Chat%20with%20us%20on&lineTwo=Threads&colourOne=FFFFFF&colourTwo=FFFFFF&iconUrl=https://engineering.fb.com/wp-content/uploads/2024/01/threads-app-icon.png)](https://threads.net/@pridecraftstudios) [![Check out our Instagram](https://badger-api-staging.worldwidepixel.ca/compact?gradientStart=BA5353&gradientEnd=61003D&lineOne=Check%20out%20our&lineTwo=Instagram&colourOne=FFFFFF&colourTwo=FFF&iconUrl=https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/instagram-white-icon.png)](https://instagram.com/pridecraftstudios)

PC Gamer Cow

It is the cow from the PC Gamer Demo! But with a slightly modified logo and it uses the new cow texture from 1.14

Ornithe Standard Libraries

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:

“`groovy
dependencies {

ploceus.dependOsl(‘0.17.1’)
}
“`

You can also add dependencies on individual OSL modules:

“`groovy
dependencies {

ploceus.dependOslModule(‘0.17.1’, ‘core’)
ploceus.dependOslModule(‘0.17.1’, ‘entrypoints’)
}
“`

Ore Outlines Revamped

# SUPPORTS LITERALLY EVERY SINGLE VERSION FROM ALPHA 1.2.2 TO 1.21.8
this is not a joke lol it actually works on every version that has texture/resource packs

on versions from 1.8 to 1.20.1 ignore the “incompatible made for a newer version” warning

there’s no way for me to get rid of that warning but it does work on those versions

![ores on grass](https://cdn.modrinth.com/data/SWSauWGl/images/0b797db39653e97f53b770e1afd4cdd85ac67477.png)

really simple pack that just adds outlines on the ores. ik its been done a billion times but i did it again lol

![Pixelart showing off the textures.](https://cdn.modrinth.com/data/cached_images/b07c20fa07b6504cfe11003d3951bdacecee3144.png)

the ore is like compacted so it doesn’t touch the outlines to make it not blend together

![Ores in a cave](https://cdn.modrinth.com/data/SWSauWGl/images/0a120142b7070f14c1e95be0ad4dc1cda4213c30.png)
![Ores in a cave](https://cdn.modrinth.com/data/SWSauWGl/images/d4fe03ae5504763ebf293f42da69aed164e9a343.png)

NyaPack 🤺 Minimal Armor

![armor](https://cdn.modrinth.com/data/cached_images/5fbd0e32fe1bc7d031fa215cd572ef904d7fb92d.gif)


**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

Give your skin more personality and style! 🦋


No Hotbar

No Hotbar, Pretty Straight forward. Idk what this can be useful for tbh. Maybe clear hotbar? Just use idk.

Q&A:

Can I put this in my modpack?
Sure but add the credit. Or just paste the text below

No Hotbar
By Zacgamingpro1234
https://modrinth.com/resourcepack/nohotbar

If you want to redistribute to other websites just tell me and I’ll try.
You can use it in your modpack.
You can use it for personal use.
If you want to modify this resource you must ask me.

No GUI

No GUI,
A texture pack made for fun and as a challenge. Can you beat it? If you want you can record ur self beating it and I will put you below as a verified winner! (you should dm me on discord for notice)
Also the GUI isn’t black its invisible so you can see stuff under your current tab or something.

Q&A:

Can I put this in my modpack?
Sure but add the credit. Or just paste the text below

No GUI
By Zacgamingpro1234
https://modrinth.com/resourcepack/nogui

You can redistribute this resource but you may not monetize from it.
You can use it for personal use.

No Pumpkin Blur


🎃 Simple resource pack that removes the blur when you put on a pumpkin. 🎃

🎃 Why Choose No Pumpkin Blur 16x?

✅ No Pumpkin Blur 16x ❌ Competitors
📦 Only 776 bytes 📁 Usually 8–80 KB
⚡ Fast updates 🐢 Slower updates
🧩 Supports all versions in one file 📂 Often requires separate files for different versions



NiceFormat

A very simple **chat formatting** plugin for **CraftBukkit** (should also work on its _forks_) b1.7.3, and it also works on later versions, like 1.0.

You can toggle chat colors and change the format in the config.yml file.

| Command | Description | Permission |
|:————-|:——————:|——————:|
| `niceformat` | Reloads the plugin | niceformat.reload |

New Hearts, classic colors

# **New Hearts, classic colors**

**Not a fan of the pastel hearts in the [New Hearts](https://modrinth.com/resourcepack/new-hearts) texture pack?**
**This texture pack is for you.**

![Hearts in survival](https://cdn.modrinth.com/data/yOmhF7nX/images/b793238bd1b13f4d1265af7638d5350ec76d4045.png)