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 matches 1.21.1 NeoForge?

Updated today
Best match for your filters Tiny Multiblock Lib 4.0.1 - Neo 1.21.1
Game version 1.21.1
Loader NeoForge

Tiny Multiblock Lib 4.0.1 - Neo 1.21.1 targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

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 NeoForge
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 - Neo 1.21.1 need?

Tiny Multiblock Lib 4.0.1 - Neo 1.21.1 on 1.21.1 NeoForge. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Tiny Multiblock Lib without breaking your instance.

Built for Tiny Multiblock Lib 4.0.1 - Neo 1.21.1 on 1.21.1 NeoForge. 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 - Neo 1.21.1. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  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 - Neo 1.21.1. 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

10 of 57 releases match
Clear filters

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