-
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
0ef9eb6
commit 8110a8c
Showing
64 changed files
with
2,373 additions
and
92 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,16 +7,12 @@ on: | |
description: 'Version' | ||
required: true | ||
type: string | ||
fabric-1-21-1: | ||
description: '1.21.1 Fabric' | ||
required: true | ||
type: boolean | ||
neo-1-21-1: | ||
description: '1.21.1 NeoForge' | ||
required: true | ||
type: boolean | ||
fabric-1-21-3: | ||
description: '1.21.3 Fabric' | ||
fabric-1-21-4: | ||
description: '1.21.4 Fabric' | ||
required: true | ||
type: boolean | ||
|
||
|
@@ -35,17 +31,11 @@ jobs: | |
files: modrinth/neo/1.21.1 | ||
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.1.mrpack | ||
|
||
- name: Zip fabric/1.21.1 | ||
- name: Zip fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.1 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.1.mrpack | ||
|
||
- name: Zip fabric/1.21.3 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.3 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.3.mrpack | ||
files: modrinth/fabric/1.21.4 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.4.mrpack | ||
|
||
- name: Upload to Github | ||
uses: actions/upload-artifact@v4 | ||
|
@@ -79,52 +69,26 @@ jobs: | |
retry-delay: 10000 | ||
fail-mode: fail | ||
|
||
- if: ${{ inputs.fabric-1-21-1 }} | ||
name: Publish fabric/1.21.1 | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
modrinth-id: nQYjpo27 | ||
modrinth-featured: true | ||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }} | ||
|
||
files: | | ||
${{ github.workspace }}/*fabric.1.21.1.mrpack | ||
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 | ||
|
||
- if: ${{ inputs.fabric-1-21-3 }} | ||
name: Publish fabric/1.21.3 | ||
- 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 }}/*fabric.1.21.3.mrpack | ||
${{ github.workspace }}/*fabric.1.21.4.mrpack | ||
name: OptimumFuse ${{ inputs.version }}+fabric.1.21.3 | ||
version: ${{ inputs.version }}+fabric.1.21.3 | ||
name: OptimumFuse ${{ inputs.version }}+fabric.1.21.4 | ||
version: ${{ inputs.version }}+fabric.1.21.4 | ||
version-type: release | ||
changelog-file: modrinth/fabric/1.21.3/CHANGELOG.md | ||
changelog-file: modrinth/fabric/1.21.4/CHANGELOG.md | ||
|
||
loaders: | | ||
fabric | ||
game-versions: | | ||
1.21.3 | ||
1.21.4 | ||
game-version-filter: releases | ||
|
||
retry-attempts: 2 | ||
|
@@ -191,19 +155,12 @@ jobs: | |
files: modrinth/neo/1.21.1 | ||
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.1.mrpack | ||
|
||
- if: ${{ inputs.fabric-1-21-1 }} | ||
name: Mrpack fabric/1.21.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.1 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.1.mrpack | ||
|
||
- if: ${{ inputs.fabric-1-21-3 }} | ||
name: Mrpack fabric/1.21.3 | ||
- if: ${{ inputs.fabric-1-21-4 }} | ||
name: Mrpack fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.3 | ||
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.3.mrpack | ||
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 | ||
|
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,47 +18,17 @@ jobs: | |
calculatedSha=$(git rev-parse --short ${{ github.sha }}) | ||
echo "COMMIT_SHORT_SHA=$calculatedSha" >> $GITHUB_ENV | ||
- name: Mrpack neo/1.21 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/neo/1.21 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+neo.1.21.mrpack | ||
|
||
- 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 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.mrpack | ||
|
||
- name: Mrpack fabric/1.21.1 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.1 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.1.mrpack | ||
|
||
- name: Mrpack fabric/1.21.3 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: modrinth/fabric/1.21.3 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.3.mrpack | ||
|
||
- name: Zip neo/1.21 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/neo/1.21 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+neo.1.21.zip | ||
|
||
- name: Zip fabric/1.21 | ||
- name: Mrpack fabric/1.21.4 | ||
uses: vimtor/[email protected] | ||
with: | ||
files: curseforge/fabric/1.21 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.zip | ||
files: modrinth/fabric/1.21.4 | ||
dest: OptimumFuse ${{ env.COMMIT_SHORT_SHA }}+fabric.1.21.4.mrpack | ||
|
||
- name: Zip fabric/1.21.1 | ||
uses: vimtor/[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 |
---|---|---|
@@ -0,0 +1,127 @@ | ||
## OptimumFuse [`1.14.0-beta.6+fabric.1.21.4`] | ||
|
||
🗃️**Detailed Changelog:** [**1.14.0-beta.5 --> 1.14.0-beta.6**](https://github.com/UltimatChamp/optimum-fuse/compare/1.14.0-beta.5...1.14.0-beta.6) | ||
|
||
--- | ||
|
||
### ⛔Unavailable Mods | ||
|
||
- **Adaptive Tooltips** | ||
- **Advancement Plaques + Iceberg** | ||
- **Cherished Worlds** | ||
- **CIT Resewn** + **RPRenames** | ||
- **Elytra Physics** + **PrickleMC** | ||
- **Enhanced Attack Indicator** | ||
- **Enhanced Block Entities** | ||
- **FancyHealthBar** | ||
- **Flow** | ||
- **Held Item Tooltips** + **Puzzles Lib** | ||
- **Nvidium** _<small>(Incompatible with **Sodium 0.6.0** | See [**MCRcortex/nvidium#241**](https://github.com/MCRcortex/nvidium/issues/241))</small>_ | ||
- **Particle Core** | ||
- **Pick Block Pro** | ||
- **Pick Up Notifier** | ||
- **Satisfying Buttons** | ||
- **Talk Bubbles** | ||
- **Tiny Item Animations** | ||
- **Tips** + **Bookshelf** | ||
- **Wakes** | ||
|
||
--- | ||
|
||
### 🛠️Notes/Changes | ||
|
||
- Updated to **1.21.4**! | ||
- This release has been marked as a **beta**, 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). | ||
|
||
--- | ||
|
||
### 💡Added | ||
|
||
- **Better Mount HUD** _<small>(Replaces **Leave My Bars Alone**)</small>_ | ||
- **Eating Animation Resource Pack** _<small>(Replaces **Eating Animation (mod)**)</small>_ | ||
- **EnhancedTooltips** _<small>(Replaces **Tooltip Tweaks**)</small>_ | ||
|
||
--- | ||
|
||
### 🔁Re-Added | ||
|
||
- **FabricSkyBoxes** + **FabricSkyBoxes Interop** | ||
- **No Hotbar Looping** | ||
- **Sodium Options API** + **Sodium Options Mod Compat** + **TxniLib** | ||
|
||
--- | ||
|
||
### 🗑️Removed | ||
|
||
- **Cherry Background** | ||
- **Edgeless Chat Screen** | ||
|
||
--- | ||
|
||
### 🔄️Updated | ||
|
||
- **3D Skin Layers** | ||
- **Better Clouds** | ||
- **Better Command Block UI** | ||
- **Better Highlighting** | ||
- **Better Suggestions** | ||
- **Better Third Person** | ||
- **BetterGrassify** | ||
- **Capes** | ||
- **Chat Heads** | ||
- **Cloth Config API** | ||
- **Concurrent Chunk Management Engine (Fabric)** | ||
- **Continuity** | ||
- **Controlify** | ||
- **Controlling** | ||
- **DeathView** | ||
- **Debugify** | ||
- **Delete Worlds To Trash** | ||
- **Entity Culling** | ||
- - **[EMF] Entity Model Features** | ||
- **[ETF] Entity Texture Features** | ||
- **Explosive Enhancement** | ||
- **Fabric API** | ||
- **Fancy Block Particles - Renewed** | ||
- **FerriteCore** | ||
- **FireHud** | ||
- **FixMCStats** | ||
- **Forge Config API Port** | ||
- **Freecam** | ||
- **Fzzy Config** | ||
- **GUI SimpleStylized** | ||
- **ImmediatelyFast** | ||
- **Iris Shaders** | ||
- **LambDynamicLights** | ||
- **Language Reload** | ||
- **Lithium** | ||
- **Mod Menu** | ||
- **ModernFix** | ||
- **More Culling** | ||
- **No Chat Reports** | ||
- **Noisium** | ||
- **Not Enough Animations** | ||
- **Ok Zoomer** | ||
- **oωo (owo-lib)** | ||
- **Particle Rain** | ||
- **Particular ✨** | ||
- **Polytone** | ||
- **Reese's Sodium Options** | ||
- **Remove Reloading Screen** | ||
- **Scribble** | ||
- **Searchables** | ||
- **Shulker Box Tooltip** | ||
- **Skin Shuffle** | ||
- **Smooth Scrolling** | ||
- **Sodium** | ||
- **Sodium Extra** | ||
- **Sodium Extra Information** | ||
- **Sounds** | ||
- **Subtle Effects** | ||
- **Symbol Chat** | ||
- **Translations for Sodium** | ||
- **Very Many Players (Fabric)** | ||
- **Wavey Capes** | ||
- **YetAnotherConfigLib (YACL)** |
Oops, something went wrong.