WIP [SMAPI] Custom Recipes

Discussion in 'Mods' started by LasurDragon, Oct 19, 2016.

  1. LasurDragon

    LasurDragon Astral Cartographer

    Mod allows you to add new and alter existing crafting recipes without modifying game data files. Just pure JSON and no xnb editing/merging.
    It comes prebundled with four recipes for crafting back 5 ores from each bar type.

    Each item can be specified by id or by name. Unfortunately, not every object can be identified by name, so mod may try to "guess" what item it should select if multiple are found.
    Code:
    {
        /* Recipe name.
        If name is already present in-game, recipe will be modified.
        Otherwise, new will be added. */
        "Name": "Copper Ore",
    
        /* Items required for recipe. */
        "Items": {
            "Copper Bar": 1
        },
    
        /* Item produced by recipe.
        More than 1 result is not currently supported by game. */
        "Result": {
            "Copper Ore": 5
        }
    }
    ObjectInformation.yaml with item ids of Stardew Valley 1.11 can be found here.

    Plans:
    • ability to specify skill and level required to learn recipe
    • cooking recipes customization
     

      Attached Files:

    • mononoyesyeske

      mononoyesyeske Space Hobo

      Hey mate, nice mod, but it seems outdated and SMAPI skipped it.
       
      • Exanedral

        Exanedral Intergalactic Tourist

        I tried to message you, Lasur, but I was wondering if this is still functional? This is exactly what I was looking for.
         
        • Diotheawesome

          Diotheawesome Poptop Tamer

          Kinda broken
           
            IvoAnic likes this.
          • Ichimatsu

            Ichimatsu Pangalactic Porcupine

            You three do realize this mod is 1 year old, right?
             
              DragonDreads likes this.
            • IvoAnic

              IvoAnic Aquatic Astronaut

               
              • IvoAnic

                IvoAnic Aquatic Astronaut

                I Realize
                 

                Share This Page