Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 6 months ago
All versions
2.0.0+mod
Release
Garnished Botany Pots v2.0.02 years ago 2,238
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Supported environments
Required content
Changes
v2.0.0 implements a full overhaul of the mod, featuring full Create: Garnished support!
Changelog:
Nuts:
Grows On:
- Grass (Category)
- Dirt (Category)
Drops:
- Ungarnished Nut (2-4) 100%
- Nut Log (2-4) 100%
- Stick (1-2) 10%
- Apple (1) 5%
Soul Roots:
Grows On:
- Soul Sand (1x)
- Soul Soil (1.1x)
Drops:
- Soul Roots (1-2) 100%
Small Chorus Plant:
Grows On:
- End Stone (1x)
Drops:
- Chorus Fruit (1-2) 100%
- Small Chorus Plant (1) 5%
Sepia Fungus:
Grows On:
- Soul Sand (1x)
- Soul Soil (1.1x)
Drops:
- Sepia Fungus (1) 100%
- Sepia Stem (1) 100%
- Sepia Wart Block (1) 25%
- Shroomlight (1) 5%
Barren Roots:
Grows On:
- End Stone (1x)
Drops:
- Barren Roots (1-2) 5%
- Chorus Tuft (1) 35%
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:ZbtYAhun:IpPRKnNO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZbtYAhun:IpPRKnNO"
}



