Skip to content

Destructor-Ben/TerraUtil

Repository files navigation

TerraUtil

Libraries for Terraria modding by Destructor_Ben.

This repository includes:

  • TerraUtil.API, a library to make modding easier with various utilities.
  • TerraUtil.BuildSystem, an improved build system for tML.
  • TerraUtil.DevTools, a mod that can be installed in game to improve the developer experience.

More Info

More info about the individual projects can be found in their respective readmes under the src folder.

How to Use

To use TerraUtil.API and TerraUtil.BuildSystem, install their respective nuget packages.

TerraUtil.DevTools can be found either on the steam workshop or in the tML mod browser in game.

Install Links

Licensing

This code is licensed under the MIT license.

Some code from tModLoader is used for TerraUtil.BuildSystem, which is licensed under the MIT license.