AmbleKit

AmbleKit

A Fabric Library used in many of the AmbleLab Mods!

by
46.0K Downloads
fabricforgegame-mechanicslibraryutility
Rent Server with this Mod

Screenshots

AmbleKit Screenshot 1

About this Mod

Presented by Amble Labs

Amble Kit

curseforge
modrinth
fabric
forge


This a library mod that can be used for code simplifying for developing on Fabric

This is used in many of our Fabric mods

What does this libary add? What does this libary add?

Minecraft Registration

Instead of having to manually register each and every thing, you can simple extend or implement one of our RegistryContainer classes.

These utility interfaces are recognised by our mod by sticking RegistryContainer.register(ClassName.class, MOD_ID into your mods #onInitialize method.

Datapack Workflow

We provide a custom class called SimpleDatapackRegistry

This allows your own classes to be read and registered straight from datapacks with ease!

For the kit to recognise your registry, in your mods #onInitialize method, you need to call register on your instance OR AmbleRegistries.register(MyRegistry.getInstance()))

Data Generation

We utilise annotations and the previously mentioned registry containers to automatically generate many features.

For example, automatic english translation for blocks -

By simply creating an instance of AmbleLanguageProvider and passing in your BlockContainer with the #withBlocks method, next time you run datagen all these blocks will have english translations based off their identifiers.

There are more datagen utilities akin to this.

Much more!

Where can I start with this? Where can I start with this?

You can start with our template for amblekit!

Github Template for Fabric 1.20.1 Modkit

If you have an already existing mod and want the amblekit then add this to your build.gradle!

repositories {
    maven {
        url "https://jitpack.io"

        metadataSources {
            artifact() // Look directly for artifact
        }
    }
}

dependencies {
    modImplementation("com.github.amblelabs:modkit:${project.modkit_version}") {
        exclude(group: "net.fabricmc.fabric-api")
    }
}

or if you are using kotlin

  repositories {
    maven {
        url = uri("https://jitpack.io")
        metadataSources {
            artifact() // Look directly for artifact
        }
    }
    mavenCentral()
}


dependencies {
    modImplementation("com.github.amblelabs:modkit:${project.property("modkit_version")}")
}

Links & Community Links & Community

GitHub

CurseForge

Modrinth

Discord

Website

Available Versions

AmbleKit 1.1.14-1.20.1-betarelease
MC 1.20.1fabric
August 28, 2025
1.1.8.93-1.20.1-betarelease
MC 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6fabric
February 28, 2025
1.1.5.91-1.20.1-betarelease
MC 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6fabric
February 19, 2025

How to Install AmbleKit 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 (1.20.6).

3

Install Mod

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

Compatibility

Mod Loaders

fabricforge

Minecraft Versions

1.20.6, 1.20.5, 1.20.4 (+3 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

AmbleKit 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 (1.20.6). You can switch loaders with one click in the panel.

Is AmbleKit compatible with fabric and forge?

AmbleKit officially supports fabric, forge for Minecraft 1.20.6, 1.20.5, 1.20.4. 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 AmbleKit – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if AmbleKit 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 AmbleKit 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

1.20.61.20.51.20.41.20.31.20.21.20.1