0 of 0

File information

Last updated

Original upload

Created by

Toskopado

Uploaded by

Toskopado

Virus scan

Safe to use

Tags for this mod

6 comments

  1. ibotm98
    ibotm98
    • member
    • 0 kudos
    Since this mod in its current form works for 1.6, except for the 4 new crops added, here are the lines that you have to append to the "ProduceRules.json" File in the "[PFM] Advanced Seed Maker" folder. With these, the seed maker will be able to process these crops too. (I was too lazy to create a new mod right now):

    
    { //summer squash
    "ProducerName": "Advanced Seed Maker",
    "InputIdentifier": "SummerSquash",
    "InputStack": 5,
    "MinutesUntilReady": 10,
    "OutputIdentifier": "SummerSquashSeeds",
    "OutputStack": 6,
    "OutputMaxStack": 15,
    "Sounds": [ "Ship" ],
        "DelayedSounds": [ { "dirtyHit": 250 } ],
    },
    { //carrot
    "ProducerName": "Advanced Seed Maker",
    "InputIdentifier": "Carrot",
    "InputStack": 5,
    "MinutesUntilReady": 10,
    "OutputIdentifier": "CarrotSeeds",
    "OutputStack": 6,
    "OutputMaxStack": 15,
    "Sounds": [ "Ship" ],
        "DelayedSounds": [ { "dirtyHit": 250 } ],
    },
    { //broccoli
    "ProducerName": "Advanced Seed Maker",
    "InputIdentifier": "Broccoli",
    "InputStack": 5,
    "MinutesUntilReady": 10,
    "OutputIdentifier": "BroccoliSeeds",
    "OutputStack": 6,
    "OutputMaxStack": 15,
    "Sounds": [ "Ship" ],
        "DelayedSounds": [ { "dirtyHit": 250 } ],
    },
    { //powdermelon
    "ProducerName": "Advanced Seed Maker",
    "InputIdentifier": "Powdermelon",
    "InputStack": 5,
    "MinutesUntilReady": 10,
    "OutputIdentifier": "PowdermelonSeeds",
    "OutputStack": 6,
    "OutputMaxStack": 15,
    "Sounds": [ "Ship" ],
        "DelayedSounds": [ { "dirtyHit": 250 } ],
    },


    Just add these lines above the "//fruits" comment in the json. 
  2. gothicrichard666
    gothicrichard666
    • member
    • 0 kudos
    will you update this to 1.6
    1. Toskopado
      Toskopado
      • supporter
      • 2 kudos
      Maybe, it's a little difficult to test it if I update, unfortunately I don't play on the computer 😔
    2. ibotm98
      ibotm98
      • member
      • 0 kudos
      For me it works on 1.6, except for the seed maker being able to process crops introduced in 1.6, like summer squash etc.
  3. gidedlemming
    gidedlemming
    • member
    • 0 kudos
    does it work on golden pumpkin ?
    1. Toskopado
      Toskopado
      • supporter
      • 2 kudos
      No, but can I add something, what were you thinking?