1.1.0
Compatibility
Changes
- Added new blocks and items:
Blocks: Primordial Mob Coal.
Items: Warped Spores, Crimson Spores, Warped Suite, Crimson Suite.
- Added Mob Coal synthesis recipe:
Primordial Mob Coal can be smelted in a Furnace, Smoker, or Blast Furnace to produce Mob Coal.
- Added crushing recipes:
Warped Fungus crushed into 1 Warped Spore.
Warped Roots crushed into 1 Warped Spore (50% chance to yield an additional 1).
Twisting Vines crushed into 2 Warped Spores.
Crimson Roots crushed into 1 Crimson Spore (80% chance to yield an additional 1, 50% chance to yield another additional 1).
Weeping Vines crushed into 2 Crimson Spores.
Warped Wart Block crushed into 3 Warped Spores.
& Modified the original crushing recipe for Nether Wart Block:
Nether Wart Block 25% crushed into Nether Wart → changed to crushed into 3 Crimson Spores + 50% chance to yield Nether Wart.
- Added synthesis recipes:
4 Paper Pulp + 2 Mud mixed into 1 Primordial Mob Coal.
4 any Saplings + 1 any Log + 4 Mud compressed into 2 Primordial Mob Coal.
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:5rJvddUU:xKqBmlj0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5rJvddUU:xKqBmlj0"
}

