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):
6 comments
{ //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.