Tags
Creators
Details
All versions
2.0.10-mc1.21.5
Release
Release 2.0.10 (MC 1.21.5)last year 1,824
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Paper
Purpur
Spigot
Changes
Release 2.0.10 (MC 1.21.5)
- More Mob Heads
- Updated Chicken, Cow, and Pig heads to have their respective warm, temperate, and cold variants.
- Added the Creaking head.
- Coords HUD
- Added
hud-messageconfig option.- Allows server operators to change the style and message that shows for coords hud.
- Available placeholders are
<x>,<y>,<z>,<direction>, and<world_time>.
- Added
- Workstation Highlights
- Added
/workstationhighlight clear.
- Added
- Teak's Tweaks Command
- Added
/teakstweaks vas an alias for/teakstweaks version.
- Added
Fixed Bugs
- Painting Picker pack is enabled by default
- Aggressive Panda Heads don't drop.
- More Mob Heads advancement page has a missing background texture.
- Wither Head, Wither Projectile, and Blue Wither Projectile's from More Mob Heads do not grant advancements.
- Illusioner has an advancement, while it is not possible to get in vanilla.
Full Changelog: https://github.com/teakivy/teaks-tweaks/compare/2.0.9...2.0.10
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:Xdn5t532:i76YxXPp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xdn5t532:i76YxXPp"
}

