Coder Social home page Coder Social logo

enderio-rewrite's Introduction


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

enderio-rewrite's People

Contributors

albinaask avatar crazypants avatar doubtfulfanboy avatar epicsquid avatar ferriarnus avatar flamebom avatar hypherionmc avatar justliliandev avatar luishrodg avatar melanx avatar mystchonky avatar rover656 avatar vt-14 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.