All versions
Bignay-r1.0-12
Release
Bignay-r1.0-127 months ago 17
Compatibility
Minecraft: Java Edition
1.20
Platform
Forge
Supported environments
Client and server
Changes
Features:
- Soul Candles
- New Flowers: peony, hyacinth, lapis lotus, lilac, cyan rose bush and marigold
- New Commands: /locate block, /locate entity, /name
- New Plants: mycelium roots and sprouts, puffballs, mushroom clusters, tall dead bush,
- Wood Cavity
- Mossy Cobbled Deepslate
- Cracked Dripstone Tiles
- Grid View in FileChooser
- Options in FileChooser
- Added horizontal scrolling in ScreenshotView using right and left arrow
- Added particles while using wither bone meal
- Added picking item using scroll from quad item frames in creative mode
- Added info about empty folder in FileChooser
- Added climbing inside hollow log blocks
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:sYpmxfoP:twpqQQY8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sYpmxfoP:twpqQQY8"
}

