nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
AlexisLib

AlexisLib

Mod

Libary mod which has important code for projects and a plushie

Client and server LibraryUtility

12 downloads
0 followers

AlexisLib

My Libary mod. Adding things that make stuff easy to code. MORE TO BE ADDED SOON!

Features

Libary

  • Block Registry
  • Item Registry
  • Creative Tab Registry

Devs

YES YOU CAN USE THIS

How to use add this in your build.gradle
repositories {
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
    }
}

dependencies {
    modImplementation "maven.modrinth:alexislib:${project.alexislibversion}"
}

For 26.1+ its just implementation. Then in gradle.properties add this and change what comes after accordingly

alexislibversion: 1.21.11-r1

Finally in fabric.mod.json add this

"depends": {
    "alexislib": "*"
  }

Thats it :)

External resources


Project members

lowkeyalexiss

Developer


Technical information

License
MIT
Client side
required
Server side
required
Project ID