Skip to content

Commit

Permalink
Upgrade to Node.js 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Feb 22, 2024
1 parent b783e47 commit 5f6c58d
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 300 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@ Generate a distribution.json for Helios. Documentation on this format can be fou

## Requirements

* Node.js 18
* Java 8+ (https://adoptopenjdk.net/)
* Node.js 20
* Java 8+ (https://adoptium.net/)
* This is required to run the forge installer, process [XZ](https://tukaani.org/xz/format.html) files, and run bytecode analysis on mod files.
* Although 1.17 requires Java 16, the forge installer works with Java 8.


### Notes

* Nebula is not 100% complete. Unfinished items are listed on the [TODO list](https://github.com/dscalzi/Nebula/issues/2).
* Currently only supports creating Forge based servers. Vanilla support will be added when Helios v2 is complete.

## Setup

1. Clone the repository
Expand All @@ -23,7 +17,7 @@ Generate a distribution.json for Helios. Documentation on this format can be fou

Example
```properties
JAVA_EXECUTABLE=C:\Program Files\Eclipse Foundation\jdk-17.0.0.35-hotspot\bin\java.exe
JAVA_EXECUTABLE=C:\Program Files\Eclipse Adoptium\jdk-17.0.9.9-hotspot\bin\java.exe
ROOT=D:\TestRoot2
BASE_URL=http://localhost:8080/
HELIOS_DATA_FOLDER=C:\Users\user\AppData\Roaming\Helios Launcher
Expand Down
Loading

0 comments on commit 5f6c58d

Please sign in to comment.