Skip to content

AppliedEnergistics/appliedenergistics.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e7c272 · Apr 3, 2025
Feb 1, 2025
Apr 3, 2025
Aug 28, 2023
Oct 29, 2023
Oct 29, 2023
Aug 18, 2023
Aug 22, 2023
Aug 12, 2023
Dec 24, 2021
Aug 19, 2023
Sep 11, 2022
Nov 12, 2023
Oct 6, 2021
Jan 11, 2024
Aug 20, 2023
Aug 20, 2023
Dec 10, 2021
Aug 21, 2023
Aug 20, 2023
Aug 20, 2023
Aug 18, 2023

Repository files navigation

This is the source code for the Applied Energistics 2 Website.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the content in the content subfolder.

The site uses data and images exported from the game using the /ae2export client-side command.

It is only available if developer tools are enabled in the config.

Learn More

This web site is built using Next.js. To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

How to Update Game Data

Run AE2 in Fabric from your development environment. A quick way to do this is to check out the main repository, and run gradlew runData followed by gradlew runClient. Create a new creative-mode void-world (use superflat + the void template).

Run /ae2export. After it is done exporting, it will link the export folder in chat. Open it and copy all contents into this repository.