0.5
Compatibility
Required content
Changes
New features
Mounted Weapons
- Mounted weapons are a new way to use the Minigun and Rocket Launcher. Mounted weapons are a block version of those guns that require ammo to be inserted via hopper or funnel, and a redstone signal to fire them.
-They work on Valkyrien Skies ships also, so you can use these on your planes and airships.
Reload Key
-
Finally! You can press [R] to reload your guns! Currently it is a bit finicky but click [R] and then [Right Click] to reload. [R] empties your mag and [Right Click] Reloads.
-
Will be further polished in a later update.
Junk Gun
-
The Junk Gun is inspired by the Fallout 4 Junk Jet and fires its own proprietary ammunition made with mob drops.
-
High Damage with long reload and cheap ammo!
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:MIxwm5GN:d9B2LJop"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MIxwm5GN:d9B2LJop"
}



