Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkingstudios/malilib-forge

MaLiLib unofficial forge port. Library mod for the Forge port of masa's mods.
https://github.com/thinkingstudios/malilib-forge

Last synced: 7 days ago
JSON representation

MaLiLib unofficial forge port. Library mod for the Forge port of masa's mods.

Awesome Lists containing this project

README

        

# MaFgLib

**This mod requires [BadPackets](https://modrinth.com/mod/badpackets) in 1.20.4 and above.**

MaLiLib unofficial forge port.

forge


modrinth


curseforge

MaFgLib (or MaLiLib-Forge) is a library mod used by Masa's mods Forge port. It contains some common code previously
duplicated in most of the mods, such as multi-key capable keybinds, configuration GUIs and **config screen register** etc.
For compiled builds (= downloads), see [Releases](https://github.com/ThinkingStudios/MaLiLib-Forge/releases) or [Modrinth](https://modrinth.com/mod/mafglib)

## Development

This mod use modrinth maven.

```gradle
repositories {
maven { url 'https://api.modrinth.com/maven' }
}

dependencies {
modImplementation "maven.modrinth:mafglib:${mafglib_version}"
}
```

> Note: "${mafglib_version}" can be found in [Modrinth](https://modrinth.com/mod/mafglib)

## Compiling
- Clone the repository
- Open a command prompt/terminal to the repository directory
- run 'gradlew build'
- The built jar file will be in build/libs/