Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp committed Oct 27, 2024
1 parent e1db1b9 commit 3da767f
Show file tree
Hide file tree
Showing 11 changed files with 631 additions and 651 deletions.
166 changes: 2 additions & 164 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,14 @@ on:
description: 'Version'
required: true
type: string
neo-1-21:
description: '1.21 NeoForge'
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:
description: '1.21 Fabric'
required: true
type: boolean
fabric-1-21-1:
description: '1.21.1 Fabric'
required: true
type: boolean

jobs:
publish-to-modrinth:
Expand All @@ -33,24 +25,12 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Zip neo/1.21
uses: vimtor/action-zip@v1.2
with:
files: modrinth/neo/1.21
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.mrpack

- name: Zip neo/1.21.1
uses: vimtor/action-zip@v1.2
with:
files: modrinth/neo/1.21.1
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.1.mrpack

- name: Zip fabric/1.21
uses: vimtor/action-zip@v1.2
with:
files: modrinth/fabric/1.21
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.mrpack

- name: Zip fabric/1.21.1
uses: vimtor/action-zip@v1.2
with:
Expand All @@ -63,32 +43,6 @@ jobs:
name: Modrinth Releases
path: ${{ github.workspace }}/*.mrpack

- if: ${{ inputs.neo-1-21 }}
name: Publish neo/1.21
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: nQYjpo27
modrinth-featured: true
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

files: |
${{ github.workspace }}/*neo.1.21.mrpack
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.neo-1-21-1 }}
name: Publish neo/1.21.1
uses: Kir-Antipov/mc-publish@v3.3
Expand All @@ -115,32 +69,6 @@ jobs:
retry-delay: 10000
fail-mode: fail

- if: ${{ inputs.fabric-1-21 }}
name: Publish fabric/1.21
uses: Kir-Antipov/mc-publish@v3.3
with:
modrinth-id: nQYjpo27
modrinth-featured: true
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

files: |
${{ github.workspace }}/*fabric.1.21.mrpack
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/mc-publish@v3.3
Expand Down Expand Up @@ -175,18 +103,6 @@ jobs:
# - name: Checkout sources
# uses: actions/checkout@v4

# - name: Zip neo/1.21
# uses: vimtor/action-zip@v1.2
# with:
# files: curseforge/neo/1.21
# dest: OptimumFuse ${{ inputs.version }}+neo.1.21.zip

# - name: Zip fabric/1.21
# uses: vimtor/action-zip@v1.2
# with:
# files: curseforge/fabric/1.21
# dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.zip

# - name: Zip fabric/1.21.1
# uses: vimtor/action-zip@v1.2
# with:
Expand All @@ -199,56 +115,6 @@ jobs:
# name: Curseforge Releases
# path: ${{ github.workspace }}/*.zip

# - if: ${{ inputs.neo-1-21 }}
# name: Publish neo/1.21
# uses: Kir-Antipov/mc-publish@v3.3
# 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/mc-publish@v3.3
# 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/mc-publish@v3.3
Expand Down Expand Up @@ -282,48 +148,20 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- if: ${{ inputs.neo-1-21 }}
name: Mrpack neo/1.21
uses: vimtor/action-zip@v1.2
with:
files: modrinth/neo/1.21
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.mrpack

- if: ${{ inputs.neo-1-21-1 }}
name: Mrpack neo/1.21.1
uses: vimtor/action-zip@v1.2
with:
files: modrinth/neo/1.21.1
dest: OptimumFuse ${{ inputs.version }}+neo.1.21.1.mrpack

- if: ${{ inputs.fabric-1-21 }}
name: Mrpack fabric/1.21
uses: vimtor/action-zip@v1.2
with:
files: modrinth/fabric/1.21
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.mrpack

- if: ${{ inputs.fabric-1-21-1 }}
name: Mrpack fabric/1.21.1
uses: vimtor/action-zip@v1.2
with:
files: modrinth/fabric/1.21.1
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.1.mrpack

# - if: ${{ inputs.neo-1-21 }}
# name: Zip neo/1.21
# uses: vimtor/action-zip@v1.2
# with:
# files: curseforge/neo/1.21
# dest: OptimumFuse ${{ inputs.version }}+neo.1.21.zip

# - if: ${{ inputs.fabric-1-21 }}
# name: Zip fabric/1.21
# uses: vimtor/action-zip@v1.2
# with:
# files: curseforge/fabric/1.21
# dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.zip

# - if: ${{ inputs.fabric-1-21-1 }}
# name: Zip fabric/1.21.1
# uses: vimtor/action-zip@v1.2
Expand Down
57 changes: 48 additions & 9 deletions modrinth/fabric/1.21.1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,74 @@
## OptimumFuse [`1.12.6+fabric.1.21.1`]
## OptimumFuse [`1.13.0+fabric.1.21.1`]

🗃️**Detailed Changelog:** [**1.12.5 --> 1.12.6**](https://github.com/UltimatChamp/optimum-fuse/compare/1.12.5...1.12.6)
🗃️**Detailed Changelog:** [**1.12.6 --> 1.13.0**](https://github.com/UltimatChamp/optimum-fuse/compare/1.12.6...1.13.0)

<hr>

### ⛔Unavailable Mods

- **Controlify** _<small>(Incompatible with **Reese's Sodium Options** | See [**isXander/Controlify#419**](https://github.com/isXander/Controlify/issues/419))</small>_
- **Nvidium** _<small>(Incompatible with **Sodium 0.6.0** | See [**MCRcortex/nvidium#241**](https://github.com/MCRcortex/nvidium/issues/241))</small>_

<hr>

### 🛠️Notes/Changes

- Updated **Fabric Loader** to `0.16.7`.
- **ResolutionControl3** has been removed by the author from **Github** and **Modrinth**, and so, has been removed from the modpack.
- **Controlify** has been temporarily replaced with **MidnightControls**.
- Changed the **Simulation Distance** from `5` --> `8`, as it increases mob farm efficiency, and prevents some from breaking [_(context)_](https://github.com/Fabulously-Optimized/fabulously-optimized/issues/888).
- ⚠️Your options in `options.txt` will be reset.

<hr>

### 💡Added

- **Raised** _<small>(Re-added | Fixed the issue using a workaround)</small>_
- **Bedrock Inventory Animations** _<small>(**Smooth Swapping** 1.21.x port)</small>_
- **Chunks fade in**
- **Fancy Block Particles - Renewed** _<small>(Re-added, as the mod has been noticeably optimized)</small>_
- **Fancy Health Bar**
- **LambDynamicLights** _<small>(Replaces **RyoamicLights**, as it has finally been ported to 1.21.x)</small>_
- **MidnightControls**
- **Odyssey Lite**
- **Reese's Sodium Options** + **Sodium Options API** _<small>(Replaces **Xander's Sodium Options**)</small>_
- **Texturized Particles**

<hr>

### 🗑️Removed
- **Controlify** _<small>(Temporarily...)</small>_
- **RyoamicLights** + **ObsidianUI** _<small>(Replaced with **LambDynamicLights**, the original mod, as it finally has been ported to 1.21.x)</small>_
- **Xander's Sodium Options** _<small>(Replaced with **Reese's Sodium Options**)</small>_

<hr>

### 🔄️Updated

- **Better "Add Server"**
- **BetterGrassify**
- **CIT Resewn**
- **Chat Heads**
- **Cherished Worlds**
- **Cloth Gamerules**
- **Concurrent Chunk Management Engine (Fabric)**
- **Fabric Language Kotlin**
- **Datapack/Gamerule Menus**
- **Detailed Animations**
- **Dynamic FPS**
- **Fabric API**
- **FerriteCore**
- **Fzzy Config**
- **More Culling**
- **OptiGUI**
- **oωo (owo-lib)**
- **ImmediatelyFast**
- **M.R.U**
- **Map Tooltip**
- **Mod Menu**
- **Ok Zoomer** _**[BIG UPDATE!]**_
- **Polytone**
- **Preferred Gamerules**
- **Puzzles Lib**
- **RP Renames**
- **Resourcify**
- **Scoreboard Overhaul**
- **Scribble**
- **Searchables**
- **Sodium Shadowy Path Blocks**
- **Sounds**
- **Translations for Sodium**
- **YetAnotherConfigLib (YACL)**
Loading

0 comments on commit 3da767f

Please sign in to comment.