Tags
Creators
Details
3.2.9
Compatibility
Changes
π News in v1.2.7 β¨π» (for 1.21.1)
Additions:
Added the Golden Dandelionπ» (from 26.1 Upcoming Cutest Dropπ·).
Can be crafted from 8 gold ingots and 1 dandelion:

Can be crafted into Yellow Dye. (not really worth itπ):

- Stops baby mobs from aging!β¨ Works on any baby ageable mob except baby villagers. (Tadpoles arenβt supported yet due to technical limitations).
- Sniffers can dig up Golden Dandelions.
- Piglins will pick up Golden Dandelions.
New Recipes:
Sculk Catalyst can be crafted with 1 bone + 1 sculk block.

Sculk Veins can be crafted with 2 sculk blocks.

Golden Dandelions βΒ Can be crafted into Suspicious Stew (gives Saturationπ).

Buttercups β Can be crafted into Suspicious Stew (gives Saturationπ).

Pink Daisies β Can be crafted into Suspicious Stew (gives Regenerationπ).

Changes:
- Pebbles now remain on the ground when thrown and can be picked up.
Wandering Trader trades updated:
6 carrots β 1 emerald β 6 gold ingots β 1 emerald β
New Recipe change:
Sculk Sensor craft recipe updated: 3 sculk blocks + 1 echo shard.

New Mob Drop:
Wardens now drop echo shards, more with Looting.
Flowers placement improved:
Buttercups, Pink Daisies, and Golden Dandelions can now be placed correctly on dirt, moss, or mud, just like vanilla flowers.
Removals:
Removed two lead-related recipes:
5 string β 1 lead (was incorrect, should yield 2 leads)

Lead β 5 string

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:1DY1GOzM:89Zyvt9g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1DY1GOzM:89Zyvt9g"
}

