https://github.com/outercloudstudio/amethysttestmod
https://github.com/outercloudstudio/amethysttestmod
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/outercloudstudio/amethysttestmod
- Owner: outercloudstudio
- Created: 2024-03-30T23:59:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T15:57:15.000Z (almost 2 years ago)
- Last Synced: 2025-10-07T16:21:09.229Z (5 months ago)
- Language: CMake
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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