Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Fabric Mod Manager is a do-all mod manager written in Java for Fabric

License

Notifications You must be signed in to change notification settings

FlashyReese/fabric-mod-manager

Repository files navigation

Icon

Fabric Mod Manager

GitHub license GitHub issues GitHub tag

Fabric Mod Manager is a do-all mod manager written in Java for the Fabric Mod Loader's mods. It is currently being developed, and it is at its early stages of development.

NOTE: This is will only be able update mods that have opted-in for the Fabric Mod Repository!

Building from source

Prerequisites

  • Java 8 or above

Compiling

Navigate to the directory you've cloned this repository and launch a build with Gradle using gradlew shadowJar (Windows) or ./gradlew shadowJar (macOS/Linux). If you are not using the Gradle wrapper, simply replace gradlew with gradle or the path to it.

The initial setup may take a few minutes. After Gradle has finished building everything, you can find the resulting artifacts in build/libs.

License

Copyright (C) 2020 Yao Chung Hu / FlashyReese

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/

The full license can be found here.