-
Notifications
You must be signed in to change notification settings - Fork 12
Home
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)
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"
}