Skip to content

Commit 8a97d1b

Browse files
authored
Update v2.7.11 (#411)
1 parent 857b5b5 commit 8a97d1b

File tree

12 files changed

+595
-476
lines changed

12 files changed

+595
-476
lines changed

CHANGELOG_v2.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v2.7.11
2+
## Modpack information
3+
### Fix
4+
- No animations for the working machines in #412
5+
6+
## Update mods
7+
- Entity Culling (6.4.3 -> 6.5.0)
8+
- CensoredASM (5.23 -> 5.28)
9+
- CraftPresence (2.5.3 -> 2.5.4)
10+
- Fixeroo (2.3.4 -> 2.3.5-hotfix)
11+
- GTConsolidate (1.0.1.1 -> 1.0.3.1)
12+
- GTExpert-Core (2.4.6 -> 2.4.8)
13+
- GregTech Wood Processing (1.2.3 -> 1.2.4)
14+
- Had Enough Items (4.27.0 -> 4.27.3)
15+
- OpenComputers (1.8.7 -> 1.8.8)
16+
- PackagedAuto (1.0.15.58 -> 1.0.18.63)
17+
- RenderLib (1.3.5 -> 1.4.3)
18+
- RoughlyEnoughIDs (2.2.1 -> 2.2.2)
19+
- VintageFix (0.5.1 -> 0.5.5)
20+
21+
* * *
22+
123
# v2.7.10
224
## Modpack information
325
- Fixed some quests.

cmmc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
## Self download mods
2222
- [Fugue](https://www.curseforge.com/minecraft/mc-mods/fugue) by CleanroomMC
23-
- [Scalar](https://www.curseforge.com/minecraft/mc-mods/scalar/files/5309537) by CleanroomMC
23+
- [Scalar](https://www.curseforge.com/minecraft/mc-mods/scalar/files/6130572) by CleanroomMC
2424

2525
## Optional mods
2626
- [Vintagium](https://github.com/Asek3/sodium-1.12) by Asek3

cmmc/instance.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ iconKey=default
2222
lastLaunchTime=0
2323
lastTimePlayed=0
2424
name=[CleanroomMMC] GregTech Expert 2 MODPACKVERSION
25-
notes=Release URL: https://github.com/CleanroomMC/Cleanroom/releases/tag/0.2.4-alpha
25+
notes=Release URL: https://github.com/CleanroomMC/Cleanroom/releases/tag/0.3.0-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.3.4-27-CLEANROOM",
5+
"cachedVersion": "3.3.6",
66
"cachedVolatile": true,
77
"dependencyOnly": true,
88
"uid": "org.lwjgl3",
9-
"version": "3.3.4-27-CLEANROOM"
9+
"version": "3.3.6"
1010
},
1111
{
1212
"cachedName": "Minecraft",
1313
"cachedRequires": [
1414
{
15-
"suggests": "3.3.4-27-CLEANROOM",
15+
"suggests": "3.3.6",
1616
"uid": "org.lwjgl3"
1717
}
1818
],
@@ -29,9 +29,9 @@
2929
"uid": "net.minecraft"
3030
}
3131
],
32-
"cachedVersion": "0.2.4-alpha",
32+
"cachedVersion": "0.3.0-alpha",
3333
"uid": "net.minecraftforge",
34-
"version": "0.2.4-alpha"
34+
"version": "0.3.0-alpha"
3535
}
3636
],
3737
"formatVersion": 1

cmmc/patches/net.minecraft.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
},
99
"compatibleJavaMajors": [
1010
21,
11-
22
11+
22,
12+
23,
13+
24
1214
],
1315
"formatVersion": 1,
1416
"libraries": [

0 commit comments

Comments
 (0)