0.2.0
Compatibility
Required content
Changes
Lotus & Blooms 0.2.0
This update brings more lotus flower colors and a refined visual experience to Lotus & Pond.
You can now decorate lakes, garden ponds, courtyards, water gardens, and Asian-inspired builds with a richer and more colorful variety of lotus flowers.
What's New
- Kept the original Pink Lotus Flower
- Added the elegant and refreshing White Lotus Flower
- Added the bright and vivid Red Lotus Flower
- Added the soft and dreamy Purple Lotus Flower
- Added the
/lotus_give_allcommand, allowing players to quickly obtain 64 of each lotus flower for creative building
Model and Visual Improvements
- Rebuilt and improved the lotus flower model using Blockbench
- Improved the in-world appearance of the lotus flowers
- Added clearer custom inventory icons for all four lotus flower variants
- Added complete English and Simplified Chinese translations
Commands
With cheats enabled or sufficient command permissions, you can use:
/lotus_give_all— Gives you 64 Pink, White, Red, and Purple Lotus Flowers
You can also obtain each flower individually:
/give @s lotusmod:lotus_flower 64— Gives you 64 Pink Lotus Flowers/give @s lotusmod:white_lotus_flower 64— Gives you 64 White Lotus Flowers/give @s lotusmod:red_lotus_flower 64— Gives you 64 Red Lotus Flowers/give @s lotusmod:purple_lotus_flower 64— Gives you 64 Purple Lotus Flowers
Visual Settings Notice
For a more natural and consistent appearance when viewing lotus flowers from a distance, it is recommended to set:
Options → Video Settings → Mipmap Levels → OFF
When Mipmap Levels are enabled, lotus textures may appear blurry or display unusual visual patterns at a distance.
Compatibility
- Minecraft 26.1.2
- Fabric Loader
- Fabric API required
Thank you for trying Lotus & Pond! I hope these lotus flowers add more life and color to your ponds, gardens, and builds. Suggestions, feedback, and screenshots are always welcome in the comments!
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:baQjbN0f:GagmYUZ0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:baQjbN0f:GagmYUZ0"
}

