LibMultiPart icon indicating copy to clipboard operation
LibMultiPart copied to clipboard

LibMultiPart

This is a library mod for the Fabric API, based around Minecraft, that adds support for multiple "parts" (such as pipes, facades, wires, etc) in a single block.

Maven

You can depend on this by adding this to your build.gradle:

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

dependencies {
    modCompile "alexiil.mc.lib:libmultipart-all:0.8.0"
}

There are two modules availible: "libmultipart-all" and "libmultipart-base". The base module is just libmultipart, while libmultipart-all includes libmultipart-base and it's dependencies: libblockattributes-core and libnetworkstack-base.

Getting Started

You can either look at the wiki for a brief overview, or look at SimplePipes source code for the tank or facades for examples on how to register and use multiparts. (To get help you can either open an issue here, or ping AlexIIL on the fabric or CottonMC discord servers).