Skip to content

Rover656/EnderIO-Rewrite

 
 

Repository files navigation


Logo

EnderIO

The full-fat tech mod for Minecraft 1.19.
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

Gradle Build

TODO

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

For Players

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

For Mod Developers

EnderIO and it's modules are available via our maven.

Update your build.gradle to contain the foillowing:

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

dependencies {
    // Include Ender IO Base API
    compileOnly fg.deobf("com.enderio:EnderIO-base:<VERSION>:api")
    
    // Test with Ender IO in the mod:
    runtimeOnly fg.deobf("com.enderio.EnderIO:<VERSION>") // For monolithic build
    
    runtimeOnly fg.deobf("com.enderio:EnderIO-<MODULE>:<VERSION>") // For individual modules
    // ...
}

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.

In addition to this, further licensing considerations are available to view here.

Credits

  • CrazyPants
  • tterrag
  • HenryLoenwind
  • MatthiasM
  • CyanideX
  • EpicSquid
  • Rover656
  • HypherionSA
  • agnor99
  • ferriarnus

Sound Credits

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%