From 783a8070e51c6f49905993a7531bb703cf1ac66e Mon Sep 17 00:00:00 2001 From: janavarro95 Date: Sun, 24 Apr 2016 22:51:35 -0700 Subject: [PATCH] Update ReadMe.md --- CustomShopMod_Redux_GUI/ReadMe.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CustomShopMod_Redux_GUI/ReadMe.md b/CustomShopMod_Redux_GUI/ReadMe.md index 94fccd57..1449ea62 100644 --- a/CustomShopMod_Redux_GUI/ReadMe.md +++ b/CustomShopMod_Redux_GUI/ReadMe.md @@ -10,15 +10,6 @@ This is the custom_shop_mod_redux which is a second, much better attempt at addi Basically making a custom shop is as simple as following the formatting in the pre-existsing custom_shops in a new text file. -If you ever wish to call the mod without the menu in your own mod, simply call shop_file_call("myfilename.txt") in your Stardew Valley Mod. -(Make sure you add a reference to this mod.) - -The full call would look something like. - -Custom_Shop_Mod_Redux.Class1.shop_file_call("file.txt"); - -Where file.txt is the name of the shop info you wish to open. - Make sure the formatting is correct otherwise you will get errors! Have fun with this one! I hope to see all of the custom shops that you all put out!