Mod is compatible with Stardew Valley 1.6 you can grab latest file if you updated your SMAPI and PFM. otherwise if you prefer to stay on older version grab older file, it should work with SW 1.5.6 and older SMAPI/PFM
So this mod doesn't work well with automate. The seeds can be put into a box, but the sap needs to be in your inventory to pull out to make coal. If you put the sap in the box with the seeds, the kiln will not recognize there is sap available. But if you put the sap in your inventory, it uses the sap to make coal. I don't know how to fix something like that. I know the furnace pulls both the material and fuel from a box with automate.
it's some issue within Automate and PFM as my mod only passes production rules to PFM by utilizing its own syntax and it should work like it worked before. I'll wait to see if there are any updates to PFM and Automate mods and if I'll need to change my mod to reflect that. For now I can't fix it because it's out of my reach.
No prob, thanks for responding. I still like the mod very much, such a good idea for using all those extra seeds. At some point I hope you incorporate Generic Mod Config Menu so you can change the amount of seeds/sap used in game.
idk man 50 seeds for measly 10 charcoal at best is really not worth it tbh, like, you only really struggle to get coal in the early mid game, at which point you also not gonna have like 1000 tree seeds sitting around to convert to coals, could you perhaps reduce the required amount of seeds down to like 20?
it's more end game thing, you'll be getting chests full of tree seeds and sap because you will need so much wood to build all machines and whatnot. tree seeds and sap is the byproduct and you will be planting less trees than you have seeds for. therefore 3-10 coal from 50 seeds. you need 10 wood to make 1 coal in vanilla game.
you can edit it in file to set whatever you want. open ProducerRules.json and change numbers in "OutputStack": "3", "OutputMaxStack": "10"
to get more coal or change "InputStack" from 50 to whatever number you want. it's all configurable.
7 comments
you can grab latest file if you updated your SMAPI and PFM. otherwise if you prefer to stay on older version grab older file, it should work with SW 1.5.6 and older SMAPI/PFM
you can edit it in file to set whatever you want. open ProducerRules.json and change numbers in
"OutputStack": "3",
"OutputMaxStack": "10"
to get more coal or change "InputStack" from 50 to whatever number you want. it's all configurable.