Is there a better or updated version of this mod out there anywhere? This was very useful but too old to justify adding now, with it's limitations and requirements.
Maybe I didn't install everything correctly, but hm... How do I find the recipes for the new seed makers? I seem to only have the vanilla seed maker on my crafting tab, and I'm already max level on every skill...
Edit: Never mind, I forgot to install THIS one mod when I was worried about installing al the required mods hahahaha
I've been working with the seed makers, they work fine, copper, iron, gold, no problem.
But when I went to craft a iridium one, things got...strange.
As soon as iI selected it, it immediatley turned into a stardrop fruit, and gave me the little cutscene of when you eat one.
At first I thought this was a reward for crafting one, but each time i crafted one, another stardrop fruit. Even by using item spawner, it does the same.
Hello! Thank you for mod! I added Chinese translation for mod. I will be happy if you want to add Chinese translation to the next update. https://www.dropbox.com/s/zcejqxumwwt9ncj/%5BJA%5D%20Upgraded%20Seed%20Makers-Chinese.zip?dl=0
Any interaction with this? Better Quality Increased Seeds - Vanilla for PFM ( https://www.nexusmods.com/stardewvalley/mods/5003 ) I'm assuming not (or perhaps a conflict). But I like the idea of upgrading the seed maker, and the quality of fruits also having a role in the output. So I figured I ask.
Ah I see now. I was just poking around and figured out I could make it do what I want by editing ProducerRules.json by comparing that mod and this. I slapped together a script to edit it because no way am I doing all that by hand LOL. The result works great.
In case you are interested - https://www.dropbox.com/s/7t2j2g18hja3oa1/ProducerRules.json?dl=0
I took your values and multiplied for the crops quality silver x 1.25 gold x 1.5 iridium x 2 converted to integers (floor) and with a little variance the max value is that + 2. If you wanted me to generate that file again but tweaked a little differently, I can easily do so (assuming you where interested in doing anything like that to start with).
Also FYI - JSON syntax doesn't have (nor allow) a comma following the last item in an array or object. Although the JSON Assets mod apparently doesn't care. I had to clean that up to process the file with the script(which does care about syntax). While JSON Assets may not care, it means you can't run your file through one of those handy JSON Lint checkers, so that could make your life harder down the line.
edit: For anyone else reading, that file doesn't require the other mod I referenced. It merely is an edited JSON file for this mod.
@Th3Tob1 1. Download Notepad++ and open the file I provided with it. 2. <CTRL> + <F> to bring open the search window, then click the Replace tab in it 3. Replace "FuelIdentifier": "771", with a blank line and click "Replace All", then save it when done. Though that fuel is likely there for some degree of balance. I kinda think the file I posted is too powerful already. But if you want no fuel, that's how you' can do it.
Oh that's super cool XD Would you mind if I put that in optional files? For anyone wanting the mix of upgraded seed makers and the crop quality (I am planning to get farmer to florist crops in here when I've got time, so if you wouldn't mind generating that script again when I've updated this, that would be awesome) and thank you for the heads up about the syntax stuff - I'm am most definitely not a coder or modder in anyway, so I kinda hodgepodge things as i go - that will really help in future.
Yeah use that file however you want. And yeah I can regenerate it easily if you are adding more support in. If not here, you can also contact me https://steamcommunity.com/id/bk3000/ or I also check this often https://community.playstarbound.com/members/bk3k.395551/ Or I could just generate it after you post an update. However you like.
Hi - if you could give me a little more info, and double check a couple things as well, I can see if I can help. First, have you downloaded the required mods for this to run - so Producer Framework Mod and JSON assets(which needs SpaceCore to work). and are they installed correctly? Second, if they are installed correctly, are you getting any error logs in SMAPI? and if you are, could you use this link https://smapi.io/log and follow the instructions so I can have a look for you
30 comments
Edit: nevermind im mcfuckin stupid :')
I seem to only have the vanilla seed maker on my crafting tab, and I'm already max level on every skill...
Edit: Never mind, I forgot to install THIS one mod when I was worried about installing al the required mods hahahaha
I've been working with the seed makers, they work fine, copper, iron, gold, no problem.
But when I went to craft a iridium one, things got...strange.
As soon as iI selected it, it immediatley turned into a stardrop fruit, and gave me the little cutscene of when you eat one.
At first I thought this was a reward for crafting one, but each time i crafted one, another stardrop fruit. Even by using item spawner, it does the same.
Just...why?
I will be happy if you want to add Chinese translation to the next update.
https://www.dropbox.com/s/zcejqxumwwt9ncj/%5BJA%5D%20Upgraded%20Seed%20Makers-Chinese.zip?dl=0
I'm assuming not (or perhaps a conflict). But I like the idea of upgrading the seed maker, and the quality of fruits also having a role in the output. So I figured I ask.
In case you are interested - https://www.dropbox.com/s/7t2j2g18hja3oa1/ProducerRules.json?dl=0
I took your values and multiplied for the crops quality
silver x 1.25
gold x 1.5
iridium x 2
converted to integers (floor) and with a little variance the max value is that + 2.
If you wanted me to generate that file again but tweaked a little differently, I can easily do so (assuming you where interested in doing anything like that to start with).
Also FYI - JSON syntax doesn't have (nor allow) a comma following the last item in an array or object. Although the JSON Assets mod apparently doesn't care. I had to clean that up to process the file with the script(which does care about syntax). While JSON Assets may not care, it means you can't run your file through one of those handy JSON Lint checkers, so that could make your life harder down the line.
edit:
For anyone else reading, that file doesn't require the other mod I referenced. It merely is an edited JSON file for this mod.
1. Download Notepad++ and open the file I provided with it.
2. <CTRL> + <F> to bring open the search window, then click the Replace tab in it
3. Replace
"FuelIdentifier": "771",
with a blank line and click "Replace All", then save it when done.
Though that fuel is likely there for some degree of balance. I kinda think the file I posted is too powerful already. But if you want no fuel, that's how you' can do it.
(I am planning to get farmer to florist crops in here when I've got time, so if you wouldn't mind generating that script again when I've updated this, that would be awesome)
and thank you for the heads up about the syntax stuff - I'm am most definitely not a coder or modder in anyway, so I kinda hodgepodge things as i go - that will really help in future.
https://steamcommunity.com/id/bk3000/
or I also check this often
https://community.playstarbound.com/members/bk3k.395551/
Or I could just generate it after you post an update. However you like.
First, have you downloaded the required mods for this to run - so Producer Framework Mod and JSON assets(which needs SpaceCore to work). and are they installed correctly?
Second, if they are installed correctly, are you getting any error logs in SMAPI? and if you are, could you use this link https://smapi.io/log and follow the instructions so I can have a look for you