Skip to content
AlexIIL edited this page Mar 28, 2019 · 8 revisions

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

This project has 3 major concepts:

  • Attributes
  • [Item Inventory Management](Fluid Inv Management)
  • [Fluid Inventory Management](Item Inv Management)

Usage

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

repositories {
    maven {
        name = "BuildCraft"
        url = "https://mod-buildcraft.com/maven"
    }
}

dependencies {
    modCompile "alexiil.mc.lib:libblockattributes:0.3.0"
}
Clone this wiki locally