Tags
Creators
Details
All versions
2.5.0+mc26.2+fabric
Beta
2.5.0 (26.2)last month 92
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Server-side
Required content
Any compatible version
Any compatible version
Changes
What's New:
- New Module!
[items/fire_damage]! - More internal cleanups
[blocks/guarded_loot]
- Moved the lockpick option to the
items/lockpickmodule.
[entities/boats]
- Rewrote logic to calculate collisions for the TNT Boat on the server, no longer blindly trusting the client.
[items/fire_damage]
- New Module! Apply damage to wooden and leather items when set on fire! Also disables the shield.
[items/infinite_totem]
- Rewrote the logic to not spam velocity updates every tick, requires update on the client!
[items/magnet]
- GUI Particles are now controlled by the
gui/gui_particlesmodule. - The "progress" bar for the magnet is now hidden, it's not accurate as, unlike the bundle, tha magnet can track a basically unlimited amount items.
[items/pouches]
- Added
commandloot context to loot tables. - Reduced the amount of dropped items.
[items/tooltips]
- Broken tooltips, like clock outside the overworld or unlinked compasses, will now show obfuscated text instead of glitching weirdly.
Should make using with
gui/name_tooltipsway nicer.
[misc/recipe_advancements_generation]
- The module now skips recipes if they already have an advancement for them.
[misc/translations]
- Moved downloads to a background executor.
- Downloads on lang change shouldn't block the main thread.
[world/falling_beenests]
- Added
blockloot context to the loot table. - Reduced the amount of dropped honeycombs.
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| andromeda-fabric-2.5.0+mc26.2-sources.jar | Unknown | 290.62 KiB |
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:TseYlb0f:9jMjKLbl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TseYlb0f:9jMjKLbl"
}

