Sadly I dont actually play SDV anymore and have no intention of maintaining this mod, but it was incredibly simple to make the first time, so if you'd like to make an updated version for your own personal use, you can probably just look up a tutorial on how to use CFR. It's really simple, it's basically just a text document where you enter input, output, time, etc. I have no idea if the format has changed since then, but if not, it should be really easy to port this to the newest version.
You really only need to make a single manifest.json file with this info to make the mod function as new. Copy Paste the code if you want... Though seeing as you're no longer playing, would you mind if I made a re-release of it?
10 comments
Edit: I think I did it. I modified the files and it worked! If you want I can send you the files to update. Put it in the folder ...\Mods\
{
"Name": "Geode Upgrader",
"Author": "SuperPiggeh778",
"Description": "Geode Upgrader for CFR",
"Version": "1.0.0",
"UniqueID": "geo.upg",
"ContentPackFor": {
"UniqueID": "Platonymous.CustomFarming"
},
}
{
"index": 535,
"time": 1200,
"materials":
[
{
"index": 749,
"stack": 1
}
]
}
assuming this is the line of omni geode convected to basic geodes?
You can fix it yourself if you make a manifest.json file and fill it with the following informaiton.
{
"Name": "Geode Upgrader",
"Author": "SuperPiggeh778",
"Description": "Geode Upgrader for CFR",
"Version": "1.0.0",
"UniqueID": "geo.upg",
"ContentPackFor": {
"UniqueID": "Platonymous.CustomFarming"
},
}
EDIT: So looking at the source code, it just makes Omni Geode's into basic geodes, wasting 50 stone.