Links
Tags
Creators
Details
0.1.7
Compatibility
Changes
This update adds survival recipes and clearer usage documentation for the current blocks.
The current release includes:
- Survival recipes - added crafting recipes for the Compact Cannon Mount, Compact Autocannon Mount, Autocannon Ammo Feed, and Cannon Magazine Loader.
- Autocannon Ammo Feed recipes - the feed can now be crafted with either a hopper or an andesite funnel.
- NeoForge 1.21.1 recipe fix - fixed recipe loading on the NeoForge 1.21.1 build.
- Create 6 tag update - updated the NeoForge iron plate recipe tag to match Create 6.
- Usage guides - added Chinese and English guides with recipe and placement images.
The Autocannon Ammo Feed is placed next to a Compact Autocannon Mount and connects automatically to feed loose autocannon rounds. The Cannon Magazine Loader can cache three big-cannon rounds for faster follow-up shots.
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:fRWr6eJq:MI0bXBtl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fRWr6eJq:MI0bXBtl"
}

