bonsaistudi0s / Enderman-Overhaul

Enderman Overhaul adds over 20 new endermen variants, each with their own sounds, models, and animations!
https://modrinth.com/mod/enderman-overhaul
13 stars 13 forks source link

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"
}