An open API service indexing awesome lists of open source software.

https://github.com/outercloudstudio/amethysttestmod


https://github.com/outercloudstudio/amethysttestmod

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

# Usage Guide

Start by selecting `Use this template` > `Create a new Repository` and setup a repository. Next clone the repository, and replace the information at the start of the `CMakeLists.txt` file.

```
project(Amethyst-Template) # Replace this with the name of your mod
set(MOD_VERSION "1.0.0") # Replace this with the version number of your mod
set(MOD_AUTHOR "FrederoxDev") # Replace this with your name
```

To build this, you need to have also build AmethystAPI seperately