Tags
Creators
Details
1.0.0
Compatibility
Changes
📜 Changelog — OpSticks
v1.0 — Initial Release (2025-08-23)
✨ Added 8 custom overpowered sticks with unique abilities:
-
Bacon Stick 🥓
- Knockback level 1000 on hit
-
Enderpearl Stick 🧭
- Throw infinite ender pearls (2s cooldown)
-
Fire Stick 🔥
- Sets target on fire for 10s
- Shoots small fireballs (3s cooldown)
-
TNT Stick 💣
- Spawns primed TNT at block you look at (5-block range, 5s cooldown)
-
Healing Stick ✨
- Instantly heals 5 hearts + removes negative effects (10s cooldown)
-
Lightning Stick ⚡
- Strikes lightning where you look (5s cooldown)
-
Speed Stick 💨
- Grants Speed V for 10 seconds (15s cooldown)
-
Wither Stick ☠️
- Applies Wither II for 8s
- Summons a Wither Skeleton (20s cooldown)
🔥 First official release of OpSticks — bringing chaos, fun, and OP powers to Minecraft!
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:f7TltV13:Ed3Zbc66"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f7TltV13:Ed3Zbc66"
}

