Skip to content

Alex-265/EnderIO-Rewrite

 
 

Repository files navigation


Logo

EnderIO

The full-fat tech mod for Minecraft 1.20.1
Browse the Wiki »

Curseforge · Modrinth · Discord · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

EnderIO Logo

Build Status

Ender IO is a full-featured tech mod. It has armor, tools, weapons, machines, conduits, inventory management, mobs, etc.

Ender IO has been rewritten from the ground-up to support the latest version of Minecraft. Some features may be missing or work differently, however we are working to re-implement everything we know and love about the original.

Getting Started

For Players

Download the latest JAR file from GitHub releases or from CurseForge and drop it into your mods folder.

For Mod Developers

EnderIO is available via our maven. Update your build.gradle to contain the following:

repositories {
    maven { url 'https://maven.tterrag.com' }
}

dependencies {
    // Include Ender IO API for compilation
    compileOnly fg.deobf("com.enderio:EnderIO:<VERSION>:api")
    
    // Use EnderIO at runtime
    runtimeOnly fg.deobf("com.enderio.EnderIO:<VERSION>")
}

If you need any feature in the api, contact us.

Contributing

TODO: Contributing guidelines

License

All code (excluding the bundled APIs from other mods, which are covered by their respective licenses) are released without restriction into the public domain under the CC0 1.0 license (http://creativecommons.org/publicdomain/zero/1.0/legalcode) FAQ (https://wiki.creativecommons.org/CC0_FAQ). Do what you want with it, as long as you smile while doing so. While it is not a requirement, it would be nice to know if it is being used and how, so send me hello to crazypants.mc at gmail.com.

Certain parts of the source code may be under a different license due to being part of other projects. Notice for the same can be found along with the said source files in the same directory. In addition to this, further licensing considerations are available to view here.

Credits

  • CrazyPants
  • tterrag
  • HenryLoenwind
  • MatthiasM
  • CyanideX
  • EpicSquid
  • Rover656
  • HypherionSA
  • agnor99
  • ferriarnus
  • luiq54
  • and our Contributors

Sound Credits

Below sounds are used under CC BY 3.0 or CC BY-NC 3.0

About

EnderIO Rewritten for Modern Minecraft.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%