Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
0.1
Alpha
Missiles 0.13 years ago 424
Compatibility
Minecraft: Java Edition
1.16–1.16.1
1.15.x
Platforms
Fabric
Forge
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
Version 0.1: The Beginning of The End
This is the first release of Missiles which adds in 2 new structures, 1 new vehicle and 5 new missiles each with their own crafting recipe.
Changes and Additions
- Added Missile Launcher of Type-Series
- Added 5 Missiles of Type-Series
- Added 2 commands
- /trigger PosX set <number>
- /trigger PosZ set <number>
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:78KqCFOJ:t6MT6RLE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:78KqCFOJ:t6MT6RLE"
}

