DeepSea

Quick rating

DeepSea

No reviews yet

Changes boat navigation on ocean regions

Adventure/Exploration
Mod Loaders
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
deepsea-neoforge-4.0.0+26.1.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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 ) by default, and those in the configured ocean biomes (#deepsea:ocean) and tagged with #deepsea:boat will be broken and dropped.

Compatibility

By default, only #c:boats is included in the #deepsea:boat tag and #c:is_ocean in the #deepsea:ocean.

Installation

  1. Drop the DeepSea .jar into your mods folder.
  2. 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/remove boats just create a datapack for the tag file:

data/deepsea/tags/entity_type/boat.json

{
  "values": [
    "#c:boats"
  ]
}

To include/remove biomes just create a datapack for the tag file:

data/deepsea/tags/worldgen/biome/ocean.json

{
  "values": [
    {
      "id": "#c:is_ocean",
      "required": false
    }
  ]
}

Documentation

  • enabled:
    Enables or disables the mod.
    Type: boolean Default: true
  • tick_interval:
    The interval in ticks between checks for boats.
    Type: integer Default: 100
  • boat_damage:
    The damage amount applied to boats in ocean biomes.
    Type: float Default: 100.0
  • discard_boat:
    If true, boats in ocean biomes are discarded without dropping the boat item, if false, boats take damage, break and drop the boat item.
    Type: boolean Default: false
  • cache:
    Configuration for biome lookup caching.
    Type: object Default: see below
    • cache_size:
      The maximum number of biome lookup results (e.g., "is this position in an ocean?") to cache before being refreshed.
      Type: integer Default: 500
    • cache_time:
      The duration in minutes that cached biome results are kept before being refreshed.
      Type: integer Default: 240
  • sound:
    Configuration for sound effects when boats are damaged or destroyed.
    Type: object Default: see below
    • play_sound:
      Whether to play a sound effect when a boat is damaged or destroyed.
      Type: boolean Default: true
    • volume:
      The volume of the sound effect played when a boat is damaged or destroyed.
      Type: float Default: 1.0
    • pitch:
      The pitch of the sound effect played when a boat is damaged or destroyed.
      Type: float Default: 1.0

Full Configuration Example:

{
  "enabled": true,
  "tick_interval": 100,
  "boat_damage": 100.0,
  "discard_boat": false,
  "cache": {
    "cache_size": 500,
    "cache_time": 240
  },
  "sound": {
    "play_sound": true,
    "volume": 1.0,
    "pitch": 1.0
  }
}

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 ) by default, and those in the configured ocean biomes (#deepsea:ocean) and tagged with #deepsea:boat will be broken and dropped.

Compatibility

By default, only #c:boats is included in the #deepsea:boat tag and #c:is_ocean in the #deepsea:ocean.

Installation

  1. Drop the DeepSea .jar into your mods folder.
  2. 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/remove boats just create a datapack for the tag file:

data/deepsea/tags/entity_type/boat.json

{
  "values": [
    "#c:boats"
  ]
}

To include/remove biomes just create a datapack for the tag file:

data/deepsea/tags/worldgen/biome/ocean.json

{
  "values": [
    {
      "id": "#c:is_ocean",
      "required": false
    }
  ]
}

Documentation

  • enabled:
    Enables or disables the mod.
    Type: boolean Default: true
  • tick_interval:
    The interval in ticks between checks for boats.
    Type: integer Default: 100
  • boat_damage:
    The damage amount applied to boats in ocean biomes.
    Type: float Default: 100.0
  • discard_boat:
    If true, boats in ocean biomes are discarded without dropping the boat item, if false, boats take damage, break and drop the boat item.
    Type: boolean Default: false
  • cache:
    Configuration for biome lookup caching.
    Type: object Default: see below
    • cache_size:
      The maximum number of biome lookup results (e.g., "is this position in an ocean?") to cache before being refreshed.
      Type: integer Default: 500
    • cache_time:
      The duration in minutes that cached biome results are kept before being refreshed.
      Type: integer Default: 240
    • sound:
      Configuration for sound effects when boats are damaged or destroyed.
      Type: object Default: see below
      • play_sound:
        Whether to play a sound effect when a boat is damaged or destroyed.
        Type: boolean Default: true
      • volume:
        The volume of the sound effect played when a boat is damaged or destroyed.
        Type: float Default: 1.0
      • pitch:
        The pitch of the sound effect played when a boat is damaged or destroyed.
        Type: float Default: 1.0

Full Configuration Example:

{
  "enabled": true,
  "tick_interval": 100,
  "boat_damage": 100.0,
  "discard_boat": false,
  "cache": {
    "cache_size": 500,
    "cache_time": 240
  },
  "sound": {
    "play_sound": true,
    "volume": 1.0,
    "pitch": 1.0
  }
}

Screenshots

Gallery

  • Voyage
    Voyage *Ship by Small Ships mod
  • Voyage
    Voyage *Ship by Small Ships mod

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~8,000
Total Downloads
CurseForge
~4,000
Modrinth
~4,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works