Skip to content

Commit

Permalink
v0.5, AutoSell mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Jun 9, 2020
1 parent bdc5f3a commit a8b9684
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions AutoTrash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
<AssemblyName>AutoTrash</AssemblyName>
<TargetFramework>net45</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>latest</LangVersion>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<Target Name="BuildMod" AfterTargets="Build">
<Exec Command="&quot;$(tMLBuildServerPath)&quot; -build $(ProjectDir) -eac $(TargetPath) -define $(DefineConstants) -unsafe $(AllowUnsafeBlocks)" />
<Exec Command="&quot;$(tMLBuildServerPath)&quot; -build $(ProjectDir) -eac $(TargetPath) -define &quot;$(DefineConstants)&quot; -unsafe $(AllowUnsafeBlocks)" />
</Target>
<ItemGroup>
<PackageReference Include="tModLoader.CodeAssist" Version="0.1.*" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = jopojelly
version = 0.4.3
version = 0.5
displayName = Auto Trash
homepage = https://forums.terraria.org/index.php?threads/auto-trash.53592/
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, .git\*
Expand Down
2 changes: 2 additions & 0 deletions description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
Place items in the Auto-Trash slot to immediately trash them as they are picked up later. Useful for all those items that clutter your inventory.

Ctrl+Shift click inventory items to quickly add to auto trash list.

You can also use the config to have the Auto-Trash slot instead act as an Auto-Sell slot. In Auto-Sell mode, you automatically get coins when items are auto-trashed. The default is 15%, slightly less than the 20% you would get from shops.

0 comments on commit a8b9684

Please sign in to comment.