1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Reed Farming 1.2

Grow your own reeds!

  1. SWhite

    SWhite Void-Bound Voyager

    i want to make it so that when I harvest I also get a plant fibre.
    Will it work If I change the script like this?

    [
    {
    "op": "add",
    "path": "/reedsharvest",
    "value": [
    [
    0,
    {
    "pool": [
    { "weight": always appears, "item": "plantfibre" }
    { "weight": 0.9, "item": "reed" },{ "weight": 0.1, "item": "reedsgrowable" }
    ],
    "poolRounds": [
    [0.3, 2],
    [0.7, 3],
    [0.1, 4]
    ]
    }
    ]
    ]
    }
    ]
     
    Last edited: Nov 19, 2018
  2. Gubldi

    Gubldi Big Damn Hero

Share This Page