Referencing Tea Framework
Last updated
Last updated
In order to use Tea Framework, you'll have to strongly-reference it inside your file.
If you already have other mods in your modReferences
list, you may add TeaFramework
by appending ,TeaFramework
(mind the comma).
Once you have done this, you have a few approaches for importing the assembly into your mod to reference in compilation and with an IDE.
The first approach is obtaining the mod's DLL and referencing it in the lib/
folder. You may find a full overview .
This has not yet been tried, but will be investigated.
The second approach is through referencing a containing the Tea Framework dependency. You may find a full overview .