Tags
Creators
Details
All versions
0.1.4-alpha
Release
Tiny Motes 0.1.4-alphalast month 69
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Tiny Motes 0.1.4-alpha
This release focuses on HUD polish, cleaner visual feedback, safer defaults, and release-ready presentation.
Added
- Added a new Tiny Motes project icon for Mod Menu and platform pages.
- Added HUD/UI mote scale levels from
1to4. - Added a cleaner one-mote HUD presentation.
- Added a central safe zone for HUD mote placement.
- Added a subtle critical-hit slash mote.
- Added improved baby mob feedback for Golden Dandelions.
- Added improved rare pickup and progression presentation.
Changed
- Critical sword hits now show exactly one subtle non-emissive slash with sound.
- Normal sword hits no longer show combat motes or play slash sound.
- Enderman-look feedback remains visual and no longer adds a custom sound.
- Swimming and water-entry HUD motes now start disabled by default.
- Newer motes were resized for better consistency with the original mote set.
- Ender Dragon celebration feedback was redrawn and centered.
- HUD placement was adjusted to avoid drifting too far to the side.
Notes
- Tiny Motes remains client-side and cosmetic.
- No gameplay behavior was changed.
- No server installation is required.
- Existing explicit configuration values are preserved where possible.
- Tested on Minecraft
26.1,26.1.1, and26.1.2.
File
tiny-motes-0.1.4-alpha.jar
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:r8km3p9u:FqhzQ316"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r8km3p9u:FqhzQ316"
}

