ThinkingStudios / MaLiLib-Forge

MaLiLib unofficial (Neo)Forge port. Library mod for the (Neo)Forge port of masa's mods.
GNU Lesser General Public License v3.0
18 stars 1 forks source link
# MaFgLib **This mod requires [BadPackets](https://modrinth.com/mod/badpackets) in 1.20.4 and above.** MaLiLib unofficial (Neo)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 or Modrinth

How to use in Minecraft

See malilib wiki

Development

This mod use modrinth maven.

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

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

Note: "${mafglib_version}" can be found in Modrinth

Compiling

Credits