-
Notifications
You must be signed in to change notification settings - Fork 9
Adding Myron to your Project
Hephaestus-Dev edited this page Jan 7, 2021
·
2 revisions
Myron is available on the hephaestus.dev Maven repository. You can use it by adding the following to your build.gradle:
repositories {
maven { url = "https://hephaestus.dev/release" }
}
dependencies {
// ...
modImplementation "dev.monarkhes:myron:1.5.0"
include "dev.monarkhes:myron:1.5.0"
}The latest version can be found on this repository's releases page.
Myron requires Fabric API version 0.29.0 or above!