Skip to content

KosmX/bendy-lib

Folders and files

NameName
Last commit message
Last commit date
Jul 3, 2022
Jul 23, 2023
Sep 26, 2022
Sep 26, 2022
Jul 3, 2022
Sep 7, 2020
Jun 21, 2022
May 29, 2021
Aug 16, 2022
Apr 2, 2021
Sep 24, 2022
Jan 18, 2021
Sep 26, 2022
Jun 21, 2022
May 28, 2021
Jun 21, 2022
Mar 16, 2021

Repository files navigation

bendy-lib

FabricMC library

setup with gradle:

dependencies {
    (...)
    repositories {
        mavenCentral()
        (...)
    }
    (...) 
    modImplementation "io.github.kosmx:bendy-lib:${project.bendylib_version}"
    include "io.github.kosmx:bendy-lib:${project.bendylib_version}"
    //you can find the latest version in GitHub packages
}

designed to be able to swap and bend cuboids.

The api provides a way to swap a cuboid with priorities, to be multi-mod compatible (bend like in Mo'bends)

to swap, you have to create a class from MutableModelPart, and implement the methods.

You don't have to use existing bendableCuboid objects, you can create your own, BUT it's highly recommend (it's a lot's of work to code a bendable stuff)

The test mod (an older and modified version of Emotecraft)

Sorry for this not finished documentation... You can find me on the Fabric discord server and on the Emotecraft discord server

and an example image:D
example

The release branch contains the source of the latest release.