Язык

AmbleKit

AmbleKit

Modrinth

A Fabric Library used in many of the AmbleLab Mods!

46.5k загрузок 4 подписчиков обновлено 9mo ago
последняя v1.1.14-1.20.1+forge-beta Modrinth
Fabric Forge 1.20.1 – 1.20.6 Game-mechanicsLibraryUtility

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

Версии

Beta
1.1.14-1.20.1+forge-beta
forge · 1.20.1 · 9mo ago
6.6k
Release
1.1.14.79-1.20.1-beta
fabric · 1.20.1 · 9mo ago
## What's Changed * Fix ICantBreak stack overflow by @drtheodor in https://github.com/amblelabs/modkit/pull/36
17.6k
Alpha
1.1.13-1.20.1-beta
fabric · 1.20.1 · 10mo ago
## What's Changed * extended ICantBreak by @MaketendoDev in https://github.com/amblelabs/modkit/pull/35 **Full Changelog**:…
1.1k
Alpha
1.1.12-1.20.1-beta
fabric · 1.20.1 · 10mo ago
## What's Changed * Update build.gradle by @rapbattlegod32 in https://github.com/amblelabs/modkit/pull/31 * fix: revert the weird submod stuff i was doing by…
356
Alpha
1.1.11-1.20.1-beta
fabric · 1.20.1 · 11mo ago
DO NOT USE WITH AIT
2.5k
Beta
1.1.8-1.20.1+forge-beta
forge · 1.20.1 · 12mo ago
fix logo change versioning
3.1k
Alpha
1.1.8.93-1.20.1-beta
forge · 1.20.1 · 12mo ago
It works now! Forge Yeah!
724
Release
1.1.8.93-1.20.1-beta
fabric · 1.20.1, 1.20.2, 1.20.3 · 15mo ago
# TODO
13.4k
Release
1.1.5.91-1.20.1-beta
fabric · 1.20.1, 1.20.2, 1.20.3 · 16mo ago
# TODO
342
Beta
1.1.3-1.20.1-beta
fabric · 1.20.1, 1.20.2, 1.20.3 · 16mo ago
[changes](https://github.com/amblelabs/modkit/releases/tag/v1.1.3-1.20)
204
Beta
1.1.2-1.20.1-beta
fabric · 1.20.1, 1.20.2, 1.20.3 · 16mo ago
[Changelog](https://github.com/amblelabs/modkit/releases/tag/v1.1.2-1.20)
101
Beta
1.1.1.30-1.20.1-beta
fabric · 1.20.1, 1.20.2, 1.20.3 · 16mo ago
[Full Changelog]([https://github.com/amblelabs/modkit/compare/eb7ccc14c86d6379f0c7695ad443f07c5b80d1d7...v1.1.1-1.20](https://github.com/amblelabs/modkit/compar…
174

Комментарии 0

Пока нет комментариев. Будь первым, кто поделится мнением.