generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Fabric Example Mod | ||
# Incubus Core | ||
|
||
## Setup | ||
```groovy | ||
repositories { | ||
maven { url "https://jitpack.io" } | ||
} | ||
For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. | ||
dependencies { | ||
modImplementation include("com.github.Archydra-Studios:Incubus-Core:VERSION") | ||
} | ||
``` | ||
|
||
Check releases for the latest version. | ||
|
||
## License | ||
|
||
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. | ||
As is generally the case with my mods, all code is available under the MIT license, whereas textures are ARR. |