TShock 4.5.14 for Terraria 1.4.3.4 #2574
hakusaro
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Thanks for the quick update |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the update, and thanks for keeping the Raspberry Pi supported. Is there somewhere I can donate to this project? |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
/grow
command to reduce code duplication, useTileID
constants for less ambiguous types. (@drunderscore)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.
This discussion was created from the release TShock 4.5.14 for Terraria 1.4.3.4.
Beta Was this translation helpful? Give feedback.
All reactions