Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
G_Mungus made this mod a whole lot better:
Overview: Reworked cannon priming block:
Cannon priming blocks now convert the dispenser in front of them into a cannon dispenser block. Cannonballs only shoot out of cannon dispensers, which can receive redstone power through the priming block behind. An armed cannon priming block can be disabled by killing a pirate entity who crews the cannon. Firing cannonballs now has a new sound and particle effect. Now can be crafted.
Changes to motion invoking block:
Motion invoking blocks only work under a ship helm. They receive the ship's orientation from the helm instead of their own property. Can be disabled by killing a pirate entity who crews the block.
Changes to pirate entity:
Created new texture, model, and animation. Changed pathfinding to help the pirate not fall of ship as often. No longer teleports to the player. Can crew cannons or motion blocks, which allows them to be disabled upon this' death.
Rebuilt ship structure:
2 Variants, one small with no cannons and smaller loot. Mostly added for variety and ambiance. Other variant is med-large, with a dozen cannons and a larger crew. 2 masts, lots of treasure, interesting design.
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:jv8hXuHT:r0KVtqSO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jv8hXuHT:r0KVtqSO"
}

