Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 months ago
All versions
4.1.1
Release
Kobolds V4.1.12 months ago 271
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
- Kobolds Dens No Longer checks for a River or Ocean biome.
- Kobolds Dens No Longer checks for the surface biome.
- Kobolds Dens uses a flat biome check like most structures.
- Kobolds Dens uses a height check, only initial spawning at a height between 64 & 86.
- Kobolds Dens now spawn with an Entrance & Tunnel first, before the main den itself.
- Kobolds Dens now have two randomly selected side chambers once again.
- Kobolds Dens has a new farm room that is a side room to the Tunnel.
- Kobolds Dens old farm room got repurposed into a new side room.
- Kobolds now rolls from 10 to 95 to determine type, instead of 1 to 100.
- Baby Kobolds rolls from 5 to 100 to determine type, instead of 1 to 100.
- Zombolds rolls from 5 to 45 to determine type, instead of 1 to 100.
- -10 or below means that they are an Enchanter. 95 or above makes them an Engineer.
- Kobolds picking up an enchanted crossbow will do a type roll from 65 to 95, +5 to both numbers for each enchantment on the Crossbow.
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:ufaxN0Ay:kCXMvrK7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufaxN0Ay:kCXMvrK7"
}

