Skip to content
Datadealer edited this page Mar 29, 2023 · 8 revisions

This is a library mod for the Fabric API, based around Minecraft.

This project has 3 major concepts:

Usage

Currently you can use this by adding this to your build.gradle:

repositories {
    maven {
        name = "AlexIIL"
        url = "https://maven.alexiil.uk/"
    }
}

dependencies {
    modCompile "alexiil.mc.lib:libblockattributes-all:0.11.0"
}
Clone this wiki locally