Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 4 days ago
All versions
1.1.1
Release
Create: Mob Grinding 1.1.12 months ago 75
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Create: Mob Grinding 1.1.1 - Changelog
- Creative Grinder Blade: Added a new creative-only blade for the Rotational Mob Grinder,
- Spawner Redstone Control: The Rotational Mob Spawner can now be completely turned on/off using redstone (ON without a signal, OFF with a signal)
- Custom Tier Scaling for Spawners: Completely overhauled how Stress Impact (SU) and Spawn Speeds scale with Mob Tiers.
- Tier 1 to 3 (Common Mobs): Significantly lowered the SU cost and greatly increased the spawn speed. Now you can easily set up massive, fast-paced farms for common mobs without breaking your kinetic network!
- Tier 4 and 5 (Rare Mobs): Increased the SU cost and slightly increased the time required to spawn them, making them feel more balanced and rewarding as high-end gameplay mechanics.
Bug Fixes
- Spawner Chunk Swapping: Fixed a bug where right-clicking a Spawner that already had a Mob Chunk with a different Mob Chunk wouldn't work.
- Fixed some missing textures and model rendering issues.
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:f0sFi9cu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XwIkHYnz:f0sFi9cu"
}

