A fabric modding base for the latest Minecraft version.

Related tags

Kotlin Amber
Overview

Amber

A fabric modding base for the latest Minecraft version.

BUILD
RELEASE RELEASE DATE
PRE-RELEASE PRE-RELEASE DATE
REPO SIZE LICENSE
Open Issues

Setup

Create a fabric mod using this repo as an example.

Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide. Use the release tag as the version.

repositories {
    maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
        credentials {
            username = "yourUsername"
            password = "yourGitHubToken"
        }
    }
}

dependencies {
    modImplementation("net.redstonecraft:amber:${version}") {
        exclude("org.lwjgl")
    }
}

Documentation

The documentation can be found here.

Code Scanning

The latest Qodana report can be found here.

You might also like...
Klimatic is an android app built using Kotlin. It try to showcase all the latest technologies used in android.
Klimatic is an android app built using Kotlin. It try to showcase all the latest technologies used in android.

Klimatic Klimatic is an android app built using Kotlin. It try to showcase all the latest technologies used in android. Built using Android Architectu

Android Clean Architecture in Rorty is a sample project that presents modern, approach to Android application development using Kotlin and latest tech-stack.
Android Clean Architecture in Rorty is a sample project that presents modern, approach to Android application development using Kotlin and latest tech-stack.

Android Clean Architecture in Rorty is a sample project that presents modern, approach to Android application development using Kotlin and latest tech-stack.

base url not included, rxJava, Retrofit
base url not included, rxJava, Retrofit

NewsFeed NewsFeed is an android sample application built using kotlin, androidx artifacts, kotlin-extensions in MVP pattern. Libraries Used Dagger 2 D

base url not included, rxJava, Retrofit
base url not included, rxJava, Retrofit

NewsFeed NewsFeed is an android sample application built using kotlin, androidx artifacts, kotlin-extensions in MVP pattern. Libraries Used Dagger 2 D

PraxisKmm - A Kotlin multiplatform base project
PraxisKmm - A Kotlin multiplatform base project

PraxisKMM Minimal Kotlin Multiplatform project with SwiftUI, Jetpack Compose, Co

Android-Boilerplate - Base project for android development with new technology

Android-Boilerplate Base project for android development with new technology, in

Cleanarchitecture MVVM Hilt base - Android Clean Architecture example project
Cleanarchitecture MVVM Hilt base - Android Clean Architecture example project

Android Clean Architecture example project Note: This is project based on MVVM c

Base projects for Devpass' Dev Sprints
Base projects for Devpass' Dev Sprints

MVI Challenge - Space App 🚀 In this challenge, we will refactor an Android application that shows SpaceX's upcoming releases to MVI architecture. Con

Minecraft NBT support for kotlinx.serialization

knbt An implementation of Minecraft's NBT format for kotlinx.serialization. Technical information about NBT can be found here. Using the same version

Comments
  • Renderer

    Renderer

    Add a Renderer for version independent rendering of fonts and shapes.

    • [x] FontRenderer
    • [x] Shapes
    • [ ] Kotlin DSL

    Widgets:

    • [ ] Button
    • [ ] Switch
    • [ ] Slider
    • [ ] Colorpicker
    • [ ] Dropdown-Menu
    • [x] Text
    • [x] Container

    Finalize:

    • [ ] Testing/Bugfixing
    enhancement 
    opened by Redstonecrafter0 0
Releases(0.2.0-36+b414837e0281)
  • 0.2.0-36+b414837e0281(May 5, 2022)

    Version 0.2.0-36 of Amber is now available.

    fix minor changes

    Files

    • amber-0.2.0-36+b414837e0281.jar (The Mod's jar)
    • amber-0.2.0-36+b414837e0281-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.2.0-36+b414837e0281") {
            exclude("org.lwjgl")
        }
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.2.0-36+b414837e0281-sources.jar(299.71 KB)
    amber-0.2.0-36+b414837e0281.jar(579.41 KB)
  • 0.2.0-35+c6049fd89ffa(May 5, 2022)

    Version 0.2.0-35 of Amber is now available.

    add minor changes

    Files

    • amber-0.2.0-35+c6049fd89ffa.jar (The Mod's jar)
    • amber-0.2.0-35+c6049fd89ffa-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.2.0-35+c6049fd89ffa") {
            exclude("org.lwjgl")
        }
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.2.0-35+c6049fd89ffa-sources.jar(299.74 KB)
    amber-0.2.0-35+c6049fd89ffa.jar(590.14 KB)
  • 0.2.0-34+156bc80a5ed4(May 4, 2022)

    Version 0.2.0-34 of Amber is now available.

    fix crash

    Files

    • amber-0.2.0-34+156bc80a5ed4.jar (The Mod's jar)
    • amber-0.2.0-34+156bc80a5ed4-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.2.0-34+156bc80a5ed4")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.2.0-34+156bc80a5ed4-sources.jar(299.65 KB)
    amber-0.2.0-34+156bc80a5ed4.jar(577.02 KB)
  • 0.2.0-33+2723a5ba7373(May 4, 2022)

    Version 0.2.0-33 of Amber is now available.

    fix minor bugs start adding gui stuff

    Files

    • amber-0.2.0-33+2723a5ba7373.jar (The Mod's jar)
    • amber-0.2.0-33+2723a5ba7373-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.2.0-33+2723a5ba7373")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.2.0-33+2723a5ba7373-sources.jar(298.82 KB)
    amber-0.2.0-33+2723a5ba7373.jar(573.38 KB)
  • 0.2.0-32+d54ccfa8ce45(May 3, 2022)

    Version 0.2.0-32 of Amber is now available.

    add messages to toggle command

    Files

    • amber-0.2.0-32+d54ccfa8ce45.jar (The Mod's jar)
    • amber-0.2.0-32+d54ccfa8ce45-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.2.0-32+d54ccfa8ce45")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.2.0-32+d54ccfa8ce45-sources.jar(294.97 KB)
    amber-0.2.0-32+d54ccfa8ce45.jar(547.62 KB)
  • 0.2.0-29+1655cd213083(Apr 14, 2022)

    Version 0.2.0-29 of Amber is now available.

    increment version

    Files

    • amber-0.2.0-29+1655cd213083.jar (The Mod's jar)
    • amber-0.2.0-29+1655cd213083-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.2.0-29+1655cd213083")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.2.0-29+1655cd213083-sources.jar(35.75 KB)
    amber-0.2.0-29+1655cd213083.jar(270.05 KB)
  • 0.1.0+0e6162601692(Apr 13, 2022)

    Version 0.1.0 of Amber is now available.

    First release

    Files

    • amber-0.1.0+0e6162601692.jar (The Mod's jar)
    • amber-0.1.0+0e6162601692-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0+0e6162601692")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0+0e6162601692-sources.jar(35.66 KB)
    amber-0.1.0+0e6162601692.jar(274.82 KB)
  • 0.1.0-26+0e6162601692(Apr 13, 2022)

    Version 0.1.0-26 of Amber is now available.

    final additions final fixes

    Files

    • amber-0.1.0-26+0e6162601692.jar (The Mod's jar)
    • amber-0.1.0-26+0e6162601692-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-26+0e6162601692")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-26+0e6162601692")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-26+0e6162601692-sources.jar(35.66 KB)
    amber-0.1.0-26+0e6162601692.jar(274.82 KB)
  • 0.1.0-23+87f700e478ea(Apr 11, 2022)

    Version 0.1.0-23 of Amber is now available.

    add config system

    Files

    • amber-0.1.0-23+87f700e478ea.jar (The Mod's jar)
    • amber-0.1.0-23+87f700e478ea-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-23+87f700e478ea")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-23+87f700e478ea")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-23+87f700e478ea-sources.jar(27.07 KB)
    amber-0.1.0-23+87f700e478ea.jar(187.52 KB)
  • 0.1.0-21+f01da86bdff9(Apr 11, 2022)

    Version 0.1.0-21 of Amber is now available.

    fix return type

    Files

    • amber-0.1.0-21+f01da86bdff9.jar (The Mod's jar)
    • amber-0.1.0-21+f01da86bdff9-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-21+f01da86bdff9")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-21+f01da86bdff9")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-21+f01da86bdff9-sources.jar(23.83 KB)
    amber-0.1.0-21+f01da86bdff9.jar(120.76 KB)
  • 0.1.0-18+cb938ba9d519(Apr 9, 2022)

    Version 0.1.0-18 of Amber is now available.

    add most of the command system

    Files

    • amber-0.1.0-18+cb938ba9d519.jar (The Mod's jar)
    • amber-0.1.0-18+cb938ba9d519-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-18+cb938ba9d519")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-18+cb938ba9d519")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-18+cb938ba9d519-sources.jar(22.60 KB)
    amber-0.1.0-18+cb938ba9d519.jar(119.54 KB)
  • 0.1.0-15+f2ff39dc60e7(Apr 8, 2022)

    Version 0.1.0-15 of Amber is now available.

    finalize module system

    Files

    • amber-0.1.0-15+f2ff39dc60e7.jar (The Mod's jar)
    • amber-0.1.0-15+f2ff39dc60e7-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-15+f2ff39dc60e7")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-15+f2ff39dc60e7")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-15+f2ff39dc60e7-sources.jar(12.35 KB)
    amber-0.1.0-15+f2ff39dc60e7.jar(82.49 KB)
  • 0.1.0-13+37510b6433bf(Apr 8, 2022)

    Version 0.1.0-13 of Amber is now available.

    change gradle setup

    Files

    • amber-0.1.0-13+37510b6433bf.jar (The Mod's jar)
    • amber-0.1.0-13+37510b6433bf-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-13+37510b6433bf")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-13+37510b6433bf")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-13+37510b6433bf-sources.jar(9.63 KB)
    amber-0.1.0-13+37510b6433bf.jar(22.69 KB)
  • 0.1.0-12+0831fda9775c(Apr 8, 2022)

    Version 0.1.0-12 of Amber is now available.

    fix version naming in published artifacts

    Files

    • amber-0.1.0-12+0831fda9775c.jar (The Mod's jar)
    • amber-0.1.0-12+0831fda9775c-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-12+0831fda9775c")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-12+0831fda9775c")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-12+0831fda9775c-sources.jar(9.63 KB)
    amber-0.1.0-12+0831fda9775c.jar(22.69 KB)
  • 0.1.0-11+0f81e084a185(Apr 8, 2022)

    Version 0.1.0-11 of Amber is now available.

    add deployment to GitHub Packages (fixed pipeline)

    Files

    • amber-0.1.0-11+0f81e084a185.jar (The Mod's jar)
    • amber-0.1.0-11+0f81e084a185-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency via Jitpack.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-11+0f81e084a185")
    }
    

    Add this mod as a dependency via GitHub Packages. GitHub's Packages requires authentication. Here is their guide.

    repositories {
        maven("https://maven.pkg.github.com/Redstonecrafter0/Amber") {
            credentials {
                username = "yourUsername"
                password = "yourGitHubToken"
            }
        }
    }
    
    dependencies {
        modImplementation("net.redstonecraft:amber:0.1.0-11+0f81e084a185")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-11+0f81e084a185-sources.jar(9.63 KB)
    amber-0.1.0-11+0f81e084a185.jar(22.69 KB)
  • 0.1.0-8+332425403b17(Apr 7, 2022)

    Version 0.1.0-8 of Amber is now available.

    change RELEASE_NOTE.md

    Files

    • amber-0.1.0-8+332425403b17.jar (The Mod's jar)
    • amber-0.1.0-8+332425403b17-sources.jar (The Mod's sources)

    Dev Setup

    Create a fabric mod using this repo as an example.
    Add this mod as a dependency.

    repositories {
        maven("https://jitpack.io")
    }
    
    dependencies {
        modImplementation("com.github.Redstonecrafter0:Amber:0.1.0-8+332425403b17")
    }
    
    Source code(tar.gz)
    Source code(zip)
    amber-0.1.0-8+332425403b17-sources.jar(9.63 KB)
    amber-0.1.0-8+332425403b17.jar(22.69 KB)
Owner
Redstonecrafter0
Hi, I'm 18 years old and a student in Germany.
Redstonecrafter0
Simple random ore mod for Minecraft/Fabric. Heavily inspired by Randomite.

Rand'Ore >> Download << Simple random ores for Fabric! This mod is open source and under a permissive license. As such, it can be included in any modp

null 3 Dec 31, 2021
An easy to use package manager for Fabric Minecraft mods.

pacmc pacmc is a package manager for Fabric Minecraft mods. The aim of this project is to massively reduce the effort you have to put in to installing

Jakob K 109 Dec 30, 2022
ClickMachine Fabric - Click Machine for minecraft

Minecraft mod for Fabric Adds one block to the game: Auto Clicker. This autoclic

null 0 Jan 10, 2022
1aingenieriaygas native base android - Project base for the migration of the Flutter App of 1A Ingenieria y Gas

1A Ingenieria y Gas App Versión Wordpress Backend Este proyecto se encuentra sol

Paul Osinga 1 Jan 26, 2022
A utility library for Mindustry modding in Kotlin.

    MK Utils Mindustry Kotlin Utils Modules Name Dependency Description core / Basic typealias and utility texture / Pixmap process world / Entity and

Plumy Games 4 Aug 5, 2022
A unique technology modification ported from Forge to Fabric.

Fracdustry Reimagined >> Download << Thank you, MikhailTapio. This mod is open source and under a permissive license. As such, it can be included in a

Team (Another) Fractal 3 Dec 18, 2021
UltralightFabric - Ultralight, a HTML + CSS renderer for Fabric

Xander's Fabric Template for Kotlin The best Fabric template using kotlin. Usage Mod Development: Please read the Fabric Wiki for general mod developm

Xander 15 Dec 30, 2022
🤝 Link your Fabric server and Discord with ease!

Fabric2Discord Link your Fabric server and Discord with ease! ?? Getting Started I wrote few helpful articles about this mod, so if you need help you

Igor Ryzhenkov 10 Oct 25, 2022
A simple, configurable HUD mod for Fabric/Quilt

Modrinth | CurseForge Requirements Minecraft >1.19.2 Fabric Loader >0.14.8 or the equivalent Quilt version ModMenu >4.0.0 Fabric Language Kotlin >1.8.

null 3 Dec 15, 2022
Kotlin Multiplatform Mobile version of Tisdagsgolfen... yet another version.

TheCube in Kotlin Multiplatform Experimenting with KMM, and Kotlin, Jetpack, SwiftUI, and all the other new stuff... https://kotlinlang.org/docs/kmm-g

Kim Fransman 0 Dec 25, 2022