Skip to content

Commit

Permalink
Merge pull request #22 from bennetrr/19-try-solas-shader
Browse files Browse the repository at this point in the history
Add "Solas Shader"
  • Loading branch information
bennetrr authored Dec 13, 2024
2 parents 7a99da3 + 788e578 commit 929373d
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Minecraft modpack for my survival server (iotomr) based on Fabulously Optimized.

## Modpack Content

### Mods

- ✅ = Included both editions
- 🔶 = Only included in the plus edition
- i = currently incompatible

### Mods

#### Performance

| Name | 1.21.1 | Description |
Expand Down Expand Up @@ -144,12 +144,13 @@ The resource pack can be put together at [vanillatweaks.net](https://vanillatwea

| Name | 1.21.1 |
| -------------------------------------------------------------------------------- | ------ |
| [Bliss Shaders](https://modrinth.com/shader/bliss-shader) ||
| [BSL Shaders](https://modrinth.com/shader/bsl-shaders) ||
| [Complementary Reimagined](https://modrinth.com/shader/complementary-reimagined) ||
| [Complementary Unbound](https://modrinth.com/shader/complementary-unbound) ||
| [Rethinking Voxels](https://modrinth.com/shader/rethinking-voxels) ||
| [Kappa Shader](https://modrinth.com/shader/kappa-shader) ||
| [Bliss Shaders](https://modrinth.com/shader/bliss-shader) ||
| [Rethinking Voxels](https://modrinth.com/shader/rethinking-voxels) ||
| [Solas Shader](https://modrinth.com/shader/solas-shader) ||

### Keybinds

Expand Down
5 changes: 5 additions & 0 deletions plus/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -510,3 +510,8 @@ metafile = true
file = "shaderpacks/rethinking-voxels.pw.toml"
hash = "8a98b97853c1acd591c51aecdd3010481f894b651a29af8262b07b30be60d4d7"
metafile = true

[[files]]
file = "shaderpacks/solas-shader.pw.toml"
hash = "2e52b786e9fb8c2fdb88aecdfbf0a766898a24ffb875c907c14c4aaa0db8a47e"
metafile = true
2 changes: 1 addition & 1 deletion plus/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c65dfec8421642d8bf42b032b11f98d3fe8b5a788c132622bc9fc92060d33df9"
hash = "a67c2642ec1a753fe80a0d1061a40ebed20712a78573796d0621988d0e700295"

[versions]
fabric = "0.16.9"
Expand Down
13 changes: 13 additions & 0 deletions plus/shaderpacks/solas-shader.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Solas Shader"
filename = "Solas Shader V2.4b.zip"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/IIH3siVY/Solas%20Shader%20V2.4b.zip"
hash-format = "sha512"
hash = "acb03a55cf8c4b49a867a9d355c0f224366b26bd9bc015b91c19c82964aef0bb1d38dbbe5cd915390b54901294d66a74ebff7b695fd00df9f121d99a2bb34ae2"

[update]
[update.modrinth]
mod-id = "EpQFjzrQ"
version = "IIH3siVY"
5 changes: 5 additions & 0 deletions standard/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -462,3 +462,8 @@ metafile = true
file = "shaderpacks/rethinking-voxels.pw.toml"
hash = "8a98b97853c1acd591c51aecdd3010481f894b651a29af8262b07b30be60d4d7"
metafile = true

[[files]]
file = "shaderpacks/solas-shader.pw.toml"
hash = "2e52b786e9fb8c2fdb88aecdfbf0a766898a24ffb875c907c14c4aaa0db8a47e"
metafile = true
2 changes: 1 addition & 1 deletion standard/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "591d287371aabdeacd8a352c2ea04772e74fe6c9d271875e3a8d6dfef25b7051"
hash = "9d55ca5e4db62c22f9d6a5917bc63c37e54845657cf6086a3aae27d00aed95c9"

[versions]
fabric = "0.16.9"
Expand Down
13 changes: 13 additions & 0 deletions standard/shaderpacks/solas-shader.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Solas Shader"
filename = "Solas Shader V2.4b.zip"
side = "client"

[download]
url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/IIH3siVY/Solas%20Shader%20V2.4b.zip"
hash-format = "sha512"
hash = "acb03a55cf8c4b49a867a9d355c0f224366b26bd9bc015b91c19c82964aef0bb1d38dbbe5cd915390b54901294d66a74ebff7b695fd00df9f121d99a2bb34ae2"

[update]
[update.modrinth]
mod-id = "EpQFjzrQ"
version = "IIH3siVY"

0 comments on commit 929373d

Please sign in to comment.