Mobs have new variants through custom heads or through unused vanilla mobs! This pack uses **over 85 custom player heads** that can be obtained and placed in your world. Spiders also turn upside down when hanging from ceilings.
This data pack/mod is completely server-side, but can also be installed on the client for singleplayer worlds! No resource pack needed!
[-> For all added heads and available settings, take a look at the wiki <-](https://github.com/Tschipcraft/more_mobs/wiki)
## Installation
Install either as:
* **Data Pack [DP]** ➜ Place `.zip` in your world's `datapacks` folder
* **Mod [Mod]** ➜ Drop into your `mods` folder and optionally install [MidnightLib](https://modrinth.com/project/codAaoxh) for a global config file and UI
To manage settings, reset, or uninstall the pack, use `/trigger tschipcraft.menu` or `/function #tschipcraft:menu`.
## Compatibility
Tested with [Rare Mobs (PMC)](https://www.planetminecraft.com/data-pack/rare-mobs-5186029/) and [Mob Captains](https://modrinth.com/datapack/mob-captains).
**Forge** is only natively supported until Minecraft 1.21.5.
This data pack follows the [Smithed](https://wiki.smithed.dev/conventions/) and essential [MC Datapacks Discord Server](https://mc-datapacks.github.io/en/conventions/index.html) Conventions to ensure data pack compatibility.
## Current issues
>
>
> Currently incompatible with [Special Mobs](https://modrinth.com/datapack/special-mobs) – [see #7](https://github.com/Tschipcraft/more_mobs/issues/7). This will be fixed in a future release.
## External Links
## Partner Offers
Want to buy **Hytale** or upgrade your edition? Use creator code `Tschipcraft` upon checkout for me to receive a commission! (The price for you stays the same)
In Minecraft, the Data Pack is a powerful tool that allows players to extend the game’s content by modifying the game’s rules and logic. Here’s an introduction to a packet that features some monsters to drop minerals:
### Packet Name: **Monsters Drop Mine**
#### Features Overview:
The core function of this packet is to give specific monsters a chance to drop various minerals such as iron ore, gold ore, diamonds, etc., when defeated. This not only adds to the fun of the game, but also provides players with more ways to obtain resources and enrich the gameplay of the game.
#### Design Concept:
In Minecraft, minerals are usually only available through mining, and this packet breaks that convention. By having monsters drop minerals, players can get unexpected surprises as they explore and fight, while also providing another way to get resources for those who enjoy fighting but aren’t willing to dig for long periods of time.
#### Implementation:
This packet is mainly achieved by modifying the monster’s drop rules. In Minecraft, monster drops are defined by ‘loot_tables’ (loot tables). Packs will add new loot tables to specific monsters, or modify existing loot tables so that they have a chance to drop specified minerals when defeated.
For example, for zombies, a packet can add the following rules to its loot table:
“`json
{
“pools”: [
{
“rolls”: 1,
“entries”: [
{
“type”: “minecraft:item”,
“name”: “minecraft:iron_ore”,
“functions”: [
{
“function”: “minecraft:set_count”,
“count”: {
“type”: “minecraft:uniform”,
“min”: 1,
“max”: 3
}
}
]
}
],
“conditions”: [
{
“condition”: “minecraft:random_chance_with_looting”,
“chance”: 0.1,
“looting_multiplier”: 0.05
}
]
}
]
}
“`
This rule means that zombies have a 10% base chance of dropping between 1 and 3 iron ore, and that the drop chance increases by 5% for each level of the player’s loot level.
#### Applicable Scenarios:
This packet is for players who enjoy exploration and combat, especially those who want a richer resource acquisition experience in the game. It gives players the opportunity to earn valuable mineral resources when exploring biomes such as dungeons, forests, or deserts, and after encountering monsters and defeating them.
#### Installation Method:
The player needs to put this packet file (usually in ‘.zip’ format) into the ‘data_packs’ folder in Minecraft. Then enable the data package in the game settings, and you can experience the new feature of monster drop minerals in the game.
#### Notes:
– Players need to be aware that too many mineral drops can disrupt the balance of the game, so it is recommended that players adjust the drop chances according to their playstyle and preferences.
– Packet compatibility needs to be tested against the specific version of Minecraft to ensure it works properly.
Overall, this Monster Mineral Drop Pack brings new gameplay and fun to Minecraft, allowing players to earn resources in battle, enriching the game’s exploration and combat experience.
Mojang Black Background
# Mojang Black Background
Changes white background in mojang loading screen to black
Minecraft 1.14 and newer
OptiFine is required to work! [optifine.net](https://optifine.net/home)
## Minecraft 1.16+

## Minecraft 1.14 – 1.15

The resurcepack is also available on [CurseForge](https://www.curseforge.com/minecraft/texture-packs/mojang-black-background)
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
Mod Loading Screen
# Mod Loading Screen
An advanced loading screen with the loading progress of mods. It works on all Minecraft versions, as it doesn’t even require Minecraft. Its only requirement is Fabric Loader 0.12.0 or later or Quilt Loader (specific versions of Quilt support are unknown). Do note that if you run this mod on a game other than Minecraft, the loading screen may not close itself.
## Agent
Mod Loading Screen provides a Java agent, which allows opening the loading screen before even the mod loader itself loads. This feature is primarily targeted at modpack developers who want to make a seamless loading experience. The agent can be used by passing `-javaagent:mod-loading-screen-1.0.4.jar` as a JVM argument. If the agent is used, the loading screen should *not* be installed as a mod.
## API
To depend on the API, use the Modrinth Maven. The API should be JiJed, and doing so will not include Mod Loading Screen inside your mod (it will only include the API, which is only a few kilobytes). The API is designed to have both forwards and backwards binary compatibility with future Mod Loading Screen versions. An API is provided for checking which API calls will return stubs and which ones are real.
dependencies {
// implementation, not modImplementation!
include(implementation(“maven.modrinth:mod-loading-screen:1.0.4:api”))
}
“`
The API has two top-level classes: `LoadingScreenApi` and `AvailableFeatures`. Full javadocs are available for both classes.
Mob Reskin
This resource pack will reskin mobs of the game!
This resource pack will be supported with versions above 1.18
This resource pack reskins mobs.
————————————————————————————–
HOW TO INSTALL:
First, Extract the resource pack and cut or copy it
Second, Open Minecraft Java Edition
Third, Go to settings and press resource pack
Lastly, Open pack folder and paste the file
—————————————————————————————
I am planning on making this resource pack keep the vanilla like aspect but with a little bit more detail to the mobs.
This resource pack does not work with Better Animation Collection
Credit to Ewan Howell to use his Minecraft Title Generator! [https://www.blockbench.net/plugins/minecraft_title_generator](https://www.blockbench.net/plugins/minecraft_title_generator)
Miyabi ZZZ Title Screen Background
Replaces the default Minecraft main menu background with Miyabi from Zenless Zone Zero.
This resource pack replaces the vanilla panorama with a high-resolution Miyabi background, giving the main menu a cleaner and more modern look while keeping the original UI fully intact and readable.
It’s a simple visual-only change, ideal for players who want a different start screen without affecting gameplay or interface elements.
Includes:
* Custom main menu panorama background
* High-resolution Miyabi artwork
* Seamless integration with the default UI
* Works as a standard resource pack (no mods required)
No other textures or features are modified.
Mirror Shield
# Mirror Shield
This resource pack replaces the default shield with a custom 3D model.
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.