Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG_v2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v2.7.11
## Modpack information
### Fix
- No animations for the working machines in #412

## Update mods
- Entity Culling (6.4.3 -> 6.5.0)
- CensoredASM (5.23 -> 5.28)
- CraftPresence (2.5.3 -> 2.5.4)
- Fixeroo (2.3.4 -> 2.3.5-hotfix)
- GTConsolidate (1.0.1.1 -> 1.0.3.1)
- GTExpert-Core (2.4.6 -> 2.4.8)
- GregTech Wood Processing (1.2.3 -> 1.2.4)
- Had Enough Items (4.27.0 -> 4.27.3)
- OpenComputers (1.8.7 -> 1.8.8)
- PackagedAuto (1.0.15.58 -> 1.0.18.63)
- RenderLib (1.3.5 -> 1.4.3)
- RoughlyEnoughIDs (2.2.1 -> 2.2.2)
- VintageFix (0.5.1 -> 0.5.5)

* * *

# v2.7.10
## Modpack information
- Fixed some quests.
Expand Down
2 changes: 1 addition & 1 deletion cmmc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

## Optional mods
- [Vintagium](https://github.com/Asek3/sodium-1.12) by Asek3
Expand Down
2 changes: 1 addition & 1 deletion cmmc/instance.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ iconKey=default
lastLaunchTime=0
lastTimePlayed=0
name=[CleanroomMMC] GregTech Expert 2 MODPACKVERSION
notes=Release URL: https://github.com/CleanroomMC/Cleanroom/releases/tag/0.2.4-alpha
notes=Release URL: https://github.com/CleanroomMC/Cleanroom/releases/tag/0.3.0-alpha
totalTimePlayed=0
Binary file not shown.
10 changes: 5 additions & 5 deletions cmmc/mmc-pack.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"components": [
{
"cachedName": "LWJGL 3",
"cachedVersion": "3.3.4-27-CLEANROOM",
"cachedVersion": "3.3.6",
"cachedVolatile": true,
"dependencyOnly": true,
"uid": "org.lwjgl3",
"version": "3.3.4-27-CLEANROOM"
"version": "3.3.6"
},
{
"cachedName": "Minecraft",
"cachedRequires": [
{
"suggests": "3.3.4-27-CLEANROOM",
"suggests": "3.3.6",
"uid": "org.lwjgl3"
}
],
Expand All @@ -29,9 +29,9 @@
"uid": "net.minecraft"
}
],
"cachedVersion": "0.2.4-alpha",
"cachedVersion": "0.3.0-alpha",
"uid": "net.minecraftforge",
"version": "0.2.4-alpha"
"version": "0.3.0-alpha"
}
],
"formatVersion": 1
Expand Down
4 changes: 3 additions & 1 deletion cmmc/patches/net.minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
},
"compatibleJavaMajors": [
21,
22
22,
23,
24
],
"formatVersion": 1,
"libraries": [
Expand Down
Loading