Tags
Creators
Details
Licensed MIT
Published last month
Updated 18 hours ago
All versions
0.1.93+neoforge
Release
Ala Industrial 0.1.93 [NeoForge]18 hours ago 13
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
0.1.93

A machine that keeps the night away. Wire it up and hostile mobs stop coming near your base.
New
- Mobs turn and run. The Mob Repeller holds a zone clear of hostiles for as long as it has power — the way a creeper runs from a cat. Animals, villagers and calm neutral mobs are left alone.
- You choose when it runs. A lever switches the field off, and a running block lights the area like a torch.
- See exactly what it covers. The eye button in its screen draws the zone boundary in the world — visible to you alone, not to everyone on the server.
- It grows with you. Fill a Soul Vessel with mobs you kill yourself and drop it in: the block steps up from small to medium to large, 8 to 16 to 24 blocks of reach. A half-filled vessel is welcome too — the line under the slot says how many souls are still missing.
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:ACLWFBlU:mwEHCawE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ACLWFBlU:mwEHCawE"
}

