Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 645 Bytes

Ad Libitum

Ad Libitum is a configurability-focused quality-of-life content and utility mod built for tModLoader 1.4, with the express goal of allowing players to tweak each feature to their liking to maximize enjoyment.

Building

This mod uses Tea Framework, and requires you to have it installed.

# when cloning, you need to specify the folder name, as tModLoader does not accept improper folder names
# run this in your ModSources folder
git clone https://github.com/rejuvena/ad-libitum.git AdLibitum && cd AdLibitum

# detour dotnet packages
dotnet restore

# build
dotnet build