Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

atravita

Uploaded by

6480

Virus scan

Safe to use

About this mod

Framework mod that allows you to change the color of any fishing rod when used.

Requirements
Permissions and credits
This mod does nothing on its own.

If you're a content modder, you can add a short snippet to your Content Patcher pack in order to set the color of a fishing rod while in use. This can be used to edit existing fishing rods, or to add color to custom fishing rods, which typically cannot be done without C#.

        {
            "Action": "EditData",
            "Target": "Mods/ColorfulFishingRods",
            "Entries": {
                "(T)IridiumRod": { //qualified ID of the rod from Data/Tools
                    //8-bit RGB
                    "R": 0,
                    "G": 255,
                    "B": 0,
                    "A": 255
                }
            }
        },

See the optional files for an example.

Source code

Mod was written entirely by atravita. I have full explicit permission to publish it.
100% of the donation points from this mod are given directly to the Against Malaria Foundation.