Skip to content

Commit 5cc73d8

Browse files
committed
Updated Build.txt
1 parent 7cab398 commit 5cc73d8

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

.vs/StructureHelper/v17/.suo

2 KB
Binary file not shown.

2022.3/StructureHelper.tmod

148 KB
Binary file not shown.

build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
displayName = Structure Helper
22
author = ScalarVector
33
version = 2.0.0
4-
homepage = https://forums.terraria.org/index.php?threads/scalies-structurizer-a-worldgen-helper-library.87189/
4+
homepage = https://forums.terraria.org/index.php?threads/scalars-structurizer-a-worldgen-helper-library.87189/

description.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
NOTE: StructureHelper 2.0.0 is incompatible with structure files from 1.X.X versions of the mod! You will have to manually port your structrues over to use them!
2+
13
StructureHelper is a simple tool which allows mod creators to build world generation structures in-game and save them to external files, as opposed to manually encoding them into their source code, usually to the detriment of readability and organization. The nature of structures being saved to external files also allows for better organization, sharing, and editing/replacement of structures. The mod can also be used as a sort of world-editor allowing you to easily copy/paste sections of your world around.
24

35
The mod contains a number of features which give you a large amount of control over the structures you create and save, such as null tiles/walls and multistructures. These allow you to create complex generation with significantly less complex code.

workshop.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"WorkshopPublishedVersion": 1,
3+
"ContentType": "Mod",
4+
"SteamEntryId": 2790924965,
5+
"Publicity": 2
6+
}

0 commit comments

Comments
 (0)