Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonoidzero committed Jun 29, 2021
2 parents 379fa18 + bff612a commit cbced03
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
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.

0 comments on commit cbced03

Please sign in to comment.