Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thinkingstudios/malilib-forge
- Owner: ThinkingStudios
- License: lgpl-3.0
- Created: 2023-04-21T01:30:12.000Z (over 1 year ago)
- Default Branch: 1.20.4-neoforge/dev
- Last Pushed: 2024-05-22T15:16:56.000Z (6 months ago)
- Last Synced: 2024-05-23T03:30:03.777Z (6 months ago)
- Language: Java
- Homepage:
- Size: 912 KB
- Stars: 15
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
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/