
MobPVP // CANCELLED
ArchivedMobPVP transforms your Minecraft survival experience by assigning levels to every living creature in the game. Based on these levels, mobs gain different abilities, attributes, and loot chances, creating a more challenging and rewarding combat system.
Links
Tags
Creators
Details
3.2.3
Compatibility
Required content
Changes
MobPvP’s BIGGEST update ever 3.2.3 has been RELEASED!
Welcome to “A Nuclear Scene,” the largest update since the very first MobPvP release! Packed with a mountain of new features and fixes, MobPvP is now better than ever. After 13 pre-releases, the full version is finally here!
Added
Creatures
- Snot Ball
- Goblin
- Goblin Horse
- Hunter
- The Great Protector (coming soon, boss)
Items
- Golden Mace
- Iron Mace
- Diamond Mace
- Netherite Mace
- Rye
- Rye Seeds
Blocks
- Heavy Crusher Head
- Simple Hopper
- Industrial Oven
- Industrial Oven Block
- Rye Crop and its 8 growth stages
Sounds
- mobpvp:general.open
- mobpvp:goblin.ambient
- mobpvp:goblin.death
- mobpvp:goblin.hurt
- mobpvp:goblin_horse.splash
- mobpvp:machine.run
- mobpvp:walk.copper
- mobpvp:walk.iron
- mobpvp:walk_grass
Machines
- Crusher Machine
- Industrial Furnace
Advancements
- Goblin’s Silence
Snot Ball
A small but highly functional creature. You can find it wandering around. Feed it 1 slimeball and it becomes your loyal friend. You can ride it, and while mounted you gain the following abilities:
- Neither you nor the Snot Ball take fall damage
- You can jump
- Automatically climbs flowing water
- Can crawl
- Can float on water like a boat
When mounted, your XP bar becomes a jump charge bar that can reach 100 levels the more you charge, the higher you jump.
You can also crawl with W. While crawling, your speed increases slowly like a car; releasing W causes a gradual slow-down. Press Left ALT to stop instantly.
This creature is tiny almost 1 block tall but extremely useful.
Goblin
A creature obsessed with gold. You can deceive it easily with a bit of gold.
- Appears at night like zombies
- Spawns between level 4 and 10
- Attacks players, iron golems (and variants), and villagers
- Dangerous and irritating
- Can also appear from PvE Summoners
Goblin Horse
Also obsessed with gold and can be tricked with it.
- Appears at night
- May spawn with a Goblin rider
- Uses the zombie horse texture
- Spawns between level 1 and 4
- Attacks players, iron golems, and villagers
- Can also appear from PvE Summoners
Hunter
A variant of the Pillager.
- Appears in raids and from PvE Summoners
- Similar to a normal Pillager
- Additionally attacks animals
- Spawns between level 1 and 2
- Has low health
The Great Protector (coming soon)
- Does not spawn naturally yet
- Cannot be obtained legitimately
- Massive boss
- Does not have a texture yet
Heavy Crusher Head
To craft it: Place an iron block on the ground → right-click with iron → then break the resulting Industrial Oven block with an axe.
Used in Crusher Machine crafting.
Simple Hopper
A basic hopper that slowly drops items from a chest placed on top.
Industrial Oven
To craft it: Iron block on ground → right-click with iron → right-click the resulting Industrial Oven block with a furnace.
Used to build the Industrial Furnace structure.
Industrial Oven Block
The foundation of all machines. Crafting: place an iron block → right-click with iron.
Maces
New weapon types (5 variants):
Golden Mace
- 50 durability
- 1.5 attack damage
- 0.5 attack speed
- Craft: 1 gold block + 1 copper rod (crafting table)
Iron Mace
- 150 durability
- 2.5 attack damage
- 0.5 attack speed
- Craft: Golden Mace + iron + upgrade template (smithing)
Copper Mace Reinforced with Iron
- 200 durability
- 3.0 attack damage
- 1.5 attack speed
- Craft: Iron Mace + iron-reinforced copper + upgrade template
Diamond Mace
- 250 durability
- 3.3 attack damage
- 1.5 attack speed
- Craft: Reinforced copper mace + diamond + upgrade template
Netherite Mace
- 300 durability
- 3.8 attack damage
- 2 attack speed
- Craft: Diamond Mace + netherite + upgrade template
Rye
A new crop. Not useful yet but fully functional with a complete growth system.
Sounds
- mobpvp:general.open: Simple opening sound
- mobpvp:goblin.ambient: Goblin ambient
- mobpvp:goblin.death: Goblin death sound
- mobpvp:goblin.hurt: Goblin hurt sound
- mobpvp:goblin_horse.splash: Goblin Horse headbutt
- mobpvp:machine.run: Machine running
- mobpvp:walk.copper: Copper creature walking
- mobpvp:walk.iron: Iron creature walking
- mobpvp:walk.grass: Creature walking on grass
Machines
Main feature of the Nuclear Scene update! These are multiblock structures requiring correct construction.
Industrial Furnace
A very fast furnace.
How to build:
- Create a 3×3 floor of Industrial Oven Blocks
- Move one layer up
- Place an Industrial Oven in the center
- Put a chest in front
- Surround the sides and upper layer with Industrial Oven Blocks
Images:


Recipes:
- 8 food-smelting
- 3 ore-smelting
It cooks extremely fast. To use: open the chest → place item + coal → right-click the furnace behind the chest.
Crusher Machine
Currently limited functionality. More features coming soon.
Goblin’s Silence
Awarded when you kill a Goblin.
Fixes
- Zombies no longer reduce hunger when hitting a shield-holding player
- Huge unnecessary files removed (73MB → 10MB)
- 7 language translations completed (main language Turkish; may be slow or imperfect)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mobpvp-3.2.3-sources.jar | Unknown | 4.99 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Ay6wGd6r:yFaZWixe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ay6wGd6r:yFaZWixe"
}
