项目作者: EaterLabs

项目描述 :
Eater's Mod Organizer
高级语言: Kotlin
项目地址: git://github.com/EaterLabs/emo-kt.git
创建时间: 2019-04-14T20:24:02Z
项目社区:https://github.com/EaterLabs/emo-kt

开源协议:GNU General Public License v3.0

下载


Eater’s Mod Organizer (backend)

This is the backend of Eater’s Mod Organizer,

It handles installation, management of profiles, accounts, and modpacks.

All actions can be done through the EmoInstance class.

All docs are located at https://eaterlabs.github.io/emo-kt

Building

  1. ./gradlew shadowJar

Because the installer sideloads the Forge installer,
and the Forge installer has a dependency that conflicts with
the emo backend, the shadowJar is the only supported library for this.
With shadowJar the conflicting dependency gets renamed.
If you’re planning to use Google Guave, please shadow com.google to a different namespace
to prevent this conflict.

Usage and licensing

You’re free to use this library to make your own project or launcher,
but only if said project and/or launcher is also open-source.

If you do, please send me a message!