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 about the individual projects can be found in their respective readmes under the src
folder.
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.
This code is licensed under the MIT license.
Some code from tModLoader is used for TerraUtil.BuildSystem
, which is licensed under the MIT license.