27768
Compatibility
Changes
Mod Description: Ice Scepter ModThis mod enriches the Minecraft experience by introducing a new, potent weapon: the Ice Scepter. This magical item not only diversifies combat but also introduces unique tactical elements and exploration opportunities.Features Offered:Ice Scepter: A new, craftable weapon with unique properties.Aerial Attack: The Ice Scepter possesses a special attack that is triggered when the player is falling. Upon impact, this attack applies slowness and weakness effects to the target and surrounds them in a 3x3x3 area of cobwebs.How These Features Affect a User's Experience:New Weapon with Unique Abilities: The Ice Scepter provides players with an additional combat option, adding variety and depth to gameplay. Its unique abilities offer a distinct playstyle compared to standard Minecraft weapons.Tactical and Strategic Combat: The Aerial Attack feature introduces new tactical considerations to combat. Players can now utilize verticality and falling attacks to their advantage, creating opportunities for strategic engagements.Slowness and Weakness: These effects make enemies significantly easier to defeat, especially in challenging situations.Cobweb Trap: The cobwebs not only hinder the target's movement but also provide a form of crowd control, allowing players to isolate enemies or create defensive perimeters.Exploration and Environmental Interaction: The Aerial Attack encourages players to think about their environment in new ways. Cliffs, ledges, and other high points become strategic assets, offering opportunities for initiating powerful attacks.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| icesceptermod_forge_mod.zip | Unknown | 4.34 KiB |
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:1ZJ0x1ev:j1Btm9rH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1ZJ0x1ev:j1Btm9rH"
}
