Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

Tags for this mod

14 comments

  1. amairylle
    amairylle
    • member
    • 0 kudos
    Hello! I added this mod to my game, but I never received the recipe, I think because I was past level 6 when I installed it? is there any way to force myself to get the recipe without starting a new game?
    1. aedenthorn
      aedenthorn
      • premium
      • 1,256 kudos
      you could edit the big-craftable.json file in the assets/json-assets/BigCraftables/Mine Shaft folder. Remove the following:

          "SkillUnlockName": "Mining",
          "SkillUnlockLevel": 6,

      and add

          "IsDefault": true,
    2. whitelgdst
      whitelgdst
      • member
      • 0 kudos
      I'm not seeing the recipe either.  I modified big-craftable.json file as described but it didn't help.  I removed all other mods with only this one and it's prereqs available and I still don't see the recipe.  
    3. nerotonin
      nerotonin
      • member
      • 0 kudos
      There are some syntax error in the file. you should try
      1. delete   "SkillUnlockName": "Mining",    and everything after that line
      2. put "IsDefault": true    inside recipe  (below "CanPurchase": false,)
      3. put } at the end of file
      4. check for syntax error
      4.1 {} come in pair
      4.2 , is for separate code. so the last one must not have ,

      the big-craftable.json should look something like this
      {
        "Name": "Mine Shaft",
        "Description": "It's a hole.",
        "Price": 0,
        "Category": "Crafting",
        "Recipe":  {
        "ResultCount": 1,
        "Ingredients": [
        {
      "Object": 390,
      "Count": 200,
        },
        ],
        "CanPurchase": false,
      "IsDefault": true
        }
      }
      sorry in advance if it not working because I'm having a hardware problem and cannot test.


    4. Vec22
      Vec22
      • member
      • 0 kudos
      Edit the file big-craftable.json to make it show (nerotonin's syntax was close but does not work):


      {
        "Name": "Mine Shaft",
        "Description": "It's a hole.",
        "Price": 0,
        "Category": "Crafting",
        "Recipe":     {
              "ResultCount": 1,
              "Ingredients": [
              {
                  "Object": 390,
                  "Count": 200,
              },
              ],
              "CanPurchase": false,
              "IsDefault": true,
        },
        "NameLocalization":
        {
      // "es": "",
          // "ko": "",
          // "de": "",
          // "fr": "",
          // "hu": "",
          // "it": "",
          // "ja": "",
          // "pt": "",
          // "ru": "",
          // "tr": "",
          // "zh":"",
        },
        "DescriptionLocalization":
        {
      // "es": "",
          // "ko": "",
          // "de": "",
          // "fr": "",
          // "hu": "",
          // "it": "",
          // "ja": "",
          // "pt": "",
          // "ru": "",
          // "tr": "",
          // "zh":"",
        },
      }
  2. Vec22
    Vec22
    • member
    • 0 kudos
    <removed>
  3. IVanillinI
    IVanillinI
    • supporter
    • 16 kudos
    Can I disable use in a normal mine?
  4. imranies
    imranies
    • member
    • 0 kudos
    i set the percentage dmg to 0, but still received damage. did i do something wrong?
  5. choichoi46
    choichoi46
    • member
    • 0 kudos
    does this mod support multiplayer?
    1. aedenthorn
      aedenthorn
      • premium
      • 1,256 kudos
      I'm sorry, I don't really know enough about how multiplayer works to answer this. It relies on modified textures, I assume everyone would have to have this mod installed? The functions it overrides shouldn't change anything about how mulitplayer works. I'm pretty sure it wouldn't cause any problems in MP, at worst I think it would just look strange to someone watching you place and jump down an invisible (to them) mineshaft.
  6. CoalMinerGirl76
    CoalMinerGirl76
    • member
    • 1 kudos
    does this mod overwrite the original vanilla shafts .. like if I find one normally and jump in will I fall the game's default floors or will I fall the number of floors I configured on the mod?
    1. aedenthorn
      aedenthorn
      • premium
      • 1,256 kudos
      Yes, if you modify those two values it will affect ordinary mine shafts as well.
    2. CoalMinerGirl76
      CoalMinerGirl76
      • member
      • 1 kudos
      okay, thank you :)
  7. samanthaleviosa
    samanthaleviosa
    • member
    • 0 kudos
    This is an awesome idea.