From bfc114c498fd584e77b34f7f11a24e942f87552a Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sun, 9 Mar 2025 09:18:52 +0000 Subject: [PATCH] Installation erstellen --- installation.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 installation.md diff --git a/installation.md b/installation.md new file mode 100644 index 0000000..832de44 --- /dev/null +++ b/installation.md @@ -0,0 +1,57 @@ +--- +title: Installation +--- +# Installation + +This page explains the different ways how to install the modpack on client or on server. + +## Requirements + +- [Java 21 JRE (x64)](https://adoptium.net/de/temurin/releases/?os=windows&arch=x64&package=jre&version=21) +- [.NET 8 for Windows (x86)](https://aka.ms/dotnet-core-applaunch?framework=Microsoft.WindowsDesktop.App&framework_version=8.0.0&arch=x86&rid=win-x86&os=win10) _-> required for Minecraft Modpack Updater!_ +- [Minecraft Modpack Updater](https://pilzinsel64.de/minecraft-modpack-updater) +- Minecraft launcher of your favorits _([PrismLauncher](https://prismlauncher.org) recommended)_ _-> only for clients_ + +## Client + +This explains how you can install the modpack on your client. It uses the Minecraft Modpack Updater and PrismLauncher as launcher. + +### Prepair launcher + +This follows the steps for PrismLauncher as example. You might need to adjust the steps for your launcher. + +1. Create a new profile with the following inputs: + - Minecraft version: `1.7.10` + - Modloader: `Forge` + - Modloader version: `10.13.4.16.14` +2. Edit the previously created instance, goto "Settings" and adjust the following options: + - Java installation: Enable the checkbox, click on "Auto detection" and select the correct Java installation (see requirements). + - Java arguments: Enable the checkbox and click paste the following arguments into the textbox: \ +`-XX:+OptimizeStringConcat -XX:+UseStringDeduplication -XX:+UnlockExperimentalVMOptions -XX:+AlwaysPreTouch -XX:+DisableExplicitGC` +3. Download the file `lwjgl3ify-X.Y.Z-multimc.zip` from [lwjgl3ify GitHub releases](https://github.com/GTNewHorizons/lwjgl3ify/releases) and copy (and replace) the content of the ZIP archive to the insstance folder of Minecraft (in PrismLauncher click to "Folder" on the right side). + +### Installation & update + +#### Minecraft Modpack Updater + +Follow the instructions of the handbook. Use the following values. + +- Modpack config: `https://git.pilzinsel64.de/litw-refined/modpack/-/snippets/6/raw/main/info.json` + +#### Pre-packaged packages + +Alternatively can download the pre-packaged packages from [this link](https://cloud.pilzinsel64.de/s/kMzZT4yiNJZ9oED) and copy & paste the content of it into the `.minecraft` folder within the Minecraft instance folder of the launcher. + +## Server + +### Installation & update + +#### Minecraft Modpack Updater + +Follow the instructions of the handbook. Use the following values. + +- Modpack config: `https://git.pilzinsel64.de/litw-refined/modpack/-/snippets/6/raw/main/info.json` + +#### Pre-packaged packages + +Alternatively can download the pre-packaged packages from [this link](https://cloud.pilzinsel64.de/s/kMzZT4yiNJZ9oED) and copy & paste the content of it into the `.minecraft` folder within the Minecraft instance folder of the launcher. \ No newline at end of file