Tiny Multiblock Lib

Tiny Multiblock Lib

A tiny jar-in-jar lib for simple creation of multiblocks

by
2.2K Downloads
fabricforgeneoforgelibrary
Rent Server with this Mod

Screenshots

A multiblock and its preview

About this Mod

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!!

(Since it's a lib, there's no point to download it by itself)

Features

Super simple

creating a multiblock of any size can be done just by overriding a single method and adding a block entity. 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 to enable placement previews for specific multiblocks. When a player holds that multiblock in hand, it renders a transparent client-side preview of the multiblock (see the picture in gallery). This can be disabled with client config on forge and neoforge

Shared Blockstates

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

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 the modrinth maven repository url and put into your build.gradle repository block.

repositories {
    //some other repositories you might have
    
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
       // forRepositories(fg.repository) // Only add this if you're using ForgeGradle, otherwise remove this line
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

Then add the following to your gradle.properties:

# this example is for neoforge 1.21.1
# replace with the newest version for your mc version and loader!
tiny_multiblock_lib_version=neo-1.21.1-3.0

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

Neoforge MDG or NG

jarJar(implementation("maven.modrinth:tiny-multiblock-lib:${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("maven.modrinth:tiny-multiblock-lib:${tiny_multiblock_lib_version}")))

Forge MDGL

jarJar(modImplementation("maven.modrinth:tiny-multiblock-lib:${tiny_multiblock_lib_version}"))

Fabric

modImplementation(include("maven.modrinth:tiny-multiblock-lib:${tiny_multiblock_lib_version}"))

Multiloader

The whole lib is coded in multiloader and anything you'd want to reference is common, meaning you can just add any version as a common dependency, then add the jar in jar into each loader separately

Available Versions

Tiny Multiblock Lib 3.2.1release
MC 26.1, 26.1.1, 26.1.2neoforge
June 3, 2026
Tiny Multiblock Lib 3.2.0release
MC 26.1, 26.1.1, 26.1.2fabric
April 21, 2026
Tiny Multiblock Lib 3.2.0release
MC 26.1, 26.1.1, 26.1.2neoforge
April 21, 2026
Tiny Multiblock Lib 3.2.0release
MC 1.21.1fabric
April 21, 2026
Tiny Multiblock Lib 3.2.0release
MC 1.21.1neoforge
April 21, 2026

How to Install Tiny Multiblock Lib on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).

3

Install Mod

Open the mod browser in the dashboard and search for "Tiny Multiblock Lib". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgeneoforge

Minecraft Versions

26.1.2, 26.1.1, 26.1 (+9 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Tiny Multiblock Lib server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.

Is Tiny Multiblock Lib compatible with fabric and forge and neoforge?

Tiny Multiblock Lib officially supports fabric, forge, neoforge for Minecraft 26.1.2, 26.1.1, 26.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Tiny Multiblock Lib – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Tiny Multiblock Lib consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Tiny Multiblock Lib with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

26.1.226.1.126.11.21.111.21.11.211.20.41.20.31.20.21.20.1+2 more