Retour au classement

AppliedEnergistics/Applied-Energistics-2

Javaappliedenergistics.github.io

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

minecraftminecraft-modappliedenergisticsapplied-energisticsforgejavamodhacktoberfestfabric
Croissance des étoiles
Étoiles
1.8k
Forks
923
Croissance hebdomadaire
Issues
387
5001k1.5k
janv. 2023mars 2024mai 2025juil. 2026
ArtefactsMavengit clone https://github.com/AppliedEnergistics/Applied-Energistics-2.git
README

Build master Latest Release Latest PreRelease

Maven Central Version

Applied Energistics 2

Table of Contents

About

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

Contacts

License

  • Applied Energistics 2 API
    • (c) 2013 - 2020 AlgorithmX2 et al
    • License
  • Applied Energistics 2
    • (c) 2013 - 2020 AlgorithmX2 et al
    • License
  • Textures and Models
  • Text and Translations
    • License
  • Additional Sound Licenses

Downloads

Downloads can be found on CurseForge, Modrinth or on the official website.

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.
    • If it is already possible with vanilla and AE2 itself, the suggestion will be considered invalid.
    • Asking for a smaller version, more compact version, or more efficient version of something will also be considered invalid.
  2. Go to the issues page and click new issue
  3. If applicable, use one of the provided templates. It will also contain further details about required or useful information to add.
  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.

Please note that we might close any issue not matching these requirements.

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.

Maven

AE2 is available on Maven Central.

You can use the following snippet as example on how to add a repository to your gradle build file.

repositories {
    mavenCentral()
}

We are also available on Github Packages, which you can also use in your builds. Use of Github Packages requires special setup to authenticate with your personal access token.

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

dependencies {
    compileOnly "org.appliedenergistics:appliedenergistics2:VERSION:api"
}

or add the compileOnly line to your existing dependencies block to your build.gradle.

Replace VERSION with the desired one. With 1.15+ we switched to using semver. It is highly recommended following its specification and further considering an upper bound for the dependency version. A change of the MAJOR version will be an API break and can lead to various crashes. Better to inform a player about the addon not supporting the new version until it could be tested or updated.

An example string would be org.appliedenergistics:appliedenergistics2:12.9.5:api for the API only or org.appliedenergistics:appliedenergistics2:12.9.5 for the whole mod.

Building

  1. Clone this repository via
  • SSH git clone git@github.com:AppliedEnergistics/Applied-Energistics-2.git or
  • HTTPS git clone https://github.com/AppliedEnergistics/Applied-Energistics-2.git
  1. Build using the gradlew runData build command. Jar will be in build/libs
  2. For core developer: Load the Gradle project in your IDE

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.
    • 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 git@github.com:<your username>/Applied-Energistics-2.git or
  • HTTPS git clone https://github.com/<your username>/Applied-Energistics-2.git
  1. Change code base
  2. Run gradlew spotlessApply to apply automatic code formatting
  3. Add changes to git git add -A
  4. Commit changes to your clone git commit -m "<summary of made changes>"
  5. Push to your fork git push
  6. Create a Pull-Request on GitHub
  7. Wait for review
  8. 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 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

We use Crowdin crowd-sourced translations for our localization. You can participate in localizing Applied Energistics 2 on our Crowdin Page.

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 issues localizing something, feel free to contact us on Discord.

Thanks to everyone helping out to improve localization of AE2.

Credits

Thanks to all of our contributors!

Dépôts similaires
louis-e/arnis

Generate any location from the real world in Minecraft with a high level of detail.

Rustcrates.ioApache License 2.0minecraftopenstreetmap
arnismc.com
17.1k1.4k
PaperMC/Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies

JavaMavenOtherminecraftbukkit
papermc.io/software/paper
12.5k3.5k
IdreesInc/Monocraft

A monospaced programming font inspired by the Minecraft typeface

PythonPyPISIL Open Font License 1.1fontligatures
discord.gg/6yxE9prcNc
11.1k158
fogleman/Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).

CMIT Licensecopengl
michaelfogleman.com/craft/
11.1k1.4k
PrismLauncher/PrismLauncher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC)

C++GNU General Public License v3.0cppfabricmc
prismlauncher.org
9.9k1.5k
HMCL-dev/HMCL

A Minecraft Launcher which is multi-functional, cross-platform and popular

JavaMavenGNU General Public License v3.0javafxminecraft-launcher
hmcl.huangyuhui.net
9.7k909
PojavLauncherTeam/PojavLauncher

A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. Succeeded by https://github.com/AngelAuraMC/Amethyst-Android

JavaMavenGNU Lesser General Public License v3.0minecraft-launcherminecraft
9.2k2.2k
cabaletta/baritone

google maps for block game

JavaMavenGNU Lesser General Public License v3.0minecraftforgegradle
9k2k
dnschneid/crouton

Chromium OS Universal Chroot Environment (EOL)

ShellBSD 3-Clause "New" or "Revised" Licensechrootshell
git.io/JZEs0
8.6k1.3k
Pumpkin-MC/Pumpkin

Empowering everyone to host fast and efficient Minecraft servers.

Rustcrates.ioGNU General Public License v3.0minecraftminecraft-server
pumpkinmc.org
8.1k573
MinecraftForge/MinecraftForge

Modifications to the Minecraft base files to assist in compatibility between mods. New Discord: https://discord.minecraftforge.net/

JavaMavenOtherjavaforge
files.minecraftforge.net
7.7k2.8k
PrismarineJS/mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.

JavaScriptnpmMIT Licensebotnodejs
prismarinejs.github.io/mineflayer/
7.2k1.4k