Tags
Creators
Details
Licensed MPL-2.0
Published 4 days ago
Updated 3 days ago
All versions
1.0.5
Release
PeterWolfs Boats & Ships 1.0.53 days ago 87
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
1.0.5
Controls & boarding
- Walkable deck like a platform: step on/off freely without vehicle lock. Right-click takes the helm (WASD steering); right-click again or sneak leaves the helm onto the deck. Only the helmsman steers.
- Double-tap
Wwhile captaining for a temporary speed boost (higher acceleration and max speed while held). - Double-tap
Wspeed boost eases the camera out: third-person distance increases and FOV widens slightly while the boost is held. - Double-tap
AorDfor a much sharper turn rate while the key is held. - Sharp turns lean the hull up to 30° opposite the turn direction (sails and oars follow the heel).
Survival crafting
- Confirmed shaped crafting recipes for all vessels and the lighthouse light (crafting table).
- Added recipe-book unlock advancements so recipes appear when you obtain a key ingredient (oak planks / white wool / spruce planks / gold ingot).
- River Skiff: 2 iron nugget + 1 oak planks + 5 stick.
- Explorer Sloop: 2 chain + 1 white wool + 2 string + 1 barrel + 3 oak planks.
- Merchant Schooner: 2 chain + 1 barrel + 3 white wool + 3 spruce planks.
- Lighthouse Light: 6 lantern + 3 gold ingot.
Lighthouse Light
- Added Lighthouse Light block: full block light and a long-range rotating dual spotlight beam.
- Right-click cycles rotating spotlight → blinking point light (no ray; light 15 on / 0 off) → off.
- Spot beam visibility is reduced by day and full at night.
Deck props
- Merchant Schooner deck: four supply chests placed around the mainmast.
- Explorer Sloop deck: two supply barrels beside the mast (replacing the single mid-deck chest prop).
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:VG7ttQYT:MambwAjq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VG7ttQYT:MambwAjq"
}

