Skip to content

Kanzaji/EmendatusEnigmatica

 
 

Repository files navigation

Build & Release

EE Logo

This mod is created to help unifying some items, blocks, and ores that are common among most mods. This mod provide little to no functionality as a stand-alone mod. It does however offer a wide range of options for Modpack authors to utilize these blocks, and items as a method of unification.

All blocks, and items have been properly Forge tagged, and have all the basic recipes. This mod also includes a world gen of ores that match the strata provided by other mods such as Create and Quark.

License

Emendatus Enigmatica is licensed under the MIT license. You may use it in modpacks, reviews, or any other form as long as you abide by the terms of this license.

Maven

Emendatus Enigmatica is available via Saps Maven for development purposes.

Update your build.gradle file to include the following:

repositories {
    maven {
        url "https://maven.saps.dev/releases/"
    }
}

dependencies {
    // For API development
    implementation fg.deobf("com.ridanisaurus:emendatusenigmatica:${ee_version}+mc${mc_version}")
    // For general use
    runtimeOnly fg.deobf("com.ridanisaurus:emendatusenigmatica:${ee_version}+mc${mc_version}")
}

Add the following to your gradle.properties file:

NOTE: Please refer to the maven page for the latest ee_version

ee_version=2.1.0-build.50
mc_version=1.19.2

Integration [For EEV1 - Minecraft 1.16]

The wonderful folks at AVSP have created KubeJS Scripts to help integrating Emendatus Enigmatica with your modpack. AVSP EE Scripts

About

Minecraft Unification Mod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%