Skip to content

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

License

Notifications You must be signed in to change notification settings

ThinkingStudios/MaLiLib-Forge

Repository files navigation

MaFgLib

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

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

Credits