Update Home

2026-07-13 17:41:11 +00:00
parent 76203de9a8
commit 4e4495e4be
+6 -20
@@ -45,37 +45,23 @@ https://git.zombiebytes.net/mad-sqwad/IMR6/releases/download/Dev/IMR6.zip
## Manual Installation
1. Head to the release section for IMR6 on my dev server:
https://git.zombiebytes.net/mad-sqwad/IMR6/releases
Select the latest "main" version as this is what I will have the server synced to, and then your
platform (win32 or linux), download this.
1. Grab the latest "MAIN" release for your chosen platform at [Releases](https://git.zombiebytes.net/mad-sqwad/IMR6/releases).
(Semi Automatic)
2. Import via prism with your local zip.
(Full manual)
2. Create a new Prism instance via "Add Instance", name it whatever you like, then select the MC
version (1.20.1) - and select forge (version 47.4.10) as the mod loader and create it.
2. Create a new Prism instance via "Add Instance", name it whatever you like, then select the MC version (1.20.1) - and select forge (version 47.4.10) as the mod loader and create it.
3. Right click the new instance and view folder. Open "minecraft" and copy over the files
from the extracted zip in step 1.
3. Right click the new instance and view folder. Open "minecraft" and copy over the files from the extracted zip in step 1.
4. Now back at the instances section, again right click the modpack instance we created
and select "Edit". Goto settings > Java and tick the Java installation and memory sections.
4. Now back at the instances section, again right click the modpack instance we created and select "Edit". Goto settings > Java and tick the Java installation and memory sections.
5. For a default JRE/JVM select "Detect" and see what you have on your system and select
any version greater than Java 17. If none are there use the "Open Java Downloader"
and select "Adoptium" Java 17 and select the latest one there, download it and then like
before select "Detect" and select the version. If you have issues later launching
head to: https://adoptium.net/en-GB/temurin/releases?version=25&os=any&arch=any
and download the latest Java 25 for your platform, then instead "Browse" for it
and select it.
5. For a default JRE/JVM select "Detect" and see what you have on your system and select any version greater than Java 17. If none are there use the "Open Java Downloader" and select "Adoptium" Java 17 and select the latest one there, download it and then like before select "Detect" and select the version. If you have issues later launching head to: [Java Downloads](https://adoptium.net/en-GB/temurin/releases?version=25&os=any&arch=any) and download the latest Java 25 for your platform, then instead "Browse" for it and select it.
6. Now set a Memory of 4096MiB min, 10752MiB max and a 256MiB permGen size.
7. If you are using a GraalVM JRE/JVM from the automatic install zip, then apply the following
"Java args" after enabling it's tickbox:
7. If you are using a GraalVM JRE/JVM from the automatic install zip, then apply the following "Java args" after enabling it's tick box:
```
--add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:MaxGCPauseMillis=130 -XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:+PerfDisableSharedMem -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:+UseNUMA -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:NodeLimitFudgeFactor=8000 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:NmethodSweepActivity=1 -XX:+UseFastUnorderedTimeStamps -XX:+UseCriticalJavaThreadPriority -XX:AllocatePrefetchStyle=3 -XX:+AlwaysActAsServerClassMachine -XX:+UseTransparentHugePages -XX:LargePageSizeInBytes=2M -XX:+UseLargePages -XX:+EagerJVMCI -Dgraal.TuneInlinerExploration=1 -Dgraal.LoopRotation=true -Dgraal.CompilerConfiguration=enterprise -Dgraal.VectorizeSIMD=true -Dgraal.PartialUnroll=true -Dforgewrapper.skipHashCheck=true