Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 7 months ago
All versions
1.15+mc1.21.11
Release
[1.21.11] Entropy 1.157 months ago 12.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
[1.15] - 2026-01-18
Special thanks to the Entropy Contributors: bl4ckscor3, Kanawanagasaki and slicedlime! <3
Available versions:
- Minecraft 1.21.8, 1.21.10, 1.21.11
Added
- Allow multiple integrations to be active at the same time
- Added setting for the YouTube polling interval
- The event queue now shows fake teleport events as fake once they're done
New Events
- Racing Balloon
- Rainbow Fog
Changed/Fixed
- The integration settings have been reworked
- Fixed Teleport To Spawn event not teleporting to the actual world spawn
- Fixed Midas Touch event converting the whole inventory instead of only held items
- Fixed fake teleport events not being identifiable during voting
- Fixed empty progress bar rendering for some events when there is no progress
- Changes to Loyal Companion event:
- Horses now spawn with random health instead of just one heart
- Horses are now tamed and owned by the player
- Fixed players always being teleported to the overworld for random teleport events
- The Far Random TP event now spreads players relative to their own position instead of relative to 0, 0
- Fixed Midas Touch event killing swimming players
- The Blur event is now disabled when accessibility mode is active
- Fixed random teleport events not working without operator permissions
- Fixed Haunted Chests sounds not playing at the chests' position
- Fixed Half-Hearted event resetting the maximum amount of health a player has
- Fixed Spawn Pet event spawning pets in walls
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:GUfQnxfP:1c3mfxxS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GUfQnxfP:1c3mfxxS"
}

