Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 94193c8

Browse files
committed
Added link to homepage
1 parent 5294829 commit 94193c8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shop expander aims to solve a problem encountered by many players using multiple
44

55
This mod solves the problem, by modifying tModLoader's shop setup process. It provides each mod with a new empty inventory to put items in, then combines the inventories. This new Expanded shop is then divided into pages for displaying. As a bonus, you also get a full 28 slot empty page for the buyback buffer.
66

7-
For more game-play info visit the mod's home page on the Terraria Forums: {{INSERT LINK HERE}}
7+
For more game-play info visit the mod's home page on the Terraria Forums: https://forums.terraria.org/index.php?threads/shop-expander.78272/
88

99
## How it works
1010

ShopExpander/build.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ buildIgnore = .gitignore, .gitattributes, *.csproj*, *.sln, *.targets, .git/*, .
77
hideCode = false
88
hideResources = false
99
includeSource = true
10+
homepage = https://forums.terraria.org/index.php?threads/shop-expander.78272/
1011
side = Client

SillyDaftMod/build.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ includePDB = false
55
buildIgnore = .gitignore, .gitattributes, *.csproj*, *.sln, *.targets, .git/*, .vs/*, bin/*, obj/*, *.xcf, lib/ReLogic.dll
66
hideCode = false
77
hideResources = false
8-
includeSource = true
8+
includeSource = true
9+
homepage = https://forums.terraria.org/index.php?threads/shop-expander.78272/

0 commit comments

Comments
 (0)