Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Frontear/Efkolia

Repository files navigation

Efkolia CodeFactor Efkolia CI Maven Central

My minecraft modding framework, contains all the necessities that I deem important when creating a mod for minecraft. It's not intended for public use, but you may use it as you see fit, following the terms of the license.

Getting Started

  • Clone this repository via git clone https://github.com/Frontear/Efkolia.git Efkolia
  • Import the project into IntelliJ IDEA
  • Create a gradle.properties (or update the one at ~/.gradle/gradle.properties) with your sonatypeUsername, sonatypePassword (nexus usertokens), signing.keyId (last 8 characters of key), and signing.password. Do NOT share this file publicly.

Usage

The project can be imported from maven central, so you can simply import it to your respective platform. Please see the maven central badge for more information.

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.github.frontear:Efkolia:+") // latest version
}

License

This project falls under the GNU General Public License v3 — you may copy, distribute and modify the software as long as you track changes/dates in source files.