File information

Last updated

Original upload

Created by

Xangria

Uploaded by

Xangriaa

Virus scan

Safe to use

Tags for this mod

31 comments

  1. McKaid091
    McKaid091
    • member
    • 0 kudos
    I've got all the right supporting mods, but SMAPI says it skipped the Fantasy mod because "StardewFantasy1.2\StardewFantasy because it's not a SMAPI mod (see https://smapi.io/xnb for info)."

    As far as I could see, it is a SMAPI mod, so do you know why this error would happen?
    1. Mazzons
      Mazzons
      • premium
      • 19 kudos
      first it's because need a manifest.json file: 
      {
        "Name": "Stardew Fantasy",
        "Author": "Xangria",
        "Version": "1.1.0",
        "MinimumApiVersion": "3.7.0",
        "Description": "Various fantasy items for SDV",
        "UniqueID": "Xangria.stardewfantasy",
        "ContentPackFor": {
          "UniqueID": "spacechase0.JsonAssets"
        },
        "UpdateKeys": [
          "Nexus:1724"
        ],
      }

      but I load this, but I think the config files are in late format in show is not have a manifest.json inside each file but doesn't need.
  2. HerbanLeg3nd
    HerbanLeg3nd
    • premium
    • 0 kudos
    So wait... these are just to sell? The Philosopher's Stone doesn't turn my axe into gold quality?
  3. ComfortablyWeak
    ComfortablyWeak
    • member
    • 0 kudos
    it wont load for me because theres no manifest or config
    edit: never mind everything is fine now

    1. trashcanwannabe
      trashcanwannabe
      • member
      • 0 kudos
      how did u fix it? I have the same problem
    2. Eeveereest
      Eeveereest
      • member
      • 2 kudos
      rename the content-pack.json to manifest.json
    3. Eeveereest
      Eeveereest
      • member
      • 2 kudos
      and replace the text inside with

      {
      "Name": "Stardew Fantasy",
      "Author": "Xangria",
      "Description": "Various fantasy items for SDV",
      "Version": "1.2",
      "UniqueID": "XangriaStardewFantasy",
      "ContentPackFor": {
      "UniqueID": "spacechase0.JsonAssets"
      }
      }
    4. Firstborndragon
      Firstborndragon
      • supporter
      • 0 kudos
      I did that and it's still not loading for me.

      Edit: Okay it seems moving all the files out of the 3rd folder into the 2nd folder worked.
  4. Klempeu
    Klempeu
    • member
    • 0 kudos
    Hello! I really like your mod but, i think you should balance the price of specifics seed. Actually, with seed maker, you can sell like 60 1UP mushroom seed for 40 000 gold... Wich is really broken !
  5. skyraven02
    skyraven02
    • member
    • 0 kudos
    Can't load stardew fantasy because it doesn't have a manifest.

    https://log.smapi.io/f4eiASgT
  6. skyraven02
    skyraven02
    • member
    • 0 kudos
    Smapi says it can't interject recipes

    https://log.smapi.io/PGS2MPJY
  7. 2dIsCute
    2dIsCute
    • member
    • 0 kudos
    Told me there was an error interjecting the recipe for chocolate frogs.
    1. Xangriaa
      Xangriaa
      • supporter
      • 2 kudos
      Sorry you're having issues! Could you use this too to send me your SMAPI log? https://log.smapi.io/
  8. HueyChewwy
    HueyChewwy
    • member
    • 0 kudos
    Having the same issue of the content for this mod not appearing. I'm not really sure where I have gone wrong, have the right mods installed in the right places. Below is my SMAPI log if anyone would like to help.

    https://log.smapi.io/x3D1fptn
    1. Xangriaa
      Xangriaa
      • supporter
      • 2 kudos
      Looking at your log, Json Assets is having an issue with several of the tea recipes. It never gets to loading my content because of the errors. Try checking the pack that includes tea (More Food, I think is it) and see it's author can help. I will still try to see if I can reproduce the error on my end and let you know if I figure it out. Sorry you're having trouble!
    2. HueyChewwy
      HueyChewwy
      • member
      • 0 kudos
      Thank you! What I need to do is replace my content folder with objects that do not contain the tea mods. Currently trying to fix another problem but I might need to reinstall the original content folder to get rid of the tea mod.
  9. Defention
    Defention
    • member
    • 0 kudos
    Buster Blade or riot.
    1. Xangriaa
      Xangriaa
      • supporter
      • 2 kudos
      I'll consider adding weapons in the future, but it's not currently in my plans. You might check Nightmare's Additional Weaponry mod (https://rd.nexusmods.com/stardewvalley/mods/393). I've used it in the past, and I am pretty sure it includes the Buster Sword.
  10. skyraven02
    skyraven02
    • member
    • 0 kudos
    my mod is not working. i downloaded all the required mods and none of the items for this mod are showing up
    1. Xangriaa
      Xangriaa
      • supporter
      • 2 kudos
      Could I see your SMAPI log?
    2. skyraven02
      skyraven02
      • member
      • 0 kudos
      https://log.smapi.io/iNKYb7Gg
    3. Xangriaa
      Xangriaa
      • supporter
      • 2 kudos
      Ok. It looks like it could be one of 2 things. I see two versions of the Fruits and Veggies mod trying to be loaded, so it could be complaining about those duplicates. If not, then just try loading it a couple times. I've seen that error before and trying to reload my save seemed to work fine after a couple tries. If it still doesn't work, let me know. Sorry for the trouble!
    4. skyraven02
      skyraven02
      • member
      • 0 kudos
      the fruits and veggies mods are two different mods one is just crops and one is just trees
    5. Xangriaa
      Xangriaa
      • supporter
      • 2 kudos
      I just loaded my game with the updated fruits and veggies mod and I'm getting the same error now. It looks like several others posted on the discussion for it and are having problems as well.
    6. Xangriaa
      Xangriaa
      • supporter
      • 2 kudos
      The error is occurring due to the recipes mod. It accidentally added passion fruit as an object. So the latest update of Fruits and Veggies, which added passion fruit that was missing from it, made Json Assests see it as a duplicate. To fix this, delete the passion fruit folder from the objects section of the Recipes mod. Let me know if you have any other issues.