Tags
Creators
Details
All versions
26.4
Release
SOLEA API : 26.42 months ago 23
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
SOLEA API 26.4
This update introduces advanced server performance tools and fixes several important gameplay and interface issues.
New: Advanced ClearLag System
- Added
/gamerule clearlag true/false. - ClearLag is disabled by default.
- Added
/clearlag, available to every player, to display the remaining time. - Added configurable ClearLag intervals.
- Added separate cleanup options for:
- Dropped items
- Passive mobs
- Hostile mobs
- Named mobs
- Solea NPCs, minibosses, and tamed animals are always protected.
Configuration Commands
/solea edit clearlag/solea edit clearlag time <minutes>/solea edit clearlag clear entity_passif <true/false>/solea edit clearlag clear entity_monster <true/false>/solea edit clearlag clear items <true/false>/solea edit clearlag clear nametag <true/false>
New: Mob Compression System
- Added
/gamerule mobscompression true/false. - Mob compression is disabled by default.
- Newly spawned mobs of the same type can be grouped inside their spawn chunk.
- Compression limits can be configured from
2to999. - Compressed mobs display a bold red
xNcounter. - Killing a compressed mob now correctly decreases its counter and respawns it until only one remains.
- Named or tamed mobs are automatically separated from their group.
- Named mobs, tamed animals, Solea NPCs, and minibosses are excluded from compression.
- Mobs are only considered during their initial spawn and are not compressed after moving between chunks.
Configuration Command
/solea edit mobscompression number <2-999>
Trade Improvements
- Completely reworked the player trading interface.
- The requesting player is always displayed on the left.
- Both players can offer items and money.
- Added player heads to clearly identify each side.
- Added secure confirmation controls.
- Editing an offer resets both confirmations.
- Closing or cancelling a trade safely returns every offered item.
- Improved transaction validation for inventory space and money balances.
TPA Fixes
- Fixed cross-dimension TPA synchronization.
- Fixed unsafe teleportation in dimensions such as The End.
- Players are now teleported directly onto or safely near the target player.
- Teleportation is cancelled when no safe destination can be found.
- Velocity and fall distance are reset after teleportation.
Interface and Command Fixes
- Fixed custom GUI buttons recentering the mouse cursor after clicking.
- Fixed Admin Shop quantity controls reopening the interface.
- Fixed command messages such as
/solea helpsometimes not appearing correctly. - Improved command feedback and translation consistency.
Technical Improvements
- Improved mob compression stability during simultaneous spawns.
- Fixed duplicate UUID issues preventing compressed mobs from respawning.
- Added persistent protection against compression after chunk reloads.
- Updated the shared project coordination rules to prevent regressions.
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:5tUUIBED:l25GmwzZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5tUUIBED:l25GmwzZ"
}

