0.0.3
Compatibility
Changes
Links:
In the discord you can get early access to sneakpeaks and possibly even file download exclusive access to ask question report bugs and make suggestions!
Breif Sumary
Made strike explosion Nuke Rod Strike Rod
Information
Current Commands:
- /nuke <x> <y> <type>
- /bomb
- /nukerule <rule> <value>
- /nukelook <type>
- /nukeRod
- /strikeRod
Nuke types: strike(Destroys Evyerhting -60 to 350) nuke(wide radius of bombing)
Nukerules:
- strikeTNT(amount of tnt when using strike)
- nukeTNT(amount of tnt when using nuke)
- nukeRadius(The radius of nuke WILL SCALE OFF OF TNT radius(One being run)*nukeTNT so if you put 1 radius and 25 tnt its only 25 but if you put 2 radius with 25 tnt 75 tnt will spawn)
- bombStrength(Changes the power of the explosion for that bomb)
Made by ShkllgodTrueGod also known as shkllgod
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:hsNVvJR1:TLr9nwau"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hsNVvJR1:TLr9nwau"
}

