Skip to content

Commit a90cefd

Browse files
committed
Update Cleanroom 0.5.8
1 parent 3ff3d43 commit a90cefd

8 files changed

Lines changed: 487 additions & 490 deletions

File tree

.github/workflows/preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
JAVA8_CF: "${{ github.event.inputs.version }}-Pre-${{ github.event.inputs.preview_version }}-CF_Java_8"
2424
JAVA8_MMC: "${{ github.event.inputs.version }}-Pre-${{ github.event.inputs.preview_version }}-MMC_Java_8"
2525
JAVA8_SERVER: "${{ github.event.inputs.version }}-Pre-${{ github.event.inputs.preview_version }}-Server_Java_8"
26-
JAVA_OPT: "${{ github.event.inputs.version }}-Pre-${{ github.event.inputs.preview_version }}-MMC_Java_17-25"
26+
JAVA_OPT: "${{ github.event.inputs.version }}-Pre-${{ github.event.inputs.preview_version }}-MMC_Java_25-26"
2727

2828
jobs:
2929
build:
@@ -165,9 +165,9 @@ jobs:
165165
166166
This preview includes:
167167
- **Java 8** (CurseForge / MultiMC / PrismLauncher / Server)
168-
- **Java 17-25** (MultiMC / PrismLauncher only)
168+
- **Java 25-26** (MultiMC / PrismLauncher only)
169169
170-
See installation guide for Java 17-25 [here](https://github.com/GTModpackTeam/GregTech-Expert-2/blob/main/cmmc/).
170+
See installation guide for Java 25-26 [here](https://github.com/GTModpackTeam/GregTech-Expert-2/blob/main/cmmc/).
171171
prerelease: true
172172
generate_release_notes: true
173173
files: |

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
JAVA8_CF: "${{ github.event.inputs.version }}-CF_Java_8"
2222
JAVA8_MMC: "${{ github.event.inputs.version }}-MMC_Java_8"
2323
JAVA8_SERVER: "${{ github.event.inputs.version }}-Server_Java_8"
24-
JAVA_OPT: "${{ github.event.inputs.version }}-MMC_Java_17-25"
24+
JAVA_OPT: "${{ github.event.inputs.version }}-MMC_Java_25-26"
2525

2626
jobs:
2727
build:
@@ -164,9 +164,9 @@ jobs:
164164
165165
This preview includes:
166166
- **Java 8** (CurseForge / MultiMC / PrismLauncher / Server)
167-
- **Java 17-25** (MultiMC / PrismLauncher only)
167+
- **Java 25-26** (MultiMC / PrismLauncher only)
168168
169-
See installation guide for Java 17-25 [here](https://github.com/GTModpackTeam/GregTech-Expert-2/blob/main/cmmc/).
169+
See installation guide for Java 25-26 [here](https://github.com/GTModpackTeam/GregTech-Expert-2/blob/main/cmmc/).
170170
prerelease: false
171171
generate_release_notes: true
172172
files: |

cmmc/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# GregTech Expert 2 for Java_17-25 Version - (Powered by [Cleanroom](https://github.com/CleanroomMC/Cleanroom))
1+
# GregTech Expert 2 for Java_25-26 Version - (Powered by [Cleanroom](https://github.com/CleanroomMC/Cleanroom))
22

33
## About
4-
- This is the first ModPack created(probably) to promote [CleanroomMC](https://github.com/CleanroomMC), which runs on LWJGL version 3 in Minecraft 1.12.2 and aims to run [Azul Zulu Builds of OpenJDK(Java 21+)](https://www.azul.com/downloads/?version=java-21-lts&package=jre#zulu), optimize, and much more.
4+
- This is the first ModPack created(probably) to promote [CleanroomMC](https://github.com/CleanroomMC), which runs on LWJGL version 3 in Minecraft 1.12.2 and aims to run [Azul Zulu Builds of OpenJDK(Java 25+)](https://www.azul.com/downloads/?version=java-21-lts&package=jre#zulu), optimize, and much more.
55

66

77
## How to install
8-
- To install the GregTech Expert 2 for Java_17-25 ModPack, follow these steps:
9-
1. First, find the latest build with [Java_17-25](https://github.com/GTModpackTeam/gregtech-expert-2/releases) in Github releases
10-
2. Download the `GTExpert2-<base_version>_Java_17-25.zip` or the PR version if you want to test the latest changes
11-
1. PR Version: `GTExpert2-<base_version>-Pre-<pr_version>_Java_17-25.zip`
8+
- To install the GregTech Expert 2 for Java_25-26 ModPack, follow these steps:
9+
1. First, find the latest build with [Java_25-26](https://github.com/GTModpackTeam/gregtech-expert-2/releases) in Github releases
10+
2. Download the `GTExpert2-<base_version>_Java_25-26.zip` or the PR version if you want to test the latest changes
11+
1. PR Version: `GTExpert2-<base_version>-Pre-<pr_version>_Java_25-26.zip`
1212
3. Open the [Prism Launcher](https://prismlauncher.org/) or [MultiMC](https://multimc.org/) and create a new instance
1313
4. Import the downloaded zip file into the Prism Launcher/MultiMC instance
14-
5. Set version to [Azul Zulu Builds of OpenJDK(Java 17-25)](https://www.azul.com/downloads/?version=java-25-lts&package=jre#zulu)
14+
5. Set version to [Azul Zulu Builds of OpenJDK(Java 25-26)](https://www.azul.com/downloads/?package=jre#zulu)
1515
6. Resolve any mod conflicts that may occur
1616
7. Run the instance and enjoy the game!

cmmc/instance.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ JvmArgs=-XX:+UnlockDiagnosticVMOptions -XX:+UseCompactObjectHeaders -XX:+UnlockE
2222
lastLaunchTime=0
2323
lastTimePlayed=0
2424
name=[Cleanroom] GregTech Expert 2 MODPACKVERSION
25-
notes=Release URL: https://github.com/CleanroomMC/Cleanroom/releases/tag/0.5.4-alpha
25+
notes=Release URL: https://github.com/CleanroomMC/Cleanroom/releases/tag/0.5.8-alpha
2626
totalTimePlayed=0

cmmc/mmc-pack.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"components": [
33
{
44
"cachedName": "LWJGL 3",
5-
"cachedVersion": "3.4.1",
5+
"cachedVersion": "3.3.6",
66
"cachedVolatile": true,
77
"dependencyOnly": true,
88
"uid": "org.lwjgl3",
9-
"version": "3.4.1"
9+
"version": "3.3.6"
1010
},
1111
{
1212
"cachedName": "Minecraft",
1313
"cachedRequires": [
1414
{
15-
"suggests": "3.4.1",
15+
"suggests": "3.3.6",
1616
"uid": "org.lwjgl3"
1717
}
1818
],
@@ -29,9 +29,9 @@
2929
"uid": "net.minecraft"
3030
}
3131
],
32-
"cachedVersion": "0.5.4-alpha",
32+
"cachedVersion": "0.5.8-alpha",
3333
"uid": "net.minecraftforge",
34-
"version": "0.5.4-alpha"
34+
"version": "0.5.8-alpha"
3535
}
3636
],
3737
"formatVersion": 1

cmmc/patches/net.minecraft.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
"url": "https://piston-meta.mojang.com/v1/packages/a21e1ded1a24ea1548dd8db0cf30b6acb02655a9/1.12.json"
88
},
99
"compatibleJavaMajors": [
10-
21,
11-
22,
12-
23,
13-
24,
14-
25
10+
25,
11+
26
1512
],
1613
"formatVersion": 1,
1714
"libraries": [

0 commit comments

Comments
 (0)