Riptide Outside Water
This Fabric mod unlocks completely new possibilities for using the Riptide enchantment on tridents outside of water bodies! Now you'll be able to activate this powerful ability anywhere, not just in water.
Key Features
The module introduces a configurable trident cooldown system after each Riptide use outside aquatic environments. You can independently adjust the duration between uses through the configuration file, allowing you to perfectly balance gameplay according to your preferences.
For full mod functionality, library components are required: Roselib and Fabric API.
Configuration Setup
After installation and initial Minecraft launch, you'll need to modify configuration parameters:
- Locate the
RiptideOutsideWater.jsonfile in the.minecraft/configfolder - Open it with any text editor
- Change the necessary settings
Example configuration file content:
{
"refreshCooldownOnTouchingWaterOrRain": true, // Enable automatic cooldown refresh when touching water or rain
"appliedCooldown": 200.0 // Cooldown duration after use outside water (in ticks)
}
Important Information
Mandatory installation on both client and server! The mod must be installed identically on both sides for proper functionality. If the client version is missing, the Riptide function won't activate, and when connecting to a server without the mod, the functionality will automatically disable.
Server configuration always takes priority over client settings. The most stable performance is ensured in singleplayer mode.