Mirror Shield
# Mirror Shield
This resource pack replaces the default shield with a custom 3D model.
The design uses a mirror theme.
No OptiFine required. Vanilla compatible.
## More Shield Themes
– [Black](https://modrinth.com/project/noire-shield)
– [Blue](https://modrinth.com/project/blue-shield)
– [Creeper](https://modrinth.com/project/creeper-shield)
– [Dark Red](https://modrinth.com/project/dark-red-shield)
– [Navy Blue](https://modrinth.com/project/navy-blue-shield)
– [Rabbit](https://modrinth.com/project/rabbit-shield)
– [Red](https://modrinth.com/project/red-shield)
MineZRoy’s Avontuur – Music Disc
Changes music disc 13 to a very good song about MineZRoy. 100% recommend it!
MineCore
# ⛏️MineCore
MineCore is a resource pack designed for players who want to maximize their mining efficiency while maintaining a clean, competitive style. Whether you’re into UHC, hardcore survival, or speedrunning, this pack gives you the visual advantage you’ve been looking for.
## 🎯 Pack Objective
– Optimize **ore visibility** in all conditions
– Improve the **readability of underground textures**
– Provide a **smooth, clear, and efficient** mining experience
## 💎 Key Features
– **Enhanced and contrasted** ore textures
– **Simplified** stone and cave blocks for better detection
– Minimalist HUD for **better focus**
– **Slightly modified** mining sounds for more responsiveness
## ⚙️ Compatibility
– Works with **1.8+ up to 1.20+**
– Compatible with **Optifine**, **Lunar**, **Badlion**, and other PvP clients
– No mods required, **plug-and-play**
## 🧠 Who is it for? – **Tryhard** players in UHC, Bedwars, Skywars, or survival
– Speedrunners who want to **spot veins quickly**
– Builders looking for a **clean and readable** base
## 📦 Bonus
– Lightweight version for **small builds**
– Pack regularly **updated**
– Available in **FR & EN**
## 🚀 Why MineCore?
Because mining is more than just a click. It’s a strategy, a race against time, a quest for precision. **MineCore** gives you the visual tools to dominate the depths.
🔗 Download it, gear up, and dig like never before.
**MineCore** – Mining, tryhard version.
MineGIT

### Cloud sync for Minecraft worlds!
Sync and back up your worlds between multiple devices! Fully integrated into the Minecraft client for a seamless experience when loading, saving, and downloading worlds from the cloud.
## How does it work?
Worlds that you select are uploaded to your GitHub account as repositories. Every time you quit to the title screen, a commit of the current state of your world is created and pushed to the repository on GitHub. Whenever the world is loaded, the mod will check if any new versions of the world are available in the cloud, and if so, they will be downloaded to your device.
Since this mod uses Git internally, it also means that only the files in your world save folder that you modify will be uploaded and downloaded each time, saving storage space and internet bandwidth.
## How do I set it up?
There are several steps to setting up this mod, which include creating a personal access token for GitHub, as well as choosing the worlds you would like to enable MineGIT for.
### Video guide:
### Creating a GitHub personal access token
In order to do the first-time setup, you will need to generate a GitHub personal access token through the following steps:
1. Create an account on GitHub if you do not have one already (https://github.com)
2. Navigate to the [page to create a personal access token](https://github.com/settings/personal-access-tokens)
3. Click `Generate new token`
4. Enter any name (such as MineGIT) under `Token name`
5. Scroll to `Expiration` and set it to `No expiration` (so that you do not have to repeat this process when the token expires)
6. Under `Repository access` choose `All repositories`
7. Under `Permissions`, click `Add permissions` and select `Administration` and `Contents`
8. Set `Access` on the `Administration` and `Contents` lines to `Read and write`
9. Press `Generate token` and copy the generated token to be pasted into Minecraft later (the generated token should start with `github_pat_` and be followed by a long string of letters and numbers)
### Setting up in-game
Once the mod is installed and you are in-game, do the following steps to link your GitHub account with the mod:
1. Click on the cloud button on the bottom left corner of the world creation or world selection screen (If the button does not appear, you have already previously linked your account; see the section below entitled ‘Reconfiguring account linking’)
2. Enter your GitHub username and personal access token (PAT) that you created in the previous step on the new page that appears
3. Press the button labeled `Test credentials` to make sure you’ve entered the information properly
4. You may now exit the screen and proceed to either enable sync for a world or clone an existing one
#### Reconfiguring account linking
If you have already previously set up account linking and would like to change settings afterwards, you have a couple of options to get back to the configuration screen:
– **Configure through ModMenu:** If you have [ModMenu](https://modrinth.com/mod/mod-menu) installed, simply find the mod in the mods list and open the configuration from there
– **From the world clone screen:** There is a button in the top right corner of the world cloning screen that will open the configuration screen
– **From the world selection screen:** By holding alt and clicking on the world sync button on the bottom left of the world selection screen, you will be brought back into the configuration screen
### Enabling sync for a world
World syncing needs to be enabled individually for each world you would like to sync to your GitHub account. To enable sync for a world, do the following:
1. Select a world on the world selection screen
2. Press the cloud button in the bottom left of the screen labeled `Enable world sync`
3. Confirm your decision on the next screen
This process will create a new repository named `minegit_[world folder name]` on your GitHub account, initialize a Git repository in your world save folder, and push its current state to GitHub. From this point forward, loading the world will pull the world’s latest changes from GitHub, and exiting the world will push changes to GitHub.
You can now download this world on another device to effectively sync changes between them through the next step: cloning.
### Downloading a world on a different device (Cloning)
Cloning a world will download the exact state of the world as it was last saved to GitHub. Use the following steps to clone a world:
1. Navigate to [github.com](https://github.com) in a web browser
2. Click on your profile picture in the top right corner and then `Repositories`
3. Find the repository corresponding to the world you would like to clone and copy its name
4. Back in Minecraft, click on the button with an arrow pointing downwards labelled in the bottom left corner of either the world selection screen or world creation screen
5. Paste the name of the repository you copied earlier and press `Clone`
6. You are now able to load the world like normal and have changes be synced across your devices!
### Tips & Tricks
– If you want to exit a world without pushing it to GitHub (for example, if you wanted to restart Minecraft and load the same world without having to wait for changes to be pushed), you can hold `Alt` while clicking `Save and Quit to Title`. This will skip the ‘pushing to GitHub’ step.
– Git keeps a list of all of the worlds changes every time you exit the world. This is useful, since if you have a little knowledge of how to use the Git command line interface you can rollback your world to a previous version!
– If you want to save some storage space taken up by the size of the Git repository on your computer, or make the world quicker to clone on other devices, use the `Prune World Commits` button in the edit world menu. This will delete all of the old versions of your world, leaving only the most recent one.
## Report an issue
If you run into bugs, crashes, or simply have a suggestion on how to improve the mod, please feel free to open an issue on the mod’s [issue tracker](https://github.com/ModMonster/MineGIT/issues)!
Please include the current Minecraft version, Fabric version, mod version, and any relevant game logs when submitting an issue.
MI-PBR
A minimal PBR resource pack for the Modern Industrialization mod. Requires a shader supporting “Lab” or “Old/seus” PBR.
This project is still an early work-in-progress so not all blocks are complete.
Message Display Time
## Message Display Time
A mod that adds a setting for seconds before messages in chat disappear.

## Usage
By default, the mod changes the number of seconds before disappearance from 10 to 5, but the mod can be customized using the Cloth Config API mod.
## Support
If you like my mods, feel free to support their creator!

Mellstroy (Я уже красный) Totem of Undying
**EN**: This resource pack replaces the original **Totem of Undying** with the Meme from Mellstroy **I’m already red, it won’t work out culturally** with sound. This meme has become very popular on TikTok over the past couple of years.
**RU**: Этот ресурспак заменяет оригинальный **Тотем бессмертия** на Мем от Меллстроя **Я уже красный, культурно не получится** со звуком, данный мем за последние пару лет стал очень популярным в Тик Ток
– [Омайгадность Тотем](https://modrinth.com/resourcepack/ohmygod-totem-of-undying)
– [Тотем Меллстрой](https://modrinth.com/resourcepack/mellstroy-totem-of-undying)
– [ПОЛНАЯ КОЛЛЕКЦИЯ РЕСУРСПАКОВ – МЕМЫ + СТРИМЕРЫ](https://modrinth.com/collection/sfDcDGAi)

Minecraft Earth Mud
**This pack still works** _at least_ up to Minecraft 1.21.8 (likely higher).
You can ignore the warning that the pack was made for an older version. I will update the metadata soon to reflect that it still works.
—
Who wants grey Mud in Minecraft when you can have the brown Mud from Minecraft Earth?
[RIP Minecraft Earth :(](https://www.minecraft.net/article/minecraft-earth-coming-end)
This pack implements the Mud textures from Minecraft Earth, including having different textures for the top/bottom versus the sides. The textures are also animated just as they were in Minecraft Earth. The mud inside of Muddy Mangrove Roots is also affected.
No need to unzip the file or do anything really, just drop it right in the `resourcepacks` folder, and you’re good to go.
Have fun,
-kk iris
[Also available for Bedrock Edition!](https://static.planetminecraft.com/files/resource_media/texture/minecraft-earth-mud.mcpack)
The provided textures are edited versions of textures from [Minecraft](https://www.minecraft.net/en-us/about-minecraft) & [Minecraft Earth](https://www.minecraft.net/en-us/earth/build…). The rights to the original textures belong to the games’ developers.
Max Totem of Undying
– ENG: Max is a Russian cross-platform instant messaging service based on the digital system of the same name. It was founded in 2025 by the VK technology company. Resourcepack replaces the immortality totem with the logo
– RU: Max — российский кроссплатформенный сервис мгновенного обмена сообщениями на базе одноимённой цифровой системы. Основан в 2025 году технологической компанией VK. Ресурспак заменяет тотем бессмертия на логотип
[Check collection with all memes + streamers Totems ](https://modrinth.com/collection/sfDcDGAi)
– [Тотем Я уже Красный](https://modrinth.com/resourcepack/mellstroy-(-)-totem-of-undying)
– [Тотем Меллстрой](https://modrinth.com/resourcepack/mellstroy-totem-of-undying)
– [Colored Bricks](https://modrinth.com/mod/colored-bricks-mod)
– [MACAN Totem of Undying](https://modrinth.com/resourcepack/macan-totem-of-undying)
MaLiLib API
MaLiLib API is a library mod designed to make use of the [MaLiLib](https://modrinth.com/project/malilib) config library easier