-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
680ff6c
commit 632d312
Showing
102 changed files
with
1,993 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,6 @@ on: | |
description: 'Version' | ||
required: true | ||
type: string | ||
neo-1-21-1: | ||
description: '1.21.1 NeoForge' | ||
required: true | ||
type: boolean | ||
fabric-1-21-4: | ||
description: '1.21.4 Fabric' | ||
required: true | ||
|
@@ -25,12 +21,6 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- name: Zip neo/1.21.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/neo/1.21.1 | ||
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.1.mrpack | ||
|
||
- name: Zip fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
|
@@ -43,47 +33,66 @@ jobs: | |
name: Modrinth Releases | ||
path: ${{ github.workspace }}/*.mrpack | ||
|
||
- if: ${{ inputs.neo-1-21-1 }} | ||
name: Publish neo/1.21.1 | ||
- if: ${{ inputs.fabric-1-21-4 }} | ||
name: Publish fabric/1.21.4 | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
modrinth-id: nQYjpo27 | ||
modrinth-featured: true | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
|
||
files: | | ||
${{ github.workspace }}/*neo.1.21.1.mrpack | ||
${{ github.workspace }}/*fabric.1.21.4.mrpack | ||
name: OptimumFuse ${{ inputs.version }}+neo.1.21.1 | ||
version: ${{ inputs.version }}+neo.1.21.1 | ||
name: OptimumFuse ${{ inputs.version }}+fabric.1.21.4 | ||
version: ${{ inputs.version }}+fabric.1.21.4 | ||
version-type: release | ||
changelog-file: modrinth/neo/1.21.1/CHANGELOG.md | ||
changelog-file: modrinth/fabric/1.21.4/CHANGELOG.md | ||
|
||
loaders: | | ||
neoforge | ||
fabric | ||
game-versions: | | ||
1.21.1 | ||
1.21.4 | ||
game-version-filter: releases | ||
|
||
retry-attempts: 2 | ||
retry-delay: 10000 | ||
fail-mode: fail | ||
|
||
publish-to-curseforge: | ||
permissions: | ||
contents: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- name: Zip fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/fabric/1.21.4 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.4.zip | ||
|
||
- name: Upload to Github | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: Curseforge Releases | ||
path: ${{ github.workspace }}/*.zip | ||
|
||
- if: ${{ inputs.fabric-1-21-4 }} | ||
name: Publish fabric/1.21.4 | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
modrinth-id: nQYjpo27 | ||
modrinth-featured: true | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
curseforge-id: 887237 | ||
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | ||
|
||
files: | | ||
${{ github.workspace }}/*fabric.1.21.4.mrpack | ||
${{ github.workspace }}/*fabric.1.21.4.zip | ||
name: OptimumFuse ${{ inputs.version }}+fabric.1.21.4 | ||
version: ${{ inputs.version }}+fabric.1.21.4 | ||
version-type: release | ||
changelog-file: modrinth/fabric/1.21.4/CHANGELOG.md | ||
changelog-file: curseforge/fabric/1.21.4/CHANGELOG.md | ||
|
||
loaders: | | ||
fabric | ||
|
@@ -95,51 +104,6 @@ jobs: | |
retry-delay: 10000 | ||
fail-mode: fail | ||
|
||
# publish-to-curseforge: | ||
# permissions: | ||
# contents: write | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout sources | ||
# uses: actions/checkout@v4 | ||
|
||
# - name: Zip fabric/1.21.1 | ||
# uses: vimtor/[email protected] | ||
# with: | ||
# files: curseforge/fabric/1.21.1 | ||
# dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.1.zip | ||
|
||
# - name: Upload to Github | ||
# uses: actions/upload-artifact@v4 | ||
# with: | ||
# name: Curseforge Releases | ||
# path: ${{ github.workspace }}/*.zip | ||
|
||
# - if: ${{ inputs.fabric-1-21-1 }} | ||
# name: Publish fabric/1.21.1 | ||
# uses: Kir-Antipov/[email protected] | ||
# with: | ||
# curseforge-id: 887237 | ||
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} | ||
|
||
# files: | | ||
# ${{ github.workspace }}/*fabric.1.21.1.zip | ||
|
||
# name: OptimumFuse ${{ inputs.version }}+fabric.1.21.1 | ||
# version: ${{ inputs.version }}+fabric.1.21.1 | ||
# version-type: release | ||
# changelog-file: modrinth/fabric/1.21.1/CHANGELOG.md | ||
|
||
# loaders: | | ||
# fabric | ||
# game-versions: | | ||
# 1.21.1 | ||
# game-version-filter: releases | ||
|
||
# retry-attempts: 2 | ||
# retry-delay: 10000 | ||
# fail-mode: fail | ||
|
||
publish-to-github: | ||
permissions: | ||
contents: write | ||
|
@@ -148,26 +112,19 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/checkout@v4 | ||
|
||
- if: ${{ inputs.neo-1-21-1 }} | ||
name: Mrpack neo/1.21.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/neo/1.21.1 | ||
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.1.mrpack | ||
|
||
- if: ${{ inputs.fabric-1-21-4 }} | ||
name: Mrpack fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.4 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.4.mrpack | ||
|
||
# - if: ${{ inputs.fabric-1-21-1 }} | ||
# name: Zip fabric/1.21.1 | ||
# uses: vimtor/[email protected] | ||
# with: | ||
# files: curseforge/fabric/1.21.1 | ||
# dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.1.zip | ||
- if: ${{ inputs.fabric-1-21-4 }} | ||
name: Zip fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/fabric/1.21.4 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.4.zip | ||
|
||
- name: Publish Packs | ||
uses: Kir-Antipov/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,23 +18,17 @@ jobs: | |
calculatedSha=$(git rev-parse --short ${{ github.sha }}) | ||
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV | ||
- name: Mrpack neo/1.21.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/neo/1.21.1 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+neo.1.21.1.mrpack | ||
|
||
- name: Mrpack fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.4 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.4.mrpack | ||
|
||
- name: Zip fabric/1.21.1 | ||
- name: Zip fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/fabric/1.21.1 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.1.zip | ||
files: curseforge/fabric/1.21.4 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.4.zip | ||
|
||
- name: Upload Mrpacks to Github | ||
uses: actions/upload-artifact@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
## OptimumFuse [`1.14.0-beta.13+fabric.1.21.4`] | ||
|
||
🗃️**Detailed Changelog:** [**1.14.0-beta.12 --> 1.14.0-beta.13**](https://github.com/UltimatChamp/optimum-fuse/compare/1.14.0-beta.12...1.14.0-beta.13) | ||
|
||
--- | ||
|
||
### ⛔Unavailable Mods | ||
|
||
- **CIT Resewn** + **RPRenames** | ||
- **Nvidium** _(Incompatible with **Sodium 0.6.0** | See [**MCRcortex/nvidium#241**](https://github.com/MCRcortex/nvidium/issues/241))_ | ||
|
||
--- | ||
|
||
### 🛠️Notes/Changes | ||
|
||
- We're back on [**CurseForge**](https://www.curseforge.com/minecraft/modpacks/optimum-fuse)! | ||
|
||
--- | ||
|
||
- This release has been marked as a <font color="#ffa347">**beta**</font>, as some important mods are unavailable. | ||
- Found any bug? Report it [**here**](https://github.com/UltimatChamp/optimum-fuse/issues/new?assignees=&labels=%F0%9F%AA%B2bug&projects=&template=bug-report.yml). | ||
- Alternatively, you can report it on our [**Discord Server**](https://discord.gg/kfKjjhv3pn). | ||
|
||
--- | ||
|
||
### 🔁Re-Added | ||
|
||
- **Fancy Health Bar** | ||
|
||
--- | ||
|
||
### 🔄️Updated | ||
|
||
- **Advancement Plaques** | ||
- **Concurrent Chunk Management Engine (Fabric)** | ||
- **Delete Worlds To Trash** | ||
- **Fabric API** | ||
- **FastQuit** | ||
- **Iceberg** | ||
- **Mod Menu** | ||
- **More Culling** | ||
- **Not Enough Animations** | ||
- **Polytone** | ||
- **Puzzles Lib** | ||
|
||
--- | ||
|
||
### Mods not on CurseForge | ||
|
||
- [**AdvancementsFullscreen**](https://modrinth.com/mod/advancementsfullscreen) | ||
- [**AdvancementsSearch**](https://modrinth.com/mod/advancementssearch) | ||
- [**Animatica**](https://github.com/FoundationGames/Animatica/pull/64) | ||
- [**Better Clouds**](https://modrinth.com/mod/better-clouds) | ||
- [**Cloth Gamerules**](https://modrinth.com/mod/cloth-gamerules) | ||
- [**Datapack Reload Helper**](https://modrinth.com/mod/datapack-reload-helper) | ||
- [**DeathView**](https://modrinth.com/mod/deathview) | ||
- [**Explosive Enhancement**](https://modrinth.com/mod/explosive-enhancement) | ||
- [**FixMCStats**](https://modrinth.com/mod/fixmcstats) | ||
- [**I see you over there!**](https://modrinth.com/mod/i-see-you-over-there) | ||
- [**Keybind Fix**](https://modrinth.com/mod/keybind-fix) | ||
- [**Mica**](https://modrinth.com/mod/mica) | ||
- [**MoreCursors**](https://modrinth.com/mod/morecursors) | ||
- [**No Hotbar Looping**](https://modrinth.com/mod/no-hotbar-looping) | ||
- [**OptiBoxes**](https://github.com/lowercasebtw/optiboxes) | ||
- [**Pack/Rule Menus**](https://modrinth.com/mod/packrule-menus) | ||
- [**Particular**](https://modrinth.com/mod/particular) | ||
- [**Preferred Gamerules**](https://modrinth.com/mod/preferred-gamerules) | ||
- [**Scoreboard Overhaul**](https://modrinth.com/mod/scoreboard-overhaul) | ||
- [**ServerAddressSpacefix**](https://modrinth.com/mod/serveraddressspacefix) | ||
- [**Smooth Scroll**](https://modrinth.com/mod/smooth-scroll) | ||
- [**StarHUD**](https://modrinth.com/mod/starhud) | ||
- [**Symbol Chat**](https://modrinth.com/mod/symbol-chat) | ||
- [**ThreatenGl**](https://modrinth.com/mod/threatengl) | ||
|
||
--- | ||
|
||
### Resource-packs not on CurseForge | ||
|
||
- [**Blinking Totem**](https://modrinth.com/mod/blinking-totem) | ||
- [**blob's Enchant Icons**](https://modrinth.com/mod/blobs-enchant-icons) | ||
- [**ColorCraft**](https://modrinth.com/mod/textcolorcraft) | ||
- [**Dark Embellished Stone (Advancement Plaques)**](https://modrinth.com/mod/dark-embellished-stone) | ||
- [**Eating Animation Resource Pack**](https://modrinth.com/mod/eating-animation-resource-pack) |
Oops, something went wrong.