Skip to content

Commit 88bda63

Browse files
author
Zack Piispanen
committed
Update for 1.2.3.1
1 parent a6ffa87 commit 88bda63

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

InvincibleTiles/DLL/TShockAPI.dll

51.5 KB
Binary file not shown.
645 KB
Binary file not shown.

InvincibleTiles/InvincibleTiles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace InvincibleTiles
1313
{
14-
[ApiVersion(1,14)]
14+
[ApiVersion(1,16)]
1515
public class InvincibleTiles : TerrariaPlugin
1616
{
1717
private List<int> blacklistedTiles = new List<int>();

InvincibleTiles/InvincibleTiles.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@
5656
<Reference Include="Microsoft.CSharp" />
5757
<Reference Include="System.Data" />
5858
<Reference Include="System.Xml" />
59-
<Reference Include="TerrariaServer">
59+
<Reference Include="TerrariaServer, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
60+
<SpecificVersion>False</SpecificVersion>
61+
<ExecutableExtension>.exe</ExecutableExtension>
6062
<HintPath>DLL\TerrariaServer.exe</HintPath>
6163
</Reference>
62-
<Reference Include="TShockAPI">
64+
<Reference Include="TShockAPI, Version=3.6.0.204, Culture=neutral, processorArchitecture=MSIL">
65+
<SpecificVersion>False</SpecificVersion>
6366
<HintPath>DLL\TShockAPI.dll</HintPath>
6467
</Reference>
6568
</ItemGroup>

0 commit comments

Comments
 (0)