Update installation steps.

This commit is contained in:
IzzelAliz 2020-05-21 10:45:43 +08:00
parent 3280d1841a
commit a99bc30cea
2 changed files with 2 additions and 4 deletions

View File

@ -9,9 +9,7 @@ A Bukkit server implementation utilizing Mixin.
## Installing ## Installing
1. Download the jar from [release page](https://github.com/IzzelAliz/Arclight/releases) or [build server](https://ci.appveyor.com/project/IzzelAliz/arclight/build/artifacts). 1. Download the jar from [release page](https://github.com/IzzelAliz/Arclight/releases) or [build server](https://ci.appveyor.com/project/IzzelAliz/arclight/build/artifacts).
2. Install [Forge 28.2.0](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.14.4.html) in the folder. 2. Launch with command `java -jar arclight-coremod-xxx.jar`
3. Keep forge jar name as `forge-1.14.4-28.2.0.jar`
4. Launch with command `java -jar arclight-coremod-xxx.jar`
## Support ## Support

View File

@ -58,4 +58,4 @@ public class Main {
System.err.println("Fail to launch Arclight."); System.err.println("Fail to launch Arclight.");
} }
} }
} }