1.1.0
Compatibility
Changes
Version 1.1.0: This version adds a lot of new stuff.
1.The Sulfur ore and crytal: This is a new ore you cna find in in caves or in the sulufr caves the new crytal the Sulfur crytal can craft the new sulfur tools and armor. 2.Sulfur and Cinnabar ores: This are new veriations of the normal ores you cna find thme in the sulfur caves insted of the nromal stone and deepslate ones. 3.Sulfur Spider: This is a new mob is like a normal spider but it spawn in the sulfur caves rerly but you cna find it. 4.A new panting: This new panting is called "Sulfur Horizon" is a 2 by 2 panting it is base on the parama of the 26.2 tittle screen.
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:3D3CkNB6:aYsh0108"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3D3CkNB6:aYsh0108"
}

