rikimoon Posted July 17, 2020 Share Posted July 17, 2020 SMAPI log I am unable to produce the following items using the Artisan Valley Machine Goods Mod. Buckwheat Flour (grinder) to make Buckwheat noodles (extruder)Wheat Flour (grinder) to make Wheat noodles (extruder)Durum Flour (grinder) to make Durum noodles (extruder)Rice Flour (grinder) to make Rice noodles (extruder)Barley Flour (grinder) to make Barley noodles (extruder) All of the Ice Cream (Ice Cream Machine) except the following:Vanilla StrawberryChocolateBlue Angel Lassi (keg) from yogurt or goat yogurt Smooth peanut butter from butter churn I created the following folders within my mods folder:[PFM] extruder[PFM] grinder[PFM] ice cream machine[PFM] butter churn With manifest files using the template found in the PFM folder I added the following to each manifest: [PFM] extruder{ "Name": "Noodles", "Author": "RikiMoon", "Version": "1.0.0", "Description": "Creates a delicious noodle from flour", "UniqueID": "RikiMoon.Noodles", "MinimumApiVersion": "3.0.0", "UpdateKeys": [], "ContentPackFor": {"ProducerName": "Extruder","InputIdentifier": "Barley Flour","InputStack": 1,"MinutesUntilReady": 1600,"OutputIdentifier": "Barley Noodles","Sounds": ["Ship"],"InputIdentifier": "Buckwheat Flour","InputStack": 1,"MinutesUntilReady": 1600,"OutputIdentifier": "Buckwheat Noodles","Sounds": ["Ship"],"InputIdentifier": "Durum Flour","InputStack": 1,"MinutesUntilReady": 1600,"OutputIdentifier": "Durum Noodles","Sounds": ["Ship"],"InputIdentifier": "Rice Flour","InputStack": 1,"MinutesUntilReady": 1600,"OutputIdentifier": "Rice Noodles","Sounds": ["Ship"],"InputIdentifier": "Wheat Flour","InputStack": 1,"MinutesUntilReady": 1600,"OutputIdentifier": "Wheat Noodles","Sounds": ["Ship"], "UniqueID": "DIGUS.ProducerFrameworkMod" }} [PFM] grinder{ "Name": "Flour", "Author": "RikiMoon", "Version": "1.0.0", "Description": "Creates a flour from grain", "UniqueID": "RikiMoon.Flour", "MinimumApiVersion": "3.0.0", "UpdateKeys": [], "ContentPackFor": {"ProducerName": "Grinder","InputIdentifier": "Barley","InputStack": 1,"MinutesUntilReady": 60,"OutputIdentifier": "Barley Flour","Sounds": ["Ship"],"InputIdentifier": "Buckwheat","InputStack": 1,"MinutesUntilReady": 60,"OutputIdentifier": "Buckwheat Flour","Sounds": ["Ship"],"InputIdentifier": "Durum","InputStack": 1,"MinutesUntilReady": 60,"OutputIdentifier": "Durum Flour","Sounds": ["Ship"],"InputIdentifier": "Rice","InputStack": 1,"MinutesUntilReady": 60,"OutputIdentifier": "Rice Flour","Sounds": ["Ship"],"InputIdentifier": "Wheat","InputStack": 1,"MinutesUntilReady": 60,"OutputIdentifier": "Wheat Flour","Sounds": ["Ship"], "UniqueID": "DIGUS.ProducerFrameworkMod" }} [PFM] ice cream machine{ "Name": "IceCream", "Author": "RikiMoon", "Version": "1.0.0", "Description": "Creates a delicious ice cream from milk and other ingredients", "UniqueID": "RikiMoon.IceCream", "MinimumApiVersion": "3.0.0", "UpdateKeys": [], "ContentPackFor": {"ProducerName": "Ice Cream Machine","InputIdentifier": "Raspberry","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"AdditionalFuel":{"Vanilla": 1},"MinutesUntilReady": 120,"OutputIdentifier": "Raspberry Ripple Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Prismatic Shard","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Prismatic Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Orange","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Orange Sherbet","Sounds": ["Ship"],"InputIdentifier": "Mint","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Mint Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Lemon","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Lemon Sherbet","Sounds": ["Ship"],"InputIdentifier": "Lavender","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Lavender Sherbet","Sounds": ["Ship"],"InputIdentifier": "Goat Cheese","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Goat Cheese Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Coffee","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Coffee Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Chocolate Syrup","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"AdditionalFuel":{"Vanilla Ice Cream": 1},"MinutesUntilReady": 120,"OutputIdentifier": "Chocolate Drizzle Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Sprinkles","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"AdditionalFuel":{"Vanilla": 1},"MinutesUntilReady": 120,"OutputIdentifier": "Birthday Cake Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Chewing Gum","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Bubble gum Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Cookies","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Cookie Dough Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Cotton Candy","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Cotton Candy Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Mint","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"AdditionalFuel":{"Chocolate": 1},"MinutesUntilReady": 120,"OutputIdentifier": "Mint Chip Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Yogurt","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"AdditionalFuel":{"Cherries": 1},"MinutesUntilReady": 120,"OutputIdentifier": "Cherry Yogurt Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Cherries","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Cherry Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Banana","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Banana Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Lime","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Lime Sherbet","Sounds": ["Ship"],"InputIdentifier": "Mango","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Mango Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Pumpkin","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"AdditionalFuel":{"Cinnamon Sticks": 1,"Nutmeg": 1},"MinutesUntilReady": 120,"OutputIdentifier": "Pumpkin Swirl Ice Cream","Sounds": ["Ship"],"InputIdentifier": "Pistachio","InputStack": 1,"FuelIdentifier": "-6", //Milk"FuelStack": 1,"MinutesUntilReady": 120,"OutputIdentifier": "Pistachio Ice Cream","Sounds": ["Ship"], "UniqueID": "DIGUS.ProducerFrameworkMod" }} [PFM] butter churn{ "Name": "SmoothPB", "Author": "RikiMoon", "Version": "1.0.0", "Description": "Creates a smooth creamy peanut butter", "UniqueID": "RikiMoon.SmoothPB", "MinimumApiVersion": "3.0.0", "UpdateKeys": [], "ContentPackFor": {"ProducerName": "Butter Churn","InputIdentifier": "Peanut Butter","InputStack": 1,"MinutesUntilReady": 180,"OutputIdentifier": "Smooth Peanut Butter","Sounds": ["Ship"], "UniqueID": "DIGUS.ProducerFrameworkMod" }} SMAPI is able to read and load these mods correctly but spits out the following error once game is in play:[Json Assets] Exception injecting crafting recipe for Hazelnut Ice Cream: System.ArgumentOutOfRangeException: Length cannot be less than zero.Parameter name: length at System.String.Substring(Int32 startIndex, Int32 length) at JsonAssets.Data.ObjectData.Recipe_.GetRecipeString(ObjectData parent) in G:\StardewValley\Mods_1.4\JsonAssets\Data\ObjectData.cs:line 67 at JsonAssets.ContentInjector1.Edit[T](IAssetData asset) in G:\StardewValley\Mods_1.4\JsonAssets\ContentInjector1.cs:line 173[Json Assets] Fixing IDs[Json Assets] Adding default/leveled recipes[Producer Framework Mod] No Output found for 'Campari', producer 'Still' and input 'Bitter Orange'. This rule will be ignored.[Producer Framework Mod] No Output found for 'Champagne', producer 'Keg' and input 'Champagne Grape'. This rule will be ignored.[Producer Framework Mod] No Output found for 'Pistachio Ice Cream', producer 'Ice Cream Machine' and input 'Pistachio'. This rule will be ignored.[Producer Framework Mod] No Output found for 'Champagne Vinegar', producer 'Vinegar Cask' and input 'Champagne Grape'. This rule will be ignored.[Producer Framework Mod] No fuel found for 'Satvia', producer 'Extruder' and input '766'. This rule will be ignored.[Producer Framework Mod] No fuel found for 'Satvia', producer 'Extruder' and input '340'. This rule will be ignored.[Producer Framework Mod] Ignoring content pack: SmoothPB 1.0.0 from C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\[PFM] Butter ChurnIt does not have any of the required files.[Producer Framework Mod] Ignoring content pack: Noodles 1.0.0 from C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\[PFM] ExtruderIt does not have any of the required files.[Producer Framework Mod] Ignoring content pack: Flour 1.0.0 from C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\[PFM] GrinderIt does not have any of the required files.[Producer Framework Mod] Ignoring content pack: IceCream 1.0.0 from C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\[PFM] Ice Cream MachineIt does not have any of the required files.[spaceCore] Doing skill menus"AdditionalFuel":{"Cherries": 1},[sMAPI] Unknown command; type 'help' for a list of available commands.[sMAPI] Unknown command; type 'help' for a list of available commands.[sMAPI] Unknown command; type 'help' for a list of available commands. Please help me. I am new to modding. I am unfamiliar with coding language or terminology. I am an enthusiastic learner. Link to comment Share on other sites More sharing options...
Darcylin Posted October 5, 2020 Share Posted October 5, 2020 I'm also having problems with the extruder. I can make wax, but it won't take my flour to make the noodles. Also, do I need a special recipe to make candles ?One more question...the lady that sells where the ice cream stand is, does she close up shop in the summer or did she move? Thanks! Link to comment Share on other sites More sharing options...
MissCoriel Posted October 5, 2020 Share Posted October 5, 2020 Adding all that to the manifest is the problemThere is another json you needed to edit. Check an existing mod for more information Link to comment Share on other sites More sharing options...
Recommended Posts