Tags
Creators
Details
2.0.0-b1.0
Compatibility
Changes
Small Ships 2.0.0 - Beta 1.0 for MC 1.18.2, 1.19.2 and 1.20.1 [Forge & Fabric]
Previous ships might not be compatible with this version. Please back-up your world save and configs before updating to this version.
+ added drakkar
+ added ice break feature
+ added drakkar crafting
+ added simple dismount entity by right-clicking
+ added repairing feature
+ added new mod icon
+ added naming with name tag
+ added sunken feature
+ added sunken ships cannot be mounted
+ added sunken ships will despawn after configurable minutes
+ added shield upgrade to drakkar
+ added config to adjust shield damage reduction
+ added config to change the speed unit to [km/h, knots, m/s mph]
+ added config to blacklist entities mounting
+ added config to disable knock-back feature
+ added config to disable collision damage feature
+ added methods for reflection (mod compatiblty)
+ fixed ships cannot float water blocks
+ fixed cog model issues
+ fixed galley paddle positions
+ fixed collision damage does not disable when set to 0
+ fixed other minor issues and probably added new ones
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:rGWEHQrP:Y8u25WPx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rGWEHQrP:Y8u25WPx"
}

