README: Add modrinth_exlucde to building section

This commit is contained in:
Johannes Frohnmeyer 2022-06-13 06:52:41 +00:00
parent 5ed982b453
commit 059b13881e
1 changed files with 2 additions and 0 deletions

View File

@ -25,8 +25,10 @@ The values are explained in more detail below
Please note that all methods marked "Unsafe" as well as the shutdown method are not available in the curseforge release
<!-- modrinth_exclude.start -->
# Building
BreakMe consists of two parts: The main mod and the DLL used for Unsafe_Windows_WinAPI, which are built separately.\
If you don't build on windows you can use the dll contained in the latest [CI build](https://gitlab.com/jfmods/BreakMe/-/jobs/artifacts/master/browse/build/libs?job=build_test) and place it in src/main/resources/native.\
If you want to build the dll, use [this](https://gitlab.com/jfmods/BreakMe/-/blob/master/src/main/c/build.bat) as a reference (requires VS build tools).\
The mod itself is built like any other fabric mod: using gradle. Look at the [CI config](https://gitlab.com/jfmods/BreakMe/-/blob/master/.gitlab-ci.yml#L10) for an example\
<!-- modrinth_exclude.end -->