Survivalistic Mod here: https://www.nexusmods.com/stardewvalley/mods/12179
Some outputs of this script can be downloaded here: link
The download above currently includes database jsons for:
- Milkshakes (
ApollosNight.Milkshakes_edibles
) - Sweet Tooth (
Aquilegia.SweetTooth_edibles
) - Bugmeat Recipes (
BlatantDecoy.BugmeatRecipes_edibles
) - Bonster's Recipes (
Bonster.Recipes_edibles
,Bonster.Adv.Recipes_edibles
) - Okay Recipes (
CopperSun.OkayRecipes_edibles
) - Dutch Pancakes (
Darcy91.DutchPancakes_edibles
) - Cocoa Plant and Chocolate Cooking (
eorl.CocoaPlant_edibles
) - Frozen Yogurt (
Failsplat.FroyoJA_edibles
,Failsplat.FroyoFantasyJA_edibles
) - Edible Gels (
Failsplat.GelFoodsJA_edibles
) - Champagne Wishes (
fwippy.champagnewishes_edibles
) - Always Raining in the Valley - Custom NPCs for East Scarp (
Himetarts.ARV.JA
) - Elfin Tea (
IYAHO.ElfinTea_edibles
) - Tea Time (
jfujii.TeaTime_edibles
) - Ksoul - Jeon (Korean Stype Pancake and Fillet (
Kaka.Jeon_edibles
) - Ksoul - Tteok (Korean Style Dessert) (
Kaka.Tteok_edibles
) - Ksoul's Ingredient and Machine (
Kaka.IngMacKsoul_edibles
) - Kimchi - Traditional Korean Food (
Kaka.Kimchi_edibles
) - Korean Style Big Jar - Jangdok (
Kaka.Jangdok_edibles
) - Cherry Blossom Cafe (
KAYA.CherryBlossomCafe_edibles
) - Kaya Jam (
KAYA.KayaJam_edibles
) - Turkish Dessert (
KAYA.TurkishDessert_edibles
) - Farmer to Florist (
kildarien.farmertoflorist_edibles
) - East Scarp (
LemurKat.EastScarpe.JA
) - Make Curry (
MakefromCurry_edibles
) - Mizu's Flowers (
mizu.flowers_edibles
) - Fresh Meat (
paradigmnomad.freshmeat_edibles
) - More Recipes (
paradigmnomad.morefood_edibles
) - Artisan Valley (
ppja.artisanvalleymachinegoods_edibles
) - Christmas Sweets (
ppja.christmassweets_edibles
) - Even More Recipes (
ppja.evenmorerecipes_edibles
) - More Trees (
ppja.moretrees_edibles
) - Starbrew Valley (
ppja.starbrewvalley_edibles
) - Ridgeside Valley (
Rafseazz.RSVJA_edibles
) - Baker's Life (
Ritsune.BakersLifeJA_edibles
) - Chocolatier (
Ritsune.ChocolatierJA_edibles
) - English Country Garden - Herbal Teas (
runswithpencils.HerbalTeaGarden_edibles
,runswithpencils.Recipes_edibles
) - SSaturn's Oriental Kitchen (
SSaturn.OrientalKitchen_edibles
,SSaturn.OrientalKitchen.withOthers_edibles
,SSaturn.OrientalKitchen.withMoreTrees_edibles
,SSaturn.OrientalKitchen.withFruitsVeggies_edibles
,SSaturn.OrientalKitchen.withFreshMeat_edibles
,SSaturn.OrientalKitchen.withBonstersCrops_edibles
,SSaturn.OrientalKitchen.withArtisanValley_edibles
) - SSaturn's Tropical Farm (
SSaturn.TropicalFarm_edibles
) - Floral Liqueurs (
Tithrandel.FloralLiqueursJA_edibles
,Tithrandel.FloralLiqueursJAforMods_edibles
) - Lunar New Year Foods (
violetlizabet.JA.LunarFoods_edibles
) - Cakes and Creams (
Vyranity.CakesAndCreams_edibles
) - The Void Recipes (
Ylgnik.VoidFood_edibles
)
Also added to the pack, conversion by Dimentiza on Nexus:
- Forage of Ferngill (
StunkyMcDoo.ForageofFerngill.JA_edibles
)
If you download that, remember to place them inside the Databases
directory, found at Survivalistic/assets/Databases
.
- clone the project from GitHub
- open the terminal, and run
npm install
- Create two empty directories in the
survivalistic-db-generator
directory, one calledinput
and one calledoutput
. - Copy the Object directory of the package you want to convert into the
input
directory - Open the terminal inside the
survivalistic-db-generator
directory, then runnpm start [mod.uniqueId]
(the mod's unique ID can be found in itsmanifest.json
- Move the json generated in the
output
directory to Survivalistic's database directory (found inSurivalistic/assets/Databases
)
You'll need node.js and npm, instructions found here
I use Windows Terminal, download found here