Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
DeepSea
DeepSea is a Fabric mod that adds configurable boat behavior in ocean biomes. All loaded boats are periodically checked every 100 ticks (5 seconds), and those in ocean biomes (is_ocean
) and tagged with deepsea:boat
will be broken and dropped.
Compatibility
- Required: Fabric API
- Made to work with: Small Ships
By default, only
minecraft:boat
andminecraft:chest_boat
are included in thedeepsea:boat
tag.
Installation
- Drop the DeepSea
.jar
into yourmods
folder. - Start the server or load into a world — the mod is active immediately.
This is a server-side only mod. Clients do not need to install it.
Customization
To include additional boat types, edit the tag file:
data/deepsea/tags/entity_type/boat.json
{
"values": [
"minecraft:boat",
"minecraft:chest_boat"
]
}