Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated last month
All versions
1.20.1-0.1.4-beta
Beta
Simple Enemy 1.20.1-0.1.4-beta4 months ago 5,494
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog - Beta 0.1.4
Warning!
- This version may contain bugs due to limited testing.
- It is highly recommended to back up your worlds before using it.
Added:
- Cloth Configs support with translations
- Vertical target detection (not configurable yet)
- New SpawnEvent logic: Event probability resets after an event occurs
- Per-player SpawnEvent probability
- Squad size config for SpawnEvents (Common TOML only)
Changes / Improvements
- SpawnEvent tick behavior adjusted (odds increase every 2 minutes)
- CaveExtraction event values adjusted
Fixed
- Drop config now correctly applies to all SEM entities
- Fixed guns dropping with infinite ammo
- Fixed world SpawnEvent probability
- Prevented underground SpawnEvents near player bases
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:nXACETjw:N38uvFFh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nXACETjw:N38uvFFh"
}


