Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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


Project members

Maya

Owner


Technical information

License
LGPL-3.0-only
Client side
unsupported
Server side
required
Project ID