Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

metalax

Uploaded by

metalax

Virus scan

Safe to use

13 comments

  1. Jhoulana
    Jhoulana
    • member
    • 6 kudos
    any chance to get a 1.6 version for this ?
    or can someone recomment an alternative without JA dependency ?
    1. LadyNeek
      LadyNeek
      • member
      • 0 kudos
      Here is a possible alternative though I haven't tried it yet.
      Sapling GET - put tree produce in the seed maker - vanilla and mods
  2. GoldieTheSloth
    GoldieTheSloth
    • premium
    • 0 kudos
    Any chance this will get a support mod to work with the Automate mod?
  3. Punty360
    Punty360
    • member
    • 0 kudos
    Adding this to the ProducerRules.json file between the last comma and the closing "]" on the next line will allow you to place bananas, mangos, and tea leaves in seed processors to get their respective saplings. Can confirm it works with Automate (when PFMAutomate is also installed) too for all except tea leaves as I don't have any on my game right now.

    ?//Ginger Island
    { //Banana
    "ProducerName": "Seed Maker",
    "InputIdentifier": 91,
    "MinutesUntilReady": 20,
    "OutputIdentifier": 69,
    "OutputStack": 1,
    "OutputMaxStack": 1,
    "SilverQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 69,
    "OutputStack": 2,
    "OutputMaxStack": 2
    },        
    "GoldQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 69,
    "OutputStack": 3,
    "OutputMaxStack": 3
    },        
    "IridiumQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 69,
    "OutputStack": 4,
    "OutputMaxStack": 4
    },
    "Sounds": ["Ship"],
    "DelayedSounds":  [{"dirtyHit": 250}]
    },
    { //Mango
    "ProducerName": "Seed Maker",
    "InputIdentifier": 834,
    "MinutesUntilReady": 20,
    "OutputIdentifier": 835,
    "OutputStack": 1,
    "OutputMaxStack": 1,
    "SilverQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 835,
    "OutputStack": 2,
    "OutputMaxStack": 2
    },        
    "GoldQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 835,
    "OutputStack": 3,
    "OutputMaxStack": 3
    },        
    "IridiumQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 835,
    "OutputStack": 4,
    "OutputMaxStack": 4
    },
    "Sounds": ["Ship"],
    "DelayedSounds":  [{"dirtyHit": 250}]
    },
    //Tea
    { //Tea
    "ProducerName": "Seed Maker",
    "InputIdentifier": 815,
    "MinutesUntilReady": 20,
    "OutputIdentifier": 251,
    "OutputStack": 1,
    "OutputMaxStack": 1,
    "SilverQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 251,
    "OutputStack": 2,
    "OutputMaxStack": 2
    },        
    "GoldQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 251,
    "OutputStack": 3,
    "OutputMaxStack": 3
    },        
    "IridiumQualityInput": {
    "Probability": 1,
    "OutputIdentifier": 251,
    "OutputStack": 4,
    "OutputMaxStack": 4
    },
    "Sounds": ["Ship"],
    "DelayedSounds":  [{"dirtyHit": 250}]
    },


    I'm new to this site so if there's something wrong with me doing this I apologise to the mod author, but it seemed like a really easy fix so I went ahead and did it. Enjoy :)

    *Edit for clarity
    1. Skuuurt
      Skuuurt
      • member
      • 0 kudos
      Thank you for this ! but why the "?" at thee beginning of your code ?
  4. marig0ld
    marig0ld
    • member
    • 0 kudos
    Is it possible to add banana and mango to the ProducerRules JSON file?
    1. marig0ld
      marig0ld
      • member
      • 0 kudos
      ok, i tried, it is possible but it doesn't work with automate chest, i need to put banana directly to the seed maker. it's all good though!
    2. KhronoosBTW
      KhronoosBTW
      • member
      • 0 kudos
      hey can i have the thing that you writer in the file pls for these ? pls
  5. fralee
    fralee
    • member
    • 0 kudos
    Any way of adding tea tree saplings from leaves at all? 
  6. maxtron2000x
    maxtron2000x
    • member
    • 0 kudos
    is this balance or just a way to cheat? because sapling price is expensive but with this mod u'll get it with only sacrifice with one fruit:/
    1. metalax
      metalax
      • member
      • 15 kudos
      No attempt at balance here. Honestly though, by the time most have access to a Seed Maker, money isn't really a limiting factor.
  7. Elfz0r
    Elfz0r
    • member
    • 0 kudos
    Hpw do i make this work?
    1. metalax
      metalax
      • member
      • 15 kudos
      Make sure you installed all the required mods as well, as described in the installation instructions. From what Nexus is showing, you haven't downloaded the Producer Framework Mod which is required for this to work.

      Once installed it functions exactly the same as any other use of the seed maker, click with the product on the seed.maker, then wait for it to process.

      If you still have trouble after doing that make sure you post a SMAPI log using https://smapi.io/log following the instructions there.