Back to mods
Tiny Multiblock Lib project artwork

CurseForge · Minecraft mod

Tiny Multiblock Lib

A Tiny Lib for easy creation of Multiblocks with a built-in ghost system. Made to be packaged with other mods

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Tiny Multiblock Lib release should I use?

Updated today
Latest stable file Tiny Multiblock Lib 4.0.1 - Fabric 26.3
Game version 26.3
Loader Fabric

Tiny Multiblock Lib 4.0.1 - Fabric 26.3 targets 26.3 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.

Where it goes

Is Tiny Multiblock Lib required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Tiny Multiblock Lib 4.0.1 - Fabric 26.3 need?

Tiny Multiblock Lib 4.0.1 - Fabric 26.3. Change the file and its required mods may change too.

All 2 required mods have matching files

Install Forge Config API Port, Fabric API first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.

2 listed on this file 4 pulled in by those mods
Forge Config API Port Needed by Tiny Multiblock Lib 4.0.1 - Fabric 26.3
required
Matching file found Matched file: [FABRIC] [26.3.x] v26.3.0
Fabric API Needed by Tiny Multiblock Lib 4.0.1 - Fabric 26.3
required
Matching file found Matched file: [26.3] Fabric API 0.161.0+26.3
Mod Menu Needed by Forge Config API Port
pulled in
Matching file found Matched file: v21.0.1-beta.1 for 26.3-rc-1
Mod Menu Needed by Forge Config API Port
pulled in
Matching file found Matched file: 21.0.0-beta.1

4 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Tiny Multiblock Lib without breaking your instance.

Built for Tiny Multiblock Lib 4.0.1 - Fabric 26.3. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Tiny Multiblock Lib 4.0.1 - Fabric 26.3. It targets 26.3 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Forge Config API Port, Fabric API first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Tiny Multiblock Lib 4.0.1 - Fabric 26.3. It opens that exact file at the source.

About this project

What does Tiny Multiblock Lib add?

A Tiny Lib for simple creation of Multiblocks

Meant as blocks that that contain multiple blocks of itself, but still act like 1 block (for example a bed, door etc…) not to be confused with multiblock structures!!

Mostly meant as a library for developers, but includes a block placement preview feature accessible through the mods config. Downloading a newer version than a mod packages could also help fix some bugs

Features

Super simple

creating a multiblock of any size can be done just by overriding a single method. All breaking and placing logic is done for you.

Jar-in-Jar -able

Because I hate dowloading thousands of dependencies for each mod, the whole lib is intended as a jar-in-jar, meaning it gets included in your mod jar and players won't have to download any extra dependencies

Multiblock Previews

Allows devs and players to enable placement previews for any block. When a player holds that block in hand, it renders a transparent client-side preview of how that block would be placed (see the picture in gallery). This can be disabled with client config

Shared Blockstates

Allows registering blockstate properties that automatically sync across the whole multiblock when updated, great for mod compatibility

Ghost Renderers

Customisable previews of a blocks / blockentities / models that can be easily placed anywhere in the world for a set amount of ticks (client side only)

Support

If you're a developer and have some issues / suggestions, just dm me on discord (nikdo53) or github and I pinky promise to get back to you as soon as I can (unless you live in the USA and it's like 3AM for me😬)

Installation instructions

First, get my maven and put into your build.gradle repository block.

repositories {
    //some other repositories you might have

    maven {
        name = 'Nikdo53 Maven'
        url = 'https://nikdo53.github.io'
    }
}

Then add the version you want (versions before 4.0.0) into gradle.properties:

tiny_multiblock_lib_version=4.0.0

Lastly, add the dependecy to your build.gradle based on your loader / gradle plugin

Neoforge MDG or NG

jarJar(implementation("net.nikdo53:tiny-multiblock-lib-neoforge-${minecraft_version}:${tiny_multiblock_lib_version}"))

Forge FG

  1. enable jarjar by adding jarJar.enable() anywhere before your minecraft block
  2. add this line into dependencies:
implementation(fg.deobf(jarJar("net.nikdo53:tiny-multiblock-lib-forge-${minecraft_version}:${tiny_multiblock_lib_version}")))

(note that ForgeGradle 6 sucks and you should probably switch to MDG Legacy)

Forge MDGL

jarJar(modImplementation("net.nikdo53:tiny-multiblock-lib-forge-${minecraft_version}:${tiny_multiblock_lib_version}"))

Fabric

// pre 26.1
modImplementation(include("net.nikdo53:tiny-multiblock-lib-fabric-${minecraft_version}:${tiny_multiblock_lib_version}"))

// post 26.1
implementation(include("net.nikdo53:tiny-multiblock-lib-fabric-${minecraft_version}:${tiny_multiblock_lib_version}"))

Multiloader common

// 1.20.1
modImplementation("net.nikdo53:tiny-multiblock-lib-common-${minecraft_version}:${tiny_multiblock_lib_version}")

// 1.21+
implementation("net.nikdo53:tiny-multiblock-lib-common-${minecraft_version}:${tiny_multiblock_lib_version}")

Project description from CurseForge.

Pick your setup

Tiny Multiblock Lib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

33 available setups

Showing the newest 12 of 14 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Tiny Multiblock Lib versions and loaders

57 of 57 releases match

Looking for an older file? The official CurseForge project page is in Resources.