Skip to content

Enderman Overhaul adds over 20 new endermen variants, each with their own sounds, models, and animations!

Notifications You must be signed in to change notification settings

bonsaistudi0s/Enderman-Overhaul

Repository files navigation

Enderman Overhaul

To add this library to your project, do the following:

Kotlin DSL:

repositories {
    maven(url = "https://maven.teamresourceful.com/repository/maven-public/")
}

dependencies {
    implementation("tech.alexnijjar.endermanoverhaul:endermanoverhaul-neoforge-$minecraftVersion:$endermanOverhaulVersion")
}

Groovy DSL:

repositories {
    maven { url "https://maven.teamresourceful.com/repository/maven-public/" }
}

dependencies {
    implementation "tech.alexnijjar.endermanoverhaul:endermanoverhaul-neoforge-$minecraftVersion:$endermanOverhaulVersion"
}

About

Enderman Overhaul adds over 20 new endermen variants, each with their own sounds, models, and animations!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages