Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v3.0.0 #405

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft
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
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- if: matrix.version == 'LWJGL3'
name: Archive Release MMC (LWJGL3)
run: |
sed -i -e "s/B:EnableCustomGameTitle=false/B:EnableCustomGameTitle=true/g" ./overrides/config/stellar_core.cfg
cp -rvf ./cmmc/bansoukou/ ./overrides/
rm -Rf ./cmmc/bansoukou/
mv -vf ./overrides/ .minecraft/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- if: matrix.version == 'LWJGL3'
name: Archive Release MMC (LWJGL3)
run: |
sed -i -e "s/B:EnableCustomGameTitle=false/B:EnableCustomGameTitle=true/g" ./overrides/config/stellar_core.cfg
cp -rvf ./cmmc/bansoukou/ ./overrides/
rm -Rf ./cmmc/bansoukou/
mv -vf ./overrides/ .minecraft/
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG_v2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v2.7.9
## Modpack information
- ProjectRed mods can no longer be downloaded automatically, so they are now obtained at startup.
- Also, the system automatically closes after the DL is completed, but this is a specification.
- Sawmill switched from GTExpertCore to GTWoodProcessing.

## New mods
- GTWoodProcessing (1.2.2)

## Update mods
- Advanced Backups (3.6.3 -> 3.6.4)
- Better Questing Unofficial (4.2.4 -> 4.2.6)
- CraftPresence (2.5.1 -> 2.5.2)
- GregTech Food Option (1.12.1 -> 1.12.3)
- GTExpert-Core (2.3.2 -> 2.4.0)
- Had Enough Items (4.25.5 -> 4.26.2)
- Mouse Tweaks Unofficial (3.1.4 -> 3.1.5)
- PackagedAuto (v1.0.13.55 -> v1.0.13.58)
- StellarCore (1.5.4 -> 1.5.21)
- Storage Drawers (5.5.2 -> 5.5.3)
- UniLib (1.0.3 -> 1.0.4)
- Universal Tweaks (1.12.0 -> 1.13.0)

* * *

# v2.7.8
## Modpack information
- Fix titanium quest.
Expand Down
18 changes: 15 additions & 3 deletions CHANGELOG_v3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# v3.2.0-pr
# v3.0.0
## Add mods
- GTWoodProcessing (1.2.2)
- Forestry (5.8.2.422)
- Ender IO Forestry (5.3.72)
- Gendustry (1.6.5.8)

* * *

<details>

# v3.2.0-pr(old)
## Update mods
* Inventory Sorter -> Inventory Bogo Sorter
* Gregicality Science(modified by Quarri)
Expand All @@ -23,7 +34,7 @@

* * *

# v3.1.0-pr
# v3.1.0-pr(old)
## Del mods
* Extra Cells 2
* PackMode
Expand Down Expand Up @@ -58,7 +69,7 @@

* * *

# v3.0.0-pr
# v3.0.0-pr(old)
## Level rework
* No longer require charged capacitors for end content.
* Even if an EIO capacitor is put in place, it can now be used as a recipe ingredient.
Expand Down Expand Up @@ -139,3 +150,4 @@
* MultiblockTweaker
* ContentTweaker
* Devtech
</details>
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
| [v0.x.x(EOL)](/CHANGELOG_v0.md) | This version is already no longer supported. | 既にサポートが終了しているバージョンです。 |
| [v1.x.x(EOL)](/CHANGELOG_v1.md) | Its the most stable version available on curseforge, using old version of GTCEu. Since the dev team are focusing on v2 development, this version will unlikely receive supports. | 古いバージョンのGTCEuが導入されている、CurseForge上での2022/10/28時点での安定版です。なお現在はv2の開発に移行しており、v1でのバグ修正はv2にて取り込まれます。 |
| [v2.x.x](/CHANGELOG_v2.md) | This is the next version that includes the latest version of GTCEu, which we have started to release this time on CurseForge and Github.<br />The version including GCY:S (Gregicality Science) was discontinued on 2022/10/28, as updates on the GT side are not expected in the near future. | CurseForgeやGithubで今回公開し始めた、最新版のGTCEuを含んだ次期バージョンです。<br />GCY:S(Gregicality Science)を含んだバージョンはGT側の更新が当面期待できないことから、2022/10/28から廃止しました。 |
| [v3.x.x](/CHANGELOG_v3.md) | This was an experimental version prepared to debug GCY:S and provide feedback to the GTCEu development team, but the plan was dropped and this version is intended to be an ambitious update. <br />Also, this version will be distributed on GitHub only, but playing it in survival mode is deprecated. | GCY:SをデバッグしてGTCEuの開発陣にフィードバックするために用意された実験的なバージョンでしたが、計画を取りやめ意欲的な更新を目指すバージョンです。<br />またこのバージョンはGitHubのみで配布しますが、サバイバルモードでプレイすることは非推奨です。 |


## About
Expand All @@ -36,12 +35,6 @@
- You want to process more ores?
- [Flux Networks](https://www.curseforge.com/minecraft/mc-mods/flux-networks)
- You want to make RF wireless?
- (**WIP**) [Forestry](https://www.curseforge.com/minecraft/mc-mods/forestry)
- You want to bee breeding?
- (**WIP**) [Ender IO Forestry](https://www.curseforge.com/minecraft/mc-mods/ender-io-forestry)
- You want to filter out bees?
- (**WIP**) [Gendustry](https://www.curseforge.com/minecraft/mc-mods/gendustry)
- You want to automate bee breeding?
- (**WIP**) [Thaumcraft](https://www.curseforge.com/minecraft/mc-mods/thaumcraft)
- You want to use Thaumcraft's magic?
- (**WIP**) [Thaumic Energistics Extended Life Fork](https://www.curseforge.com/minecraft/mc-mods/thaumic-energistics-extended-life-fork)
Expand Down
1 change: 0 additions & 1 deletion buildtools/gen-lwjgl3-manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
projectIDs = [
419286, # MixinBooter
870276, # ConfigAnytime
460609, # CensoredASM
873867, # Red Core
874067, # Valkyrie
910715, # Alfheim Lighting Engine
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.3-alpha
notes=Release URL: https://github.com/CleanroomMC/Cleanroom/releases/tag/0.2.4-alpha
totalTimePlayed=0
Binary file not shown.
4 changes: 2 additions & 2 deletions cmmc/mmc-pack.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"uid": "net.minecraft"
}
],
"cachedVersion": "0.2.3-alpha",
"cachedVersion": "0.2.4-alpha",
"uid": "net.minecraftforge",
"version": "0.2.3-alpha"
"version": "0.2.4-alpha"
}
],
"formatVersion": 1
Expand Down
6 changes: 0 additions & 6 deletions cmmc/patches/net.minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@
{
"action": "allow"
},
{
"action": "disallow",
"os": {
"name": "osx-arm64"
}
},
{
"action": "disallow",
"os": {
Expand Down
Loading