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
Quick answer
Which Tiny Multiblock Lib release matches 1.21.1 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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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
- enable jarjar by adding
jarJar.enable()anywhere before your minecraft block - 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.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.1
2 loader builds1.21
1 loader build1.20.4
3 loader builds1.20.3
3 loader builds1.20.2
3 loader builds1.20.1
3 loader buildsShowing 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
Tiny Multiblock Lib 4.0.1 - Neo 1.21.1
tiny-multiblock-lib-neo-1.21.1-4.0.1.jar
18 Sept 2026
neo-1.21.1-4.0.0
tiny-multiblock-lib-neo-1.21.1-4.0.0.jar
25 Aug 2026
Tiny Multiblock Lib 4.0.0 - Neo 1.21.1
tiny-multiblock-lib-neo-1.21.1-4.0.0.jar
25 Aug 2026
neo-1.21.1-3.2.0
tiny-multiblock-lib-neo-1.21.1-3.2.0.jar
21 Apr 2026
neo-1.21.1-3.1
tiny-multiblock-lib-neo-1.21.1-3.1.jar
17 Mar 2026
neo-1.21.1-3.0
tiny-multiblock-lib-neo-1.21.1-3.0.jar
9 Jan 2026
neo-1.21.1-2.2
tiny-multiblock-lib-neo-1.21.1-2.2.jar
11 Nov 2025
neo-1.21.1-2.1
tiny-multiblock-lib-neo-1.21.1-2.1.jar
23 Oct 2025
neo-1.21.1-2.0
tiny-multiblock-lib-neo-1.21.1-2.0.jar
16 Oct 2025
1.1
TinyMultiblockLib-neoforge-1.21.1-1.1.jar
27 Sept 2025
Looking for an older file? The official CurseForge project page is in Resources.