OTAPI.Upcoming.tModLoader 3.1.13

There is a newer version of this package available.
See the version list below for details.
dotnet add package OTAPI.Upcoming.tModLoader --version 3.1.13                
NuGet\Install-Package OTAPI.Upcoming.tModLoader -Version 3.1.13                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OTAPI.Upcoming.tModLoader" Version="3.1.13" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OTAPI.Upcoming.tModLoader --version 3.1.13                
#r "nuget: OTAPI.Upcoming.tModLoader, 3.1.13"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OTAPI.Upcoming.tModLoader as a Cake Addin
#addin nuget:?package=OTAPI.Upcoming.tModLoader&version=3.1.13

// Install OTAPI.Upcoming.tModLoader as a Cake Tool
#tool nuget:?package=OTAPI.Upcoming.tModLoader&version=3.1.13                

The Open Terraria API, known as OTAPI, is a low-level API for Terraria that rewrites and hooks into the official or modded binaries for others to use.

       OTAPI is primarily a server modification and is available as a cross platform package via NuGet.

       Version 3.0 is now a .NET6 library thanks to ModFramework being able to retarget the .NET4 vanilla assembly up to .NET6.
       This means that any mod you create can be written as a .NET6 module and later merged into the patched assembly thanks to MonoMod.

       Here is what is now possible:
        - Native Runtime hooks, just reference OTAPI.Runtime.dll and register to MonoMod events generated from the Terraria assembly.
        - Full .NET6 ecosystem and its performance improvements. No need for two targets such as Windows & Mono anymore either.
        - A new optional internal module system via ModFramework to load precompiled dll's, .cs files or even top level classes.
        - A strong set of libraries with methods and extensions to help you build more mods.
        - Create 1 file MonoMod patches to rewrite or inject new meta data to the assembly.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.20 3,208 11/17/2022
3.1.19 4,173 11/10/2022
3.1.18 3,626 11/9/2022
3.1.17 3,223 11/6/2022
3.1.16 2,644 10/24/2022
3.1.15 2,725 10/21/2022
3.1.14 2,732 10/16/2022
3.1.13 3,064 10/16/2022
3.1.12-alpha 1,079 10/10/2022
3.1.11-alpha 1,457 10/9/2022
3.1.10-alpha 1,451 10/8/2022
3.1.9-alpha 1,681 10/7/2022
3.1.8-alpha 1,506 10/6/2022
3.1.7-alpha 1,594 10/4/2022
3.1.3-alpha 1,609 9/8/2022
3.1.2-alpha 1,809 9/6/2022
3.1.1-alpha 1,950 9/5/2022
3.1.0-alpha 1,995 9/5/2022
3.0.42-alpha 1,993 8/11/2022
3.0.41-alpha 1,972 8/10/2022
3.0.36-alpha 2,191 3/27/2022
3.0.35-alpha 1,865 3/27/2022
3.0.34-alpha 1,862 3/1/2022
3.0.33-alpha 1,639 3/1/2022
3.0.32-alpha 1,669 2/28/2022
3.0.31-alpha 1,839 2/26/2022
3.0.30-alpha 1,858 12/9/2021
3.0.29-alpha 1,796 12/2/2021
3.0.28-alpha 2,495 12/1/2021
3.0.27-alpha 2,089 11/27/2021
3.0.26-alpha 3,805 11/27/2021
3.0.25-alpha 3,666 11/27/2021
3.0.24-alpha 4,653 11/25/2021
3.0.23-alpha 1,979 11/23/2021
3.0.22-alpha 1,981 11/23/2021
3.0.21-alpha 2,762 11/21/2021
3.0.20-alpha 1,970 7/27/2021
3.0.19-alpha 2,002 7/25/2021
3.0.18-alpha 2,279 7/24/2021
3.0.17-alpha 2,218 7/24/2021
3.0.16-alpha 1,900 7/24/2021
3.0.15-alpha 2,352 7/24/2021
3.0.14-alpha 2,051 7/12/2021
3.0.13-alpha 2,293 7/10/2021
3.0.0-alpha12 2,351 7/10/2021

Preliminary Terraria 1.4.3.6 (tModLoader)