Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
* sodium 0.6.0
* updated neo to 1.21.1
* temp disabled curseforge
  • Loading branch information
UltimatChamp committed Sep 5, 2024
1 parent 1d6e052 commit a3aaf52
Show file tree
Hide file tree
Showing 46 changed files with 3,622 additions and 998 deletions.
212 changes: 106 additions & 106 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,112 +131,112 @@ 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 neo/1.21
uses: vimtor/[email protected]
with:
files: curseforge/neo/1.21
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.zip

- name: Zip fabric/1.21
uses: vimtor/[email protected]
with:
files: curseforge/fabric/1.21
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.zip

- 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.neo-1-21 }}
name: Publish neo/1.21
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 887237
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files: |
${{ github.workspace }}/*neo.1.21.zip
name: OptimumFuse ${{ inputs.version }}+neo.1.21
version: ${{ inputs.version }}+neo.1.21
version-type: release
changelog-file: modrinth/neo/1.21/CHANGELOG.md

loaders: |
neoforge
game-versions: |
1.21
game-version-filter: releases

retry-attempts: 2
retry-delay: 10000
fail-mode: fail

- if: ${{ inputs.fabric-1-21 }}
name: Publish fabric/1.21
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 887237
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

files: |
${{ github.workspace }}/*fabric.1.21.zip
name: OptimumFuse ${{ inputs.version }}+fabric.1.21
version: ${{ inputs.version }}+fabric.1.21
version-type: release
changelog-file: modrinth/fabric/1.21/CHANGELOG.md

loaders: |
fabric
game-versions: |
1.21
game-version-filter: releases

retry-attempts: 2
retry-delay: 10000
fail-mode: fail

- 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-curseforge:
# permissions:
# contents: write
# runs-on: ubuntu-latest
# steps:
# - name: Checkout sources
# uses: actions/checkout@v4

# - name: Zip neo/1.21
# uses: vimtor/[email protected]
# with:
# files: curseforge/neo/1.21
# dest: OptimumFuse ${{ inputs.version }}+neo.1.21.zip

# - name: Zip fabric/1.21
# uses: vimtor/[email protected]
# with:
# files: curseforge/fabric/1.21
# dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.zip

# - 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.neo-1-21 }}
# name: Publish neo/1.21
# uses: Kir-Antipov/[email protected]
# with:
# curseforge-id: 887237
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

# files: |
# ${{ github.workspace }}/*neo.1.21.zip

# name: OptimumFuse ${{ inputs.version }}+neo.1.21
# version: ${{ inputs.version }}+neo.1.21
# version-type: release
# changelog-file: modrinth/neo/1.21/CHANGELOG.md

# loaders: |
# neoforge
# game-versions: |
# 1.21
# game-version-filter: releases

# retry-attempts: 2
# retry-delay: 10000
# fail-mode: fail

# - if: ${{ inputs.fabric-1-21 }}
# name: Publish fabric/1.21
# uses: Kir-Antipov/[email protected]
# with:
# curseforge-id: 887237
# curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

# files: |
# ${{ github.workspace }}/*fabric.1.21.zip

# name: OptimumFuse ${{ inputs.version }}+fabric.1.21
# version: ${{ inputs.version }}+fabric.1.21
# version-type: release
# changelog-file: modrinth/fabric/1.21/CHANGELOG.md

# loaders: |
# fabric
# game-versions: |
# 1.21
# game-version-filter: releases

# retry-attempts: 2
# retry-delay: 10000
# fail-mode: fail

# - 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:
Expand Down
74 changes: 69 additions & 5 deletions modrinth/fabric/1.21.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,80 @@
## OptimumFuse [`1.11.2+fabric.1.21.1`]
## OptimumFuse [`1.12.0+fabric.1.21.1`]

🗃️**Detailed Changelog:** [**1.11.1 --> 1.11.2**](https://github.com/UltimatChamp/optimum-fuse/compare/1.11.1...1.11.2)
🗃️**Detailed Changelog:** [**1.11.2 --> 1.12.0**](https://github.com/UltimatChamp/optimum-fuse/compare/1.11.2...1.12.0)

<hr>

### 🛠️Notes/Changes

- Updated to **1.21.1**!
- Updated **Fabric Loader** to `0.16.4`.
- Now using **Sodium** `0.6.0`, which brings some _performance improvements_, **Transluency Sorting**, and native support for **FRAPI**, which means **Indium** is not required anymore!
- Made the _**wakes**/splashes_, in water, more vibrant.
- The **Curseforge** version of the modpack has been abandoned _(temporarily?)_, because of them not supporting **cross-loader** mods in modpacks. _(for example, having fabric mods in a neoforge modpack)_

<hr>

### ⛔Unavailable Mods

- **CIT Resewn** + **RP Renames**
- **Flow**
- **CIT Resewn** + **RP Renames** _(See [**SHsuperCM/CITResewn#397**](https://github.com/SHsuperCM/CITResewn/issues/397) & [**sp614x/optifine#7658**](https://github.com/sp614x/optifine/issues/7658))_
- **Nvidium** _(Incompatible with **Sodium 0.6.0** | See [**MCRcortex/nvidium#241**](https://github.com/MCRcortex/nvidium/issues/241))_

<hr>

### 💡Added

- **Better Falling Block Particles** _(Enhances the visual effects of falling blocks)_
- **Better Recipe Book** _(Adds brewing, smithing, and QOL changes to the vanilla recipe book)_
- **Make Bubbles Pop** _(Adds a popping animation to bubbles)_
- **Satisfying Buttons** _(Makes buttons more visually appealing when pressed)_
- **Scoreboard Overhaul** _(Redesigns the scoreboard for better readability)_
- **Smooth Scrolling** _(Smooth scrolling for chat, hotbar, and the creative inventory)_
- **Tiny Item Animations** _(Adds subtle animations to held items)_
- **Visual Overhaul** _(Improves workstation models and changes item colors based on the current biome)_
- **Xander's Sodium Options** _(Vanilla-styled Sodium Video Settings options powered-by YACL | Replaces **Reese's Sodium Options**)_

<hr>

### ❌Removed

- **Reese's Sodium Options** _(Replaced with **Xander's Sodium Options**)_

<hr>

### 🔄️Updated

- **Better Command Block UI**
- **BetterF3**
- **BetterGrassify**
- **Concurrent Chunk Management Engine (Fabric)**
- **Debugify**
- **[EMF] Entity Model Features**
- **Entity Culling**
- **[ETF] Entity Texture Features**
- **Fabric API**
- **Fabric Language Kotlin**
- **Fancy Block Particles - Renewed**
- **Fzzy Config**
- **ImmediatelyFast**
- **Iris Shaders**
- **M.R.U**
- **Mod Menu**
- **ModernFix**
- **More Culling**
- **No Hotbar Looping**
- **Noisium**
- **Not Enough Animations**
- **oωo (owo-lib)**
- **Pick Block Pro**
- **Polytone**
- **ResolutionControl 3**
- **Resourcify**
- **RyoamicLights**
- **ScalableLux**
- **Shulker Box Tooltip**
- **Sodium**
- **Sodium Extra**
- **Sounds**
- **Translations for Sodium**
- **Very Many Players (Fabric)**
- **Wakes**
- **Wavey Capes**
Binary file not shown.
Loading

0 comments on commit a3aaf52

Please sign in to comment.