Links
Tags
Creators
Details
0.2.5
Compatibility
Required content
Changes
Blocks: -Rework for the grass carpets -Removal of the grass blocks including the lawn dirt block (it was literally just a dirt block) -Crate -Hedge -White Picket Fence
Items: Misc: -Added colored variants for the watering can (dyable via crafting table) -Removal of the Party Hat -Pole Vault (makes you jump high asl) -Dandechute -Pea Popper -Taco (Placeable) -Assorted Seeds -Glacier -Almanac (w/ all almanac entries) -Cherry Cannon -Added Recipes for Seed Packets
Seed Packets: -Cherry Bomb Seed Packet -Cherry Bomb Seeds -Dandechute Seeds
Entities: -Yeti Zombie -Cherry Bomb (Along with it's new achievement)
Changes: -Zombies are slower to be more faithful to the normal game -Peashooter and Sunflower got a Rework, both in their texture and models -Texture change on the seed packets -Seedlings, when fully grown, can now give you other seeds when you feed them enough sun -Sun Display can now be toggled with (default keybind) "U" -Discs' descriptions were removed -Gardening Glove is now just purely cosmetic, as it no longer picks up seedlings because you can just make seed packets with seeds now
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:sg5dxwao:pWyUvUDf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sg5dxwao:pWyUvUDf"
}

