Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 3 days ago
All versions
1.1.3
Release
Sulfur Caves Plus 1.1.35 months ago 127
Compatibility
Minecraft: Java Edition
26.2-snapshot-5
Platform
Fabric
Supported environments
Client and server
Required content
Changes
-
Added Lava Geysers:
- Generate when Potent Sulfur is placed under lava and above a Magma Block.
- Launch entities upward like regular geysers.
- Deal fire damage and ignite mobs.
- Emit dark volcanic geyser particles with subtle ashy-orange magma tones.
- Spawn lava pops that scale with the geyser height.
- Lava geyser damage can be toggled with the
sulfurcavesplus:lava_geysers_damagegamerule.
-
Lava Geysers now generate naturally in Basalt Deltas.
- This can be toggled off in the config with
sulfurVeinsGenerateUnderLava.
- This can be toggled off in the config with
-
Added new gamerule:
sulfurcavesplus:noxious_gas_on_geysers- Controls whether geysers produce noxious gas particles and negative effects.
- Default:
false.
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:BEXcDSgJ:A0slh3PG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BEXcDSgJ:A0slh3PG"
}

