Перейти к содержимому
Mineforgian

Custom Fishing Lines

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

Загрузки
299
Подписчики
4
Обновлён
21 марта 2023 г.
Лицензия
LGPL-3.0-only

Опубликован 13 ноября 2022 г.

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
        },
        ...
    ]
}

Центр версий

2 версий
  • Релиз109 КБ
  • Релиз104 КБ

Ченджлог

0.1.1+1.19.4Релиз1.19.4 · 21 марта 2023 г.
  • Updated to 1.19.4
0.1.0Релиз1.19.2 · 13 ноября 2022 г.

Initial release

Комментарии

Загружаем…