Skip to content

Commit

Permalink
Rename to Titanium
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleChest committed Apr 23, 2024
1 parent 7530d49 commit 83cdcb0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Modrinth
path: Extremely Optimised-${{ env.VERSION }}.mrpack
path: Titanium-${{ env.VERSION }}.mrpack
if-no-files-found: error

- name: Export CurseForge modpack
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: CurseForge
path: Extremely Optimised-${{ env.VERSION }}.zip
path: Titanium-${{ env.VERSION }}.zip
if-no-files-found: error

- name: Update mods
Expand Down Expand Up @@ -87,7 +87,4 @@ jobs:
java -jar cmcl.jar config printStartupInfo true
java -jar cmcl.jar config checkAccountBeforeStart false
echo "0" | java -jar cmcl.jar CI
cat .minecraft/versions/CI/logs/latest.log
ls -n .minecraft/versions/CI/logs/
ls -n .minecraft/versions/CI/
if [ `grep -c "java.lang.IllegalStateException: Failed to initialize GLFW, errors: GLFW error during init" .minecraft/versions/CI/crash-reports/crash-*-client.txt` -ne "1" ]; then echo "::error title=Game crashed::Oops." && exit 1; fi
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Getting Started

**Extremely Optimised requires a supported driver for the graphics card to work properly, see [Sodium's Driver Compatibility](https://github.com/CaffeineMC/sodium-fabric/wiki/Driver-Compatibility) to learn how to upgrade them.**
**Titanium requires a supported driver for the graphics card to work properly, see [Sodium's Driver Compatibility](https://github.com/CaffeineMC/sodium-fabric/wiki/Driver-Compatibility) to learn how to upgrade them.**

## Feature

Expand All @@ -24,6 +24,6 @@ The third part `1` is defined by the modpack itself and it is recommended that y

You are welcome to base your modifications on this modpack, which is packaged using Packwiz and hosted on GitHub, so it can be easily forked and modified.

You should also need to state that this modpack is based on Extremely Optimised, which is best linked back to this page.
You should also need to state that this modpack is based on Titanium, which is best linked back to this page.

**Need an example? [RE:Vanilla](https://modrinth.com/modpack/revanillaw) is a derivative of Extremely Optimised!**
**Need an example? [RE:Vanilla](https://modrinth.com/modpack/revanillaw) is a derivative of Titanium!**
2 changes: 1 addition & 1 deletion config/bcc.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"modpackName":"Extremely Optimised","modpackVersion":"_VERSION_"}
{"modpackName":"Titanium","modpackVersion":"_VERSION_"}
2 changes: 1 addition & 1 deletion config/fabric_loader_dependencies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Extremely Optimised":">_VERSION_"}}}}
{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.15.10"}},"minecraft":{"+recommends":{"Titanium":">_VERSION_"}}}}
2 changes: 1 addition & 1 deletion config/yosbr/config/bcc.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"modpackName":"Extremely Optimised","modpackVersion":"BROKEN"}
{"modpackName":"Titanium","modpackVersion":"BROKEN"}
2 changes: 1 addition & 1 deletion config/yosbr/config/fabric_loader_dependencies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"overrides":{"fabricloader":{"+depends":{"Extremely Optimised again.\nIt looks like you've deleted important files from your config folder, so Extremely Optimised may not run properly.\nPlease update the pack or reset its config. Instructions: https://revanilla.littlew.top/update\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n":""}}}}
{"version":1,"overrides":{"fabricloader":{"+depends":{"Titanium again.\nIt looks like you've deleted important files from your config folder, so Titanium may not run properly.\nPlease update the pack or reset its config. Instructions: https://revanilla.littlew.top/update\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n":""}}}}
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Extremely Optimised"
name = "Titanium"
author = "LittleChest"
version = "_VERSION_"
description = "Improve your Minecraft experience with the ultimate in optimisation and without any QoL features!"
Expand Down

0 comments on commit 83cdcb0

Please sign in to comment.