ThinkingStudios / MaLiLib-Forge

MaLiLib unofficial (Neo)Forge port. Library mod for the (Neo)Forge port of masa's mods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaFgLib

This mod requires 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 or Modrinth

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

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

About

MaLiLib unofficial (Neo)Forge port. Library mod for the (Neo)Forge port of masa's mods.

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.9%Language:GLSL 0.1%