Tags
Creators
Details
All versions
2.1.4
Release
Release 2.1.4last month 1,215
Compatibility
Minecraft: Java Edition
26.2
Platforms
Paper
Purpur
Changes
Release 2.1.4
- Lapis Lock
- New Pack!
- Keeps your Lapis Lazuli in the Enchanting Table when it's closed.
- Better Golden Dandelion
- New Pack!
- Replaces Keep Small.
- Right click a baby mob with a Golden Dandelion to lock its age.
- Right click a baby mob again with a Golden Dandelion to grow it into an adult.
- Configurable with
allow-growingin the config.
- Configurable with
- Right click an adult mob with a Golden Dandelion to shrink it back into a baby, and lock its age.
- Configurable with
allow-shrinkingin the config.
- Configurable with
- In addition to the mobs than can be used in vanilla, it also works for Villagers, and all zombie variants!
- Craftable Calcite
- New Crafting Tweak!
- Craft Calcite from 2 Diorite & 2 Bone Meal.
- Craftable Tuff
- New Crafting Tweak!
- Craft Tuff from 2 Blackstone & 2 Quartz.
- Keep Small
- Removed in favor of Better Golden Dandelion
- R.I.P. the first pack added to Teak's Tweaks (2021–2026).
- Craftable Name Tags
- Removed as a vanilla alternative now exists
- Craftable Saddles
- Removed as a vanilla alternative now exists
- More Mob Heads
- Added Camel Husk Head, Parched Head, Nautilus Shell, Temperate Zombie Nautilus Shell, Coral Zombie Nautilus Shell, & Sulfur Cube Head.
- Back to Blocks, Double Slabs, Log Chests, More Bark, More Stairs, More Trapdoors, & Unpackable Wool
- Rewritten to support all current, and future blocks, using a tag system.
Fixed Bugs
- Craftable Blackstone recipe is not reversible
/teakstweaks giverequires an amount argument- Multiple crafting tweaks are missing newer blocks
- Craftable Name Tags is not needed, as a vanilla alternative now exists
- Craftable Saddles is not needed, as a vanilla alternative now exists
Full Changelog: https://github.com/teakivy/teaks-tweaks/compare/2.1.3...2.1.4
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:ReH3FreP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xdn5t532:ReH3FreP"
}

