Giter Site home page Giter Site logo

kcfindstr / applied-energistics-2-unofficial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gtnewhorizons/applied-energistics-2-unofficial

1.0 0.0 0.0 30.95 MB

Unofficial AE2 for 1.7.10 which is still supported,which is like the extraterrestrial technology.

License: GNU Lesser General Public License v3.0

Java 100.00%

applied-energistics-2-unofficial's Introduction

Build Status Build status GitHub release

Applied Energistics 2 Unofficial

Table of Contents

About

A Mod about Matter, Energy and using them to conquer the world..

This project is a GTNH fork of Applied Energistics 2 for Minecraft 1.7.10

Contacts

License

  • Applied Energistics 2 API
    • (c) 2013 - 2015 AlgorithmX2 et al
    • License
  • Applied Energistics 2
    • (c) 2013 - 2015 AlgorithmX2 et al
    • License
  • Textures and Models
    • (c) 2013 - 2015 AlgorithmX2 et al
    • License
  • Text and Translations
    • License

Downloads

CI builds are available at Jenkins.

Installation

You install this mod by putting it into the minecraft/mods/ folder. It has no additional hard dependencies.

Issues

Applied Energistics 2 crashing, have a suggestion, found a bug? Create an issue now!

  1. Make sure your issue has not already been answered or fixed and you are using the latest version. Also think about whether your issue is a valid one before submitting it.
  2. Go to the issues page and click new issue 2.1 Alternatively, if you use AE2 outside of GTNH go to the AE issues page and click new issue
  3. Enter your a title of your issue (something that summarizes your issue), and then create a detailed description of the issue.
    • The following details are required. Not including them can cause the issue to be closed.
      • AE2 version
      • Crash log, when reporting a crash (Please make sure to use pastebin)
        • Do not post an excerpt of what you consider important, instead:
        • Post the full log
      • Other mods and their version, when reporting an issue between AE and another mod
        • Also consider updating these before submitting a new issue, it might be already fixed
      • A detailed description of the bug or feature
    • To further help in resolving your issues please try to include the follow if applicable:
      • What was expected?
      • How to reproduce the problem?
        • This is usually a great detail and allows us to fix it way faster
      • Server or Single Player?
      • Screen shots or Pictures of the problem
      • Mod Pack using and version?
        • Keep in mind that some mods might use an outdated version of AE2
        • If so you should report it to your modpack
  4. Click Submit New Issue, and wait for feedback!

Providing as many details as possible does help us to find and resolve the issue faster and also you getting a fixed version as fast as possible.

Building

  1. Clone this repository via
  • SSH git clone [email protected]:GTNewHorizons/Applied-Energistics-2-Unofficial.git or
  • HTTPS git clone https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial.git
  1. Setup workspace
  • Decompiled source gradlew setupDecompWorkspace
  • Obfuscated source gradlew setupDevWorkspace
  1. Build gradlew build. Jar will be in build/libs
  2. For core developer: Setup IDE
  • IntelliJ: Import into IDE and execute gradlew genIntellijRuns afterwards
  • Eclipse: execute gradlew eclipse
  1. For add-on developer: Core-Mod Detection
  • In order to have FML detect AE from your dev environment, add the following VM Option to your run profile
  • -Dfml.coreMods.load=appeng.transformer.AppEngCore

Contribution

Before you want to add major changes, you might want to discuss them with us first, before wasting your time. If you are still willing to contribute to this project, you can contribute via Pull-Request.

The guidelines for contributing contain more detailed information about topics like the used code style and should also be considered.

Here are a few things to keep in mind that will help get your PR approved.

  • A PR should be focused on content. Any PRs where the changes are only syntax will be rejected.
  • Use the file you are editing as a style guide.
  • Consider your feature. Suggestion Guidelines
    • Is your suggestion already possible using Vanilla + AE2?
    • Make sure your feature isn't already in the works, or hasn't been rejected previously.
    • Does your feature simplify another feature of AE2? These changes will not be accepted.
    • If your feature can be done by any popular mod, discuss with us first.

Getting Started

  1. Fork this repository
  2. Clone the fork via
  • SSH git clone [email protected]:<your username>/Applied-Energistics-2.git or
  • HTTPS git clone https://github.com/<your username>/Applied-Energistics-2.git
  1. Change code base
  2. Add changes to git git add -A
  3. Commit changes to your clone git commit -m "<summery of made changes>"
  4. Push to your fork git push
  5. Create a Pull-Request on GitHub
  6. Wait for review
  7. Squash commits for cleaner history

If you are only doing single file pull requests, GitHub supports using a quick way without the need of cloning your fork. Also read up about synching if you plan to contribute on regular basis.

Applied Energistics 2 API

The API for Applied Energistics 2. It is open source to discuss changes, improve documentation, and provide better add-on support in general.

Development and standard builds can be obtained at GTNH Jenkins too.

Maven

When compiling against the AE2 API you can use gradle dependencies, just add

dependencies {
    compile "appeng:appliedenergistics2:rv_-_____-__:dev"
}

or add the compile line to your existing dependencies task to your build.gradle

Where the __ are filled in with the correct version criteria; AE2 is available from the default forge maven so no additional repositories are necessary.

An example string would be appeng:appliedenergistics2:rv2-alpha-30:dev

Applied Energistics 2 Localization

English Text

en_US is included in this repository, fixes to typos are welcome.

Encoding

Files must be encoded as UTF-8.

New or updated Translations

The language files are located in /src/main/resources/assets/appliedenergistics2/lang/ and use the appropriate locale code as name and .lang as extension.

To update an translation edit the corresponding file and improve/correct the existing entry. Or copy any entries from en_US.lang for missing translation.

To create a new translation, copy the contents of en_US.lang, create a new file with appropriate filename, and translate it to your language.

Please keep in mind that we use String format to pass additional data to the text for displaying. Therefore you should preserve parts like %s or %1$d%%, which allows us to replace them with the correct values while you still have the option to change their order for match the rules of grammar. This might not be possible for some languages. Should this be the case, please contact us.

Final Note

If you have have issues localizing something feel free to contact us on IRC, at #AppliedEnergistics on Esper.net

Thanks to everyone helping out to improve localization of AE2.

Credits

Thanks to

  • Notch et al for Minecraft
  • Lex et al for MinecraftForge
  • AlgorithmX2 for AppliedEnergistics2
  • all contributors
  • Credit to AE2 1.18 for texture contributions.

applied-energistics-2-unofficial's People

Contributors

adaptivity avatar algorithmx2 avatar asdflj avatar bakaxyf avatar bartimaeusnek avatar basdxz avatar bombcar avatar cisien avatar connor-colenso avatar dream-master avatar eigenraven avatar fireball1725 avatar firenoo avatar glease avatar glodblock avatar greesyb avatar kiwi233 avatar kuba6000 avatar mazdallier avatar miozune avatar mitchej123 avatar mrmetric avatar pilzinsel64 avatar repo-alt avatar thatsich avatar thejulianjes avatar thepaperpilot avatar xfrgod avatar xsun2001 avatar yueh avatar

Stargazers

 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.