Links
Tags
Creators
Details
1.20.1-0.1.5-beta
Compatibility
Changes
Changelog - Beta 0.1.5
Added / Fixed
-
New multiplayer event variable, along with detailed logging for every spawn event. Multiplayer debugging tests were conducted using a dedicated server and clients to ensure proper functionality.
-
Fixed an issue where vanilla entities would react to player gunfire due to a missing validation check in TACZ's bullet impact event.
-
Fixed NPCs not properly facing their targets while firing. Position and rotation variables are now correctly synchronized between server and client.
-
Fixed NPCs dead animation.
-
Fixed Multiple Bullet Impact sound packets
-
Fixed / Adjusted Ai Pathfinding per ticks
Added
-
New base pose for soldier models.
-
New walking animation.
-
Weapon stances: Low Ready and Fire.
-
New cap for the maximum bullet spread used by soldiers.
-
Added Forge / Cloth Config settings for Maximum Spread, allowing users to make soldiers even more accurate if desired.
-
New Config for PMCs prices and items
Adjusted
-
Increased AI detection range, AI processing range, and rendering limits through configuration settings. Soldiers can now engage targets at greater distances.
-
SpawnValues.
Note: Please delete the file sem-common.toml
Refactor
- Completely reworked the internal configuration structure into a more modular and scalable system.
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:WVyjB83N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nXACETjw:WVyjB83N"
}

