All versions
Bignay-r1.0-13
Release
Bignay-r1.0-136 months ago 14
Compatibility
Minecraft: Java Edition
1.20
Platform
Forge
Supported environments
Client and server
Changes
Features:
- Added ability to craft observer, dispenser, dropper and piston with blackstone and cobbled deepslate
- Added Soul Candle Cakes
- Added viewing screenshots by world where was taken
- Added Vertical Slabs
- Added progress screen while exporting screenshots
- Added tuff recipe
- Added ability to put mycelium_roots, mushroom_cluster, red_mushroom_cluster, brown_mushroom_cluster, twisting vines, weeping vines, large fern and spouts into flower pot
- Added Knife
- Added Pumpkins Patterns for carving in pumpkins for knife
- Added Golden Poppy, Rose and Cyan Rose
- Added Charcoal Block
- Added ability to rename screenshot in screenshots viewer
- Added Scrollbar and options to chose sorting
- Added Dark Prismarine Wall
- Added ability to use /locate block with tags
- Added generating pale pumpkin seeds in mineshaft, pillager_outpost and mansion
- Added Golden chain and golden heavy chain
- Updated vines generation on trees
- Updated Screenshots Viewer,
- Updated Soul Candles and Soul Candle Cakes particles
- Updated World Info Screen
Bug Fixes:
- Fixed folder selection in file chooser
- Fixed screen blur overlay when wearing custom pumpkins
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:m8sLDqQR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sYpmxfoP:m8sLDqQR"
}

