Skip to content

A server-side api, adding multiblocks and other utils.

License

Notifications You must be signed in to change notification settings

MayaqqDev/NexusFrame

Repository files navigation

NexusFrame

Modrinth Curseforge Github

Bisect Partnership

Promo Code

Information

A server-side library mod adding Multiblock api with a custom preview!

Usage

You can use the modrinth maven to add this to your project. Add this to your repositories.

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

And this to your dependencies. Don't forget to change "VERSION" to the latest released version number on modrinth. Click here for more information about Modrinth Maven

dependencies {
    modImplementation "maven.modrinth:nexusframe:VERSION"
}

For example implementation, you can look at the test mod code

Community

For any questions or support you can join my discord by clicking the button below!

Discord Server

About

A server-side api, adding multiblocks and other utils.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages