Custom Fishing Lines

Mod

A mod for data driven color patterns on fishing rod lines.

Client Decoration

166 downloads
3 followers
Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

A mod for data driven color patterns on fishing rod lines.

Inspired by Dyeable Fishing Lines

The format is as follows (note that the actual format is json and not json5 so comments are not allowed):

{
    "segments": [
        {
            //the color of the segment in "rrggbb" format
            "color": "",
            /*
             * the percentage of the fishing rod line
             * 
             * 1 is the part of the fishing rod line
             * attached to the fishing rod and 0 is
             * the part of the fishing rod attached to
             * the bobber
             * 
             * segments have to be ordered from higher
             * to lower percentage
             */
            "percentage": 0
        },
        ...
    ]
}

Project members

Pepe20129

Owner

Details

Licensed LGPL-3.0-only
Published 2 years ago
Updated 2 years ago