0.1.0
Compatibility
Changes
Biome in a Bottle
Capture biome essence in a bottle, then release it to create a temporary biome patch around you.
Features
- Capture supported biome essence by right-clicking with an empty bottle
- Release the essence on the ground to transform a small area
- Temporary effects (about 3-5 in-game days) that naturally revert
- Distinct behavior for Desert, Snowy, Jungle, and Mushroom biome families
Biome Effects
- Desert: sand spread, dead bushes, snow clears
- Snowy: snow layers and frozen water
- Jungle: lush grass/ferns and vines
- Mushroom: mycelium spread, mushrooms, occasional mooshroom spawns
Recipe
- Glass Bottle + Sapling + Dirt = Biome Bottle
Notes
- Only configured biome types can be captured
- Unsupported biomes are rejected instead of being stored
Compatibility
- Minecraft: 1.20.1
- Mod loader: Fabric
- Java: 17+
Important: this build is currently targeted to Minecraft 1.20.1 specifically, not "1.20.1 and up".
Credits
- Author: t3hepikduck
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:dtHsZNnP:Rk8ILdei"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dtHsZNnP:Rk8ILdei"
}

