0 of 0

File information

Last updated

Original upload

Created by

thedefside

Uploaded by

thedefside

Virus scan

Safe to use

Tags for this mod

16 comments

  1. anormal03
    anormal03
    • member
    • 0 kudos
    The mod IS working fine.

    Just a little reminder to back up the conf file and remember to set those configs true.

    Also remember to update the requirements. The mod is working with Jotunn lib mod as requirement.
  2. ElDonRobinHood
    ElDonRobinHood
    • member
    • 0 kudos
    Still works perfectly fine with VH v0.217.14 (Hildir) and v0.217.24
  3. monolithtma
    monolithtma
    • premium
    • 5 kudos
    Latest Valheim update broke this mod.
  4. xoham
    xoham
    • member
    • 1 kudos
    Can this be updated for Mistlands?  I would really like to make 10 omelettes at a time.
    1. thedefside
      thedefside
      • member
      • 3 kudos
      just add this to the json file:

      {
          "RecipeName": "Recipe_MushroomOmelette",
          "Multiplier": 10,
          "Enabled": true
      }
    2. xoham
      xoham
      • member
      • 1 kudos
      That worked perfectly thanks.  It is nice that it is easily extended without a new version.
  5. ensssss
    ensssss
    • supporter
    • 47 kudos
    It would be nice if there was an alternative default json that included some defaults. I've never played through Valheim, so I don't know all items, and having to close the game and edit the json file for each new recipe I discover that I want to craft multiples of is almost even more tedious than clicking craft 2000 times.
  6. JotaEme88
    JotaEme88
    • member
    • 4 kudos
    Great mod mate! The amount of clicks and time it saves is awesome. There is a minor issue though, the "higher lvl" recipes are still craftable even if your Cauldron isn't at the required lvl, is it possible to fix it? Understandable if it's not worth the hassle! Thank you for your work!
    1. thedefside
      thedefside
      • member
      • 3 kudos
      Thanks for letting me know! It should be fixed in the version I just uploaded.
    2. JotaEme88
      JotaEme88
      • member
      • 4 kudos
      Thank you!
  7. djoveryde1
    djoveryde1
    • member
    • 0 kudos
    Great mod but isn't there a way of instead of having to set up x amounts of items perhaps just add an option to just type how many of any item you want in game? So If I wanted 10 of something I can just type 10 (or slide), makes it so you don't have to spend your time constantly setting up recipes for items. It can then be set to work on all items.
    1. thedefside
      thedefside
      • member
      • 3 kudos
      "isn't there a way of instead of having to set up x amounts of items perhaps just add an option to just type how many of any item you want in
      game?"

      No, that's not how crafting works in Valheim. I t would take a lot more effort to change it.

      "makes it so you don't have to spend your time constantly setting up recipes for items."

      It only took me a few minutes to go through the whole file and set up the recipes I wanted and I've never had to edit the file again. Surely the time this mod saves you in crafting is worth the time it takes to edit file.
    2. BoojiePanda
      BoojiePanda
      • supporter
      • 1 kudos
      Can you add your addon to the Configuration Manager?
    3. thedefside
      thedefside
      • member
      • 3 kudos
      There are no configuration options for the mod itself.
  8. Mansaylon
    Mansaylon
    • member
    • 0 kudos
    Hi
    Idea is really good. But the configuration is extremely confusing.
    And why not include a thedefside.RecipeX.json file in the download?
    Does this file also work if you add a CR (Enter) to each item so that it becomes clearer?
    1. thedefside
      thedefside
      • member
      • 3 kudos
      If I included the file and you made changes to it and then updated the mod it would overwrite your changes.

      To format the json so it is easier to edit, follow these steps:

      • Open a web browser.
      • Go to vscode.dev
      • drag and drop the Json file onto the vs code window
      • Right click -> Format document.
      • Ctrl+S to save.