Modding Help How to change mines layout?

Discussion in 'Mods' started by genman, Jan 26, 2020.

  1. genman

    genman Subatomic Cosmonaut

    I want change mines layout random with content patcher.

    Here is my code
    {
    "Action": "Load",
    "Target": "Maps/Mines/10",
    "FromFile": "assets/11New.tbin"
    },

    but when I launch SDV , nothing happened.
    SMAPI returns an error log :
    [Content Patcher] Can't apply patch SDV Mines Mod - Content Patcher > Load Maps/Mines/10 to Maps\Mines\10: references vanilla tilesheet 'mine' removed in Stardew Valley 1.3.36, should use 'Mines/mine' instead.
    [Content Patcher] Mod incorrectly set asset 'Maps\Mines\10' to a null value; ignoring override.


    I have no idea how to do....
    could anyone give me a help?
     
    • minervamaga

      minervamaga Pangalactic Porcupine

      Your tilesheet paths are wrong. Make sure to follow the guide here for map modding.
       

      Share This Page