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!
- Java 8 or above
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
.
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/