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

Quote doesn’t work. #70

Open ChaRosts opened 2 years ago

ChaRosts commented 2 years ago

Here’s the code: { "Shops": [ { "ShopName":"DarkShop", "CategoriesToSellHere" : [-81 , -75], "PortraitPath":"assets/Shop/KalarosShop.png", "Quote":"This is a store!", "ShopPrice": 0, "ItemStocks":[ { "ItemType":"Object", "ItemNames":["Prismatic Shard"], "StockItemCurrency":"Void Essence", "StockCurrencyStack":100, "Stock":1 } ], } The store can be opened, but there’s no image and Quote, and when I compare it to the other mods, I don’t see any problem, and I want to know how to fix it.

greyivy commented 1 year ago

Also experiencing this. I tried to fix it but I can't get the framework to build.