2.0.0
Compatibility
Changes
🚀 Vulgar's Orbital Strike v2.0.0
⚠️ Notice Read This
This mod is required if you want Vulgar's PvP Bot to perform stab shots
Setup guide and configuration instructions are available in the Discord server
If the theme song feature does not work for you
Please join the Discord server and create a bug report forum instead of asking in general chat so we can help you more easily
✨ New Features
- Added Wemmbu Mode a new strike mode focused on cleaner and more accurate explosions
- Wemmbu Mode scales strikes from the highest nearby blocks producing more natural looking craters
- Improved crater generation with significantly fewer (little to no) floating blocks and terrain artifacts
🎵 Theme Song Changes
- Added support for looping songs using
/ts play loop <song> - Use
/ts play <song>to play a song once - Improved the overall theme song integration
⚙️ Changes
- Reworked how explosions are handled
🆚 Legacy Mode vs Wemmbu Mode
Legacy Mode
Pros
- Highly configurable
- Blast power can be adjusted
- Blast radius can be adjusted
Cons
- Can leave floating blocks behind
- Craters may contain bugged ledges or uneven terrain
Wemmbu Mode
Pros
- Produces much cleaner craters
- Scales explosions from the highest nearby blocks
- Greatly reduces floating blocks
- Blast radius is configurable
Cons
- Blast power is fixed and cannot be changed
- Less configurable overall
- Does not destroy blocks all the way to bedrock leaving a thin layer above it
Thanks for downloading Vulgar's Orbital Strike ❤️
More strike modes and improvements are planned for future updates
Optional dependencies
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:HBH95dfD:a1BqQthv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HBH95dfD:a1BqQthv"
}
