Simple tool for construction tModLoader-compliant build configurations.
build-configurer is a simple library that supports creating tModLoader build.txt
files. There are only two classes:
ModSide
, an enum that mimics tML'sModSide
.BuildFile
, which contains all the build file data and can write to files.