Skip to content

Files

Latest commit

923ba21 · Jun 26, 2024

History

History
25 lines (13 loc) · 889 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 889 Bytes

Random Fishing

About

This simple mod adds an enchantment for fishing rods that causes fished up items to be random.

Items are fished up in random amounts.

The enchantment is not compatible with Luck of the Sea.

Uses Polymer to be completely serverside, and only optional on the client.

Configuration

The max amount fished up can be modified with the gamerule randomFishingMaxCount.

Additionally, the mod may be configured with a datapack:

Individual items may be blacklisted through the item tag randomfishing:blacklist. See this wiki page for more information on tags.

A modwide blacklist is available through a JSON file, found at data/randomfishing/blacklist.json. This file should contain only a JSON array of strings - the mod IDs of each blacklisted mod.