Nose Goes Definitive

Simply removes the nosepiece from player helmets. Great for those who want their face unobscured! Also fixes two pixels on the side of netherite helmets. [A programmer art variant is also available here](https://modrinth.com/project/nose-goes-definitive-programmer).

This mod is compatible with every version, all the way back to `1.6.1` when resource packs were added. For versions pre-`1.14`, you probably want the [programmer art variant](https://modrinth.com/project/nose-goes-definitive-programmer). In theory, there is no reason it should break with updates, excluding the addition of more armor types or trims.

This is an updated version of [Nose Goes](https://modrinth.com/resourcepack/nose-goes). However, several changes have been made over the original.
– Unique [programmer art variant](https://modrinth.com/project/nose-goes-definitive-programmer)
– Copper helmet support
– Netherite helmet icon changed
– Wild armor trim edited, the only trim which uses the nosepiece
– An edit in the original, above the left and right of the netherite helmet’s face, was reverted

[Miniature](https://modrinth.com/shader/miniature-shader) used for the gallery screenshots.

[Programmer art variant.](https://modrinth.com/project/nose-goes-definitive-programmer) ;D

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 More Pumpkin Blur

If you like wearing pumpkins but hate the blur they create when you wear them, this is the resource pack for you!

Note: Although the different versions of the pack may say they are for specific versions of Minecraft, since this pack only replaces a single texture, every version of the pack should work on every version of Minecraft as long as they don’t move where the texture file is stored or what they call the texture file.

## Additional Links
– [Curse Forge](https://www.curseforge.com/minecraft/texture-packs/no-more-pumpkin-blur-pack)

No Armour Armor HUD Hotbar

Removes the Armor Icons from the HUD, for a cleaner GUI. Protection still works!

v1.20.2 (latest) and above is compatible with every other resourcepack.
Just select and put this resourcepack above others in order to work.

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)

New Hearts

# **New Hearts**

**Don’t like the bright colors of the hearts?**
**This texture pack is for you.**

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

## **Description**

**Pastel-colored hearts with softer color transitions.**

**Texture pack in classic colors: [New Hearts, classic colors](https://modrinth.com/resourcepack/new-hearts-classic-colors)**

New end stone

# **New end stone**

**Like pink and pastel colors?**
**This texture pack is for you.**

![Screenshot](https://cdn.modrinth.com/data/sPoBE6Bs/images/ceea0f7ca845b5945e944f22e61e08f04d3bf830.png)

## **Description**

**This pack slightly modifies end stone, giving it a softer, pastel pink tone.**

legacy-lwjgl3

# legacy-lwjgl3

A mod for [Ornithe](https://ornithemc.net) to run old versions of Minecraft with [lwjgl3](https://github.com/lwjgl/lwjgl3).

### Usage

#### Configuration

The mod offers optional configuration options via system properties or
environment variables.

A list of currently available options is provided below.

| Property Name | Environment variable name | Description |
|———————————————–|———————————————–|——————————————————|
| `legacy_lwjgl3.use_sdl` | `LEGACY_LWJGL3_USE_SDL` | Use SDL3 instead of GLFW for window & input handling |

### Unstable versions (CI)

Bleeding-Edge versions can be found in the Actions tab of the repository: https://github.com/moehreag/legacy-lwjgl3/actions.

### Building

This mod can be built using `./gradlew build`, jars can then be found at `build/libs/`.

### Dev

This mod is published to AxolotlClient’s maven, located at https://maven.axolotlclient.com.

“`kotlin
repositories {
maven(“https://maven.axolotlclient.com/releases”)
//maven(“https://maven.axolotlclient.com/snapshots”) // for unstable versions, optional
}

dependencies {
modImplementation(“io.github.moehreag:legacy-lwjgl3:“)
}
“`

### IME support for other mods

This mod provides IME preedit overlay functionality. If other mods provide independent text field implementations
they will not integrate with IME by default. legacy-lwjgl3 publishes a small API package which allows other mods
to integrate with IME input.

“`kotlin
repositories {
maven(“https://maven.axolotlclient.com/releases”)
//maven(“https://maven.axolotlclient.com/snapshots”) // for unstable versions, optional
}

dependencies {
modImplementation(“io.github.moehreag.legacy-lwjgl3:api:“)
}
“`

### Contributing

Contributions are welcome! Due to the project structure and its goal to support as many Minecraft versions
as possible working with the codebase is not trivial. If you are interested in contributing and need
assistance please join our [Discord server](https://discord.gg/BfmYmPw3Ts)

### Credits

This mod is forked from the version for legacyfabric authored by Zarzelcow: https://github.com/Zarzelcow/legacy-lwjgl3.
It is based on [lwjgl2](https://github.com/lwjgl/lwjgl) and a forge mod by gudenau: https://github.com/gudenau/MC-LWJGL3.

Additional Credits to:
– The OrnitheMC Project: https://ornithemc.net
– Contributors to this mod, especially: [Floweynt](https://github.com/Floweynt)

Mod Remapping API

# Mod Remapping API

Remaps non-Fabric mods made for a different environment (by default obfuscated) to the current runtime mappings.
Provides hooks to expand the remapping process from other mods.

This mod doesn’t depend on a specific Minecraft version and should work on any version that Fabric Loader can launch.

### Mods depending on this API:
– [Fabricated Legacy Forge](https://modrinth.com/mod/fabricated-forge)
– [Apron](https://modrinth.com/mod/Apron)
– [Fabricated-Rift](https://modrinth.com/mod/fabricated-rift)

## Credits
### Most of the original code of the mod remapper
– paulevsGitch’s mod BetaLoader