Home
Welcome to the _Lib wiki!
_Lib is a Dungeondraft mod that offers additional API to simplify implementing certain features like configs and improve mod compatibility.
Using _Lib
To be able to access _Lib's Api put the following at the top of your mods start()
method:
After registering your mod with _Lib you will now have an entry Global.API
available that contains all of the _Lib APIs.