Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 4 days ago
All versions
1.0
Release
Create: Mob Grinding 1.03 months ago 228
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Create: Mob Grinding v1.0.0 OUT NOW!
Spawner Crafting & Sequenced Assembly
- Added Blank Spawner Chunk: Obtainable by polishing any found Spawner Chunk with Sandpaper.
- Sequenced Assembly: Added 21 new Sequenced Assembly recipes to convert Blank Chunks.
- Dynamic Tier System: The difficulty, cost, and success probabilities scale based on the Mob's Tier:
- Tier 1 (Animals): 100% Success (Requires Experience Nuggets).
- Tier 2 (Common Monsters): 90% Success (Requires Experience Nuggets).
- Tier 3 (Rare/Nether Monsters): 75% Success (Requires Experience Blocks).
- Tier 4 (Illagers): 50% Success (Requires Experience Blocks).
- Tier 5 (Bosses - Wither/Warden/Dragon): 20% Success (Requires Experience Blocks).
- Incomplete Chunks Recycling: If the assembly line fails (probability varies by Tier), you will get an Incomplete Spawner Chunk, which can be polished again with Sandpaper to get your Blank Chunk back.
Rotational Mob Grinder Rework
- New and Improved model for the Mob Grinder.
- Synchronized Animation: The blade now rotates perfectly according to the direction and speed (RPM) of the kinetic network.
- Adaptive Damage: Base damage (nerfed to 2.0) scales dynamically based on the provided RPM speed.
- Improved Damage Area:
- Range Hologram: Holding the Wrench will now project a hologram of the exact area where the Grinder inflicts damage.
- Fire Aspect Support: The Rotational Mob Grinder now accepts Fire Aspect.
New Enchantment
- New Enchantment - Beheading: Applicable to Swords and the Grinder. Improves the chance to obtain a mob's head.
Blacklist
- Admin Commands & Blacklist: Added the
/createmobgrinding blacklist [add/remove]command to easily add a new mob to the blacklist without changing the config. - Blacklisted mobs now visually display a red
Entity: BLACKLISTEDtext and their insertion is blocked.
Miscellaneous & Translations
- Added full localization support for Italian and English.
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:XwIkHYnz:yUOVoCE9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XwIkHYnz:yUOVoCE9"
}

