This update adds preliminary support for Terraria 1.4.3.4, which is primarily a maintenance release that adds support for the Steam Deck!
Thank you to everyone who gave us feedback about Raspberry Pi and arm support. We do not intend to discontinue support for arm, based on your feedback.
Notable changes
- Improved the
/grow
command to reduce code duplication, useTileID
constants for less ambiguous types. (@drunderscore) - Fixed item dupe via /logout & NPC. (@Terrarxxn)
- Added preliminary support for Terraria 1.4.3.4. Note that this has the side-effect of adding
IEntitySource
as the first parameter toItem.NewItem
andNPC.NewNPC
, and inTSAPI
,NpcLootDropEventArgs
passesIEntitySource
asSource
. If you're updating a plugin, you can either make something that implements withIEntitySource
or just usenew EntitySource_DebugCommand()
like TShock does. (@SignatureBeef, @Patrikkk, @hakusaro)
Upgrading
To upgrade TShock, replace all of the files in the location of your server installation with all of the files from the release zip we provide. Overwrite all files. No data will be lost.