ChroniclerCherry / stardew-valley-mods

A collection of my mods for the game Stardew Valley
GNU General Public License v3.0
44 stars 40 forks source link

vanilla shop not changed? #80

Open Emilinrose opened 1 year ago

Emilinrose commented 1 year ago

i don't know if im doing something wrong, but it doesnt look like i am i don't think, and yet the vanilla shop isn't changed.

`{ "Shops": [ { "ShopName": "WillyShop", "ReplaceInsteadOfAdd": false, "ShopPrice": -1, "MaxNumItemsSoldInStore": 2147483647, "ItemStocks": [

  ///start of block for each itemstock. Each shop can have as many of these as you want
    {
      "ItemType": "Object",
      "IsRecipe": false,
      "StockPrice": 200,
      "Quality": 1,
      "ItemNames": ["Seaweed"],
    },
    {
      "ItemType": "Object",
      "IsRecipe": false,
      "StockPrice": 100,
      "Quality": 1,
      "ItemNames": ["Green Algae"],
    },
    {
      "ItemType": "Object",
      "IsRecipe": false,
      "StockPrice": 400,
      "Quality": 1,
      "ItemNames": ["White Algae"],
    },
   ///end of block for each itemstock.
  ]
},
///end of block for each vanilla shop

] }`

calephelis commented 1 year ago

Not sure if you've already figured it out by now, but just in case -- you need to change the "Shops" field to "VanillaShops".