1.9
Compatibility
Required content
Changes
Sulfur Cube Archetypes compatibility
Sulfur cubes can now consume dozens of new blocks from Biomes O' Plenty and Biomes We've Gone! These two mods are now fully compatible with sulfur cubes.
- Added all stone and sandstone variants to the slow bouncy archetype
- All ice variants from BWG have been added to the fast sliding archetype
- Added the thermal calcite vent block from BOP (1.21.1) to the hot archetype
- All BWG petal blocks have been added to the light archetype
- All dirt and grass variants have been added to the regular archetype
- Pumpkin variants (BWG) and flesh blocks (BOP) have been added to the fast flat archetype
- Added all mushroom block variants to the slow sliding archetype
Sand block variants were excluded to maintain consistency.
Biomes We've Gone
More Biomes We've Gone leaves now generate falling leaves:
- Yucca Leaves
- Ripe Yucca Leaves
- Flowering Yucca Leaves
- Rainbow Eucalyptus Leaves
- Holly Leaves
- Skyris Leaves
Biomes O' Plenty
Now generate falling leaves:
- Magic Leaves
Minor Change
Removed the pack.png from the 1.20.1 version
I will continue adding more blocks from other mods over time. If you would like any changes to how blocks are assigned to the archetypes please let me know.
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:jcYHXHwz:t0w3tFsj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jcYHXHwz:t0w3tFsj"
}


