4.2+mod
Compatibility
Required content
Changes
20231228 > Magma Update
🟠Magma Cube Plugins 20231228
In Skates Mode, You will ignite mobs around when land. Ignite area will increase base on Magma Cream plugins amount. In Sword Mode, Your deal more damage to target that ignited. Increase 10% per Magma plugins.
🟧 Blaze Rod Sword Plugin 20231228
Blaze Rod no longer increase damage to ignited target
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:whEI3fBD:Elhk8JkP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:whEI3fBD:Elhk8JkP"
}

