1.4
Compatibility
Changes
Legend of Jeff offers players a new level of difficulty and an atmosphere of terror. In this mode, the mob "Jeff Killer" appears, who:
Appears at night: Only during the dark hours does the mob emerge from hiding and begin hunting players. Attacks players: With aggressive artificial intelligence, Jeff actively pursues and attacks players, turning nighttime walks through the forest into a true ordeal. Boasts a unique appearance: The mob features a custom model and texture, as well as a characteristic pose with his left arm raised, which gives him a menacing look. Creates an atmosphere of horror: Thanks to refined spawning mechanics and hostile behavior, the mod creates a tense and grim environment—perfect for horror fans. Legend of Jeff will be an extra addition for those who want to experience new thrills and bring an element of genuine fear into the world of Minecraft. Battle the nightmares and prove that you can use your capote!
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:pvQ3Jciw:hPLlCh1t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pvQ3Jciw:hPLlCh1t"
}

